python 简单任务拆分多线程框架

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