摘要: from Queue import Queuefrom threading import Threadimport threadingimport timeERROR_LIST = []class Consumer(Thread): def __init__(self, tasks): ... 阅读全文
posted @ 2015-05-22 10:24 Ice_Max 阅读(256) 评论(0) 推荐(0) 编辑