会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
多热烈的白羊
博客园
园子
首页
新随笔
联系
管理
订阅
2018年8月22日
多进程间1的通信
摘要: #队列中的ipc(进程间通信),作用是为了降低耦合性 # from multiprocessing import Process,Queue # # def consumer(q,name): # while 1: # a=q.get()#获得队列数据 # if a: # print("%s拿走了%s"%(name,a)) # ...
阅读全文
posted @ 2018-08-22 19:53 python小Faker
阅读(123)
评论(0)
推荐(0)
编辑
公告