摘要: 获取本机所有的wifi密码 - 参考网址: https://www.52pojie.cn/thread-1712510-1-1.html - 命令: for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @ 阅读全文
posted @ 2024-04-23 16:23 清安宁 阅读(8) 评论(0) 推荐(0) 编辑
摘要: pip源切换到国内镜像 - pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 自动化操作(鼠标键盘自动化执行操作的神器): KeymouseGo 阅读全文
posted @ 2024-04-23 08:36 清安宁 阅读(6) 评论(0) 推荐(0) 编辑