摘要: ### ftp登陆连接 ### from ftplib import FTP #加载ftp模块 ftp=FTP() #设置变量 ftp.set_debuglevel(2) #打开调试级别2,显示详细信息 ftp.connect("myIP", port=21) #连接的ftp sever和端口 ft 阅读全文
posted @ 2022-01-21 19:37 emanlee 阅读(787) 评论(0) 推荐(0)
摘要: 问题: pyinstaller 打包后,运行生成的exe报错 “recursion is detected during loading of “cv2“ binary extensions.” Traceback (most recent call last): File "Sy.py", lin 阅读全文
posted @ 2022-01-21 17:57 emanlee 阅读(6978) 评论(0) 推荐(2)
摘要: 音量合成器,混合器,声音大小 微信浏览器 声音大小 QQ 声音 微信声音 阅读全文
posted @ 2022-01-21 17:09 emanlee 阅读(623) 评论(0) 推荐(0)
摘要: Traceback (most recent call last): File "D:/soft/test.py", line 140, in <module> main_runnow() File "D:/soft/test.py", line 133, in main_runnow sendma 阅读全文
posted @ 2022-01-21 09:50 emanlee 阅读(1225) 评论(0) 推荐(0)