会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
名叫蛐蛐的喵
管理
2019年1月7日
进程与子进程(python3入门)
摘要: 一、开启进程的两种方式 方式一: # 方式一:使用函数开启进程 from multiprocessing import Process import time def task(x): print('%s is running' % x) time.sleep(1) print('%s is don
阅读全文
posted @ 2019-01-07 20:51 名叫蛐蛐的喵
阅读(1236)
评论(0)
推荐(0)
公告