摘要:
gevent 也是第三方库,自行调度协程,自动试别程序的耗时操作。比如读文件,等待时间。 代码举了个栗子 from gevent import monkey monkey.patch_all() import time import gevent def work1(): while True: p 阅读全文
摘要:
1. 配置内网 确认能登录 https://deopcard.corp.OOOO.com/ui/builds Artifacts>set me up>search: pypi> Get the info as below in resolve tab 在这个文件夹路径下 :Users->userna 阅读全文