摘要: import time from multiprocessing import Processdef processFunc(num,time1): print num time.sleep(time1) if __name__ == '__main__': child... 阅读全文
posted @ 2013-01-23 10:49 thunderhao 阅读(1574) 评论(0) 推荐(0) 编辑