-
windows批处理遍历当前目录的文件
新建txt文件, 把以下代码复制进txt,.txt后缀修改为.bat,双击此文件 @echo off for /f "delims=" %%i in ('dir /s/a-d /b *.*') do echo %%~ni>>Just……
kukey-admin 2022-08-200 0 -
快速搭建私人网盘-Cloudreve
github地址: https://github.com/cloudreve/Cloudreve 简介 Cloudreve是个公有网盘程序,你可以用它快速搭建起自己的网盘服务,公有云/私有云都可。Cloudreve……
kukey-admin 2022-08-140 0 -
pythonlist遍历
Python 列表(List) 的三种遍历(序号和值)方法 https://www.cnblogs.com/pizitai/p/6398276.html
kukey-admin 2022-08-140 0 -
python:pandas中dataframe的基本用法汇总
python:pandas中dataframe的基本用法汇总 https://www.cnblogs.com/timotong/p/9678490.html 删除指定的行 https://verytoolz.com/blog/380cf7b3a1/
kukey-admin 2022-08-140 0 -
uniapp学习记录
如何引入iconfont? https://www.bilibili.com/video/BV1er4y1w7ao?p=9&spm_id_from=pageDriver&vd_source=1daa8b3ed9fa55a6abbdd09565d8d635 此课程的p8讲到……
kukey-admin 2022-08-130 0 -
书源制作学习
https://alanskycn.gitee.io/teachme/ 语法规则 比如书籍列表规则,一般直接查看元素,把书籍最外面的那个class获取出来即可,如class="container sear……
kukey-admin 2022-08-130 0 -
jsp学习
设置cookie: https://www.cnblogs.com/binwine/p/14319818.html 同时设置客户端和服务端的编码格式: response.setContentType("text/html;charset=ut……
kukey-admin 2022-08-040 0 -
fr-js
js插入行 var id = $("td[id^=A]:last").attr("id"); //获取A列最后一行的单元格编号 //id^=A代表A列,last代表最后一行 _g().appendReportRC(1, id); /……
kukey-admin 2022-07-270 0 -
github-host
GitHubHoststa 185.199.108.154 github.githubassets.com 140.82.112.22 central.github.com 185.199.108.133 desktop.githubusercontent.com 185.199.108.153……
k, k 2022-03-270 0 -
菱形
* (1,4) *** (2,3) (2,5) ***** (3,2) (3,6) ******* ……
k, k 2022-03-270 0