摘要: #!/usr/bin/env python #encoding:utf8 from Queue import Queue import random,threading,time #生产者类 class Producer(threading.Thread): def __init__(self, name,queue): threading.Thread.__init... 阅读全文
posted @ 2018-01-09 11:56 喝杯茶 阅读(344) 评论(0) 推荐(0)