会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wztshine
博客园
首页
新随笔
联系
管理
2019年12月1日
python 多线程、线程锁、事件
摘要: ## 1. 多线程的基本使用 ```python import threading import time def run(num): print('Num: %s'% num) time.sleep(3) if num == 4: print('Thread is finished.') # 对函
阅读全文
posted @ 2019-12-01 14:25 wztshine
阅读(622)
评论(0)
推荐(0)
编辑
公告