摘要: multiprocessing模块 解释:综合的处理进程的包 multiprocess模块下的Process模块:和创建进程相关 # 创建一个进程 from multiprocessing import Process # 导入创建进程模块 def func(): # 定义一个函数 print('我 阅读全文
posted @ 2018-02-21 22:49 争-渡 阅读(154) 评论(0) 推荐(0)