2017年7月20日

python queue, pipe, manage

摘要: 线程中的Queue 进程中的Queue 队列: 为什么要用队列?列表也很好用啊。:数据安全 创建方法: 模式1:FIFO -- queue.Queue() 模式2:FILO -- queue.LifoQueue() 模式3:priorty -- queue.PriorityQueue() q.put 阅读全文

posted @ 2017-07-20 16:28 何必从头 阅读(948) 评论(0) 推荐(0) 编辑

导航