随笔分类 -  Python

摘要:pip install --upgrade "kaleido==0.1.*" 阅读全文
posted @ 2025-01-02 00:17 cccht 阅读(27) 评论(0) 推荐(0) 编辑
摘要:from multiprocessing import Process Process(target=hist_compare, args=(img, detectImg, n)).start() # 执行多线程调用检测函数 target为函数名称,args为参数,start为启动 阅读全文
posted @ 2023-02-21 17:01 cccht 阅读(6) 评论(0) 推荐(0) 编辑
摘要:sudo apt-get install aptitude sudo aptitude install python-pip 阅读全文
posted @ 2022-04-03 14:19 cccht 阅读(27) 评论(0) 推荐(0) 编辑
摘要:解决方案: pip install pycryptodome 安装 pycryptodome 模块后 经测试安装后可以直接导库,如果不能正常使用可以参考一下解决方案: 在\Lib\site-packages目录中将crypto中的 c 改成 C 或者在 PyCharm 中点击外部库->site-pa 阅读全文
posted @ 2022-03-10 19:15 cccht 阅读(1087) 评论(0) 推荐(0) 编辑
摘要:使用Python进行Fiddler抓包笔记 阅读全文
posted @ 2022-03-06 12:46 cccht 阅读(374) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示