会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Q_sword
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2019年1月29日
给子进程传递参数
摘要: 1 from multiprocessing import Process 2 import os 3 4 def test(name): 5 print("pid=%d,ppid=%d,,,,参数=%s"%(os.getpid(),os.getppid(),name)) 6 # args为元组 7 p = Process(target = test, args = ("nameVal...
阅读全文
posted @ 2019-01-29 11:43 Q_sword
阅读(110)
评论(0)
推荐(0)
编辑
上一页
1
2