python 簡單任務拆分多線程框架

#-*- encoding: gb2312 -*- import string import threading import time def thread_main(a):     global count, mutex     # 得到線程名     threadname = threading.currentThread().getName()       for x in xrange(
相關文章
相關標籤/搜索