上一页 1 ··· 19 20 21 22 23
摘要: 10061:win+r:services.msc,启动mysqlpymysql.err.InterfaceError: (0, ''):取消db.close() 阅读全文
posted @ 2021-06-08 10:41 布都御魂 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 汉字转编码:from urllib.parse import quote keyword = '助农'keywords = quote(keyword)print(keywords) 编码转汉字:from urllib.parse import unquote a = unquote('%E5%8A 阅读全文
posted @ 2021-06-08 10:31 布都御魂 阅读(245) 评论(0) 推荐(0) 编辑
摘要: error:'latin-1' codec can't encode characters in position 770-772: ordinal not in range(256) cookie中出现汉字,使用quote(‘汉字’)转换为编码即可 from urllib.oarse import 阅读全文
posted @ 2021-06-08 10:30 布都御魂 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 先打开filder,再打开模拟器,使用脚本不要设置休眠 unable to get local issuer certificate (errno: 20, depth: 0) :mitmdump --ssl-insecure提示错误,但可以抓到数据 阅读全文
posted @ 2021-06-08 10:25 布都御魂 阅读(153) 评论(0) 推荐(0) 编辑
摘要: import requestsfrom hashlib import md5class Chaojiying_Client(object): def __init__(self, username, password, soft_id): self.username = username passw 阅读全文
posted @ 2021-06-08 10:24 布都御魂 阅读(109) 评论(0) 推荐(0) 编辑
摘要: PermissionError: [Errno 13] Permission denied:字段里不能有空格 执行文件 from docxtpl import DocxTemplatefrom datetime import datetimeimport timeimport datetimeimp 阅读全文
posted @ 2021-06-08 10:13 布都御魂 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 启动mongo: mongod --dbpath E:\mongodb\MongoDB\data\db 把mongo数据库中数据导出成Excel:找到MongoDB所在目录的bin文件夹,输入cmd,输入mongoexport -d douyin -c comments -f _id,text,cr 阅读全文
posted @ 2021-06-08 09:56 布都御魂 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 在文件夹中右键 点击Git bash here 输入git clone https网站(需要下载的github网站) 阅读全文
posted @ 2021-06-08 09:55 布都御魂 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23