xiaoyaoyou的头像itksw-信息技术考试-测试-it IT考试网
管理员
这家伙很懒,什么都没有写...
反向代理神器 Nginx Proxy Manager 中文版(汉化版)itksw-信息技术考试-测试-it IT考试网

反向代理神器 Nginx Proxy Manager 中文版(汉化版)

快速部署1. 环境部署sudo apt-get update && sudo apt-get install -y vim python3-pip curl git pip3 install --upgrade pip pip install docker-compose2. 创建YAML文件创建一个 dock...
2年前
018210
批量提取一个网页里面的链接itksw-信息技术考试-测试-it IT考试网

批量提取一个网页里面的链接

审查元素 在console中输入for(var a of document.getElementsByTagName('a')){ console.log(a.href) } 
2年前
0767
你的答案-送给迷茫中的你itksw-信息技术考试-测试-it IT考试网
我来人间一趟itksw-信息技术考试-测试-it IT考试网
演示用手机做python测试题itksw-信息技术考试-测试-it IT考试网
Windows 基础复习itksw-信息技术考试-测试-it IT考试网
网络基础复习itksw-信息技术考试-测试-it IT考试网
键盘按键图itksw-信息技术考试-测试-it IT考试网
初中物理【新课教学】八上第1-3章讲义资料itksw-信息技术考试-测试-it IT考试网
python 批量修改文件名itksw-信息技术考试-测试-it IT考试网

python 批量修改文件名

下载的教程文件 发现排序不合适,默认前面的数字1,11,111之类的浏览时不好看,将数字改为3位序号,001 011import os path = '/root/data/videos/' file_name = os.listdir(path) new_name =''...
2年前
014812