2015年7月10日

【python】多进程多线程

摘要: import threadingimport multiprocessingclass MultiThread(threading.Thread): def __init__(self,func,args,name = ''): threading.Thread.__init__... 阅读全文

posted @ 2015-07-10 16:17 colipso 阅读(296) 评论(0) 推荐(0) 编辑

导航