摘要: # coding=utf-8 from multiprocessing import Process,Pool import os import time def printf(args): # time.sleep(1) print "pool: %d [%s]---%s" % (args+1,os.getpid(),time.time()) # os.getpid()获... 阅读全文
posted @ 2017-03-15 22:51 毛毛虫也疯狂 阅读(133) 评论(0) 推荐(0) 编辑