会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
覆手为云p
博客园
首页
新随笔
管理
2017年7月17日
Python3 多线程编程(thread、threading模块)
摘要: threading是对thread的封装。 1、开启线程: t=threading.Thread(target=sayhi,args=('hh',)) t.start() 或者先建一个Thread的继承类,然后用这个类中的start()方法打开; 2、主进程下开启子进程: t=multiproces
阅读全文
posted @ 2017-07-17 18:50 覆手为云p
阅读(23474)
评论(1)
推荐(85)
编辑
公告