03 2021 档案

摘要:试过p = subprocess.Popen(cmd),然后p.wait p.communicate p.call 都没有实现 最后用 from multiprocessing import Lock lock = Lock() 在主进程中执行 lock.acquire() subprocess.c 阅读全文
posted @ 2021-03-26 23:11 tianyee 阅读(1007) 评论(0) 推荐(0)
摘要:链接:https://pan.baidu.com/s/1uRcwjYbKLxMAtt948xjMQw 提取码:abcd 下载以后解压到python的依赖库里面,给文件german_transliterate-master改名为german_transliterate,然后直接导入from germa 阅读全文
posted @ 2021-03-15 19:57 tianyee 阅读(549) 评论(0) 推荐(0)
摘要:python源 为提供 pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI 阅读全文
posted @ 2021-03-11 14:59 tianyee 阅读(95) 评论(0) 推荐(0)
摘要:pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com matplotlib可以替换成别的 真的就是光速!! https://www.lfd.uci.edu/~gohlke/pyth 阅读全文
posted @ 2021-03-02 19:08 tianyee 阅读(130) 评论(0) 推荐(0)