Python
sunStd
Time is a file that wears and makes no noise
展开
-
opencv python 实现图片添加带透明的 logo
cv2添加logo, opencv图片叠加,opencv watermak原创 2022-09-30 21:37:48 · 1221 阅读 · 0 评论 -
解决 PIP 安装错误 DECRYPTION_FAILED_OR_BAD_RECORD_MAC
PIP 安装错误,DECRYPTION_FAILED_OR_BAD_RECORD_MAC原创 2022-09-25 19:45:39 · 1955 阅读 · 0 评论 -
解决 QThread 线程在 vscode中无法 打断点问题.
参考问题讨论:https://github.com/Microsoft/ptvsd/issues/428我选择的方案:1.pipinstallptvsd2 . 在 QThread 线程内调用ptvsd.debug_this_thread()如:from PyQt5.QtCore import *import ptvsd # 解决 QThread 线程无法加入断点问题.class MyTestThrad(QThread): def ru...原创 2021-10-14 23:14:34 · 1346 阅读 · 0 评论 -
Conda cannot proceed due to an error in your proxy configuration
执行conda install 出现错误.ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos and other configuration errors in any '.netrc' file in your home directory,any ...原创 2020-02-15 12:00:21 · 8559 阅读 · 5 评论 -
BeautifulSoup4 print() 输出中文乱码解决方法
import requestsfrom bs4 import BeautifulSoup #pip install beautifulsoup4'''BeautifulSoup 输出中文 => print cmd 默认编码是 Codepage 936https://www.baidu.com/ 网页编码是 uft-8导致 print() 输出乱码解决方法:让 r.enc...原创 2018-08-04 19:38:45 · 4878 阅读 · 0 评论 -
win10 64下安装 python库 TA-Lib
参考文章:http://www.techlog.cn/article/list/101832441. 下载ta-lib 依赖c库,当前下载的是 64位静态库. https://file.estan.cn/talib/ta-lib_x86-64.zip 或者到我上传的CSDN资源里下载.https://download.csdn.net/download/w8...转载 2019-04-22 17:10:08 · 2934 阅读 · 0 评论