摘要:
一 . 创建进程的两种方法 : 1 第一种方法: 利用Process直接生成 p1 = Process(target = fun1,args=(1,)) p1.start() from multiprocessing import Process import os def func1(n): ti 阅读全文
posted @ 2018-10-23 22:14
你没有想象的那么重要
阅读(151)
评论(0)
推荐(0)
浙公网安备 33010602011771号