摘要: 版本一: #!/usr/bin/env python # -*- coding:utf-8 -*- import Queue import threading class ThreadPool(object): def __init__(self, max_num=20): self.queue = 阅读全文
posted @ 2016-09-04 14:35 fengzao 阅读(195) 评论(0) 推荐(0) 编辑