01 2019 档案

使用python调用其他脚本
摘要:p.communicate()等待Popen任务执行完成。 阅读全文

posted @ 2019-01-16 21:00 Zhangwill 阅读(185) 评论(0) 推荐(0)

Python3 多线程例子
摘要:import threading, zipfile class AsyncZip(threading.Thread): def __init__(self, infile, outfile): threading.Thread.__init__(self) self.infile = infile self.outfile = outfi... 阅读全文

posted @ 2019-01-04 22:47 Zhangwill 阅读(183) 评论(0) 推荐(0)

导航