摘要: import threading lock = threading.Lock()def th_001(req): lock.acquire() print(req,time.asctime()) lock.release()def test(): pool=[] for i in range(100 阅读全文
posted @ 2019-11-22 16:13 不带R的墨菲特 阅读(125) 评论(0) 推荐(0)
摘要: import argparse,osdata_func=["upload","download"]req_func=["getfunc","postfunc"]def func1(): print("this func1")def func2(): print("this is func2")par 阅读全文
posted @ 2019-11-22 16:09 不带R的墨菲特 阅读(247) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/julia922/article/details/89031947 阅读全文
posted @ 2019-11-22 16:03 不带R的墨菲特 阅读(166) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/julia922/article/details/90258534 阅读全文
posted @ 2019-11-22 16:01 不带R的墨菲特 阅读(375) 评论(0) 推荐(0)