上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 74 下一页
该文被密码保护。 阅读全文
posted @ 2021-12-03 16:01 晨光曦微 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-11-30 11:55 晨光曦微 阅读(0) 评论(0) 推荐(0)
摘要: SumatraPDF这个软件加入命令行参数-invert-colors可以实现反色,方便起见,新建一个名为"pdf反色"的bat: start "" "D:\ProgramGreen\sumatra-pdf\SumatraPDF.exe" %1 -invert-colors 再放到 C:\Users 阅读全文
posted @ 2021-11-21 20:14 晨光曦微 阅读(2215) 评论(0) 推荐(0)
摘要: 1、rd命令 rd /s /Q c:\temp 会将temp文件夹也删除 2、rd命令+md命令 rd /s /Q c:\temp md c:\Temp 删除后再重建 3、del命令 del /s /Q c:\temp 只能删除文件,而不能删除子文件夹 4、del命令+rd命令,先刪除文件,再进入t 阅读全文
posted @ 2021-11-17 18:02 晨光曦微 阅读(2191) 评论(0) 推荐(0)
摘要: 选区——shift+f5(填充)(选择内容识别)——确定 阅读全文
posted @ 2021-11-17 15:49 晨光曦微 阅读(1061) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-11-14 10:58 晨光曦微 阅读(3) 评论(0) 推荐(0)
摘要: 正确打开方式应该加上encoding='utf-8-sig' 代码 import csv data = [['American','美国人'], ['Chinese','中国人']] with open('results.csv','w',newline='',encoding='utf-8-sig 阅读全文
posted @ 2021-11-07 15:12 晨光曦微 阅读(273) 评论(0) 推荐(0)
摘要: 一.安装使用virtualenvwrapper (virtualenvwrapper是virtualenv的进阶版,可更方便使用虚拟环境,要在virtualenv安装完成后再安装) pip install virtualenv pip install -i https://pypi.doubanio 阅读全文
posted @ 2021-11-07 11:10 晨光曦微 阅读(264) 评论(0) 推荐(0)
摘要: pip install beautifulsoup4 bs4解析网页时报错:bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html_parser. Do you need to i 阅读全文
posted @ 2021-10-31 16:13 晨光曦微 阅读(129) 评论(0) 推荐(0)
摘要: 首先打开cmd: 输入 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 直接一步到位,不用费劲巴拉的创文件之类的。 然后贴几个国内源: 阿里云 http://mirrors.aliyun.com/pyp 阅读全文
posted @ 2021-10-31 15:52 晨光曦微 阅读(1145) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 74 下一页