摘要:
{ [MongoError: E11000 duplicate key error collection: zhihu.people index: id dup key: { : ObjectId(‘59a3b9275f063c20cc8bdec7’) }]name: ‘MongoError’,me 阅读全文
摘要:
10061:win+r:services.msc,启动mysqlpymysql.err.InterfaceError: (0, ''):取消db.close() 阅读全文
摘要:
汉字转编码:from urllib.parse import quote keyword = '助农'keywords = quote(keyword)print(keywords) 编码转汉字:from urllib.parse import unquote a = unquote('%E5%8A 阅读全文
摘要:
error:'latin-1' codec can't encode characters in position 770-772: ordinal not in range(256) cookie中出现汉字,使用quote(‘汉字’)转换为编码即可 from urllib.oarse import 阅读全文
摘要:
先打开filder,再打开模拟器,使用脚本不要设置休眠 unable to get local issuer certificate (errno: 20, depth: 0) :mitmdump --ssl-insecure提示错误,但可以抓到数据 阅读全文
摘要:
import requestsfrom hashlib import md5class Chaojiying_Client(object): def __init__(self, username, password, soft_id): self.username = username passw 阅读全文
摘要:
PermissionError: [Errno 13] Permission denied:字段里不能有空格 执行文件 from docxtpl import DocxTemplatefrom datetime import datetimeimport timeimport datetimeimp 阅读全文
摘要:
启动mongo: mongod --dbpath E:\mongodb\MongoDB\data\db 把mongo数据库中数据导出成Excel:找到MongoDB所在目录的bin文件夹,输入cmd,输入mongoexport -d douyin -c comments -f _id,text,cr 阅读全文
摘要:
在文件夹中右键 点击Git bash here 输入git clone https网站(需要下载的github网站) 阅读全文