会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
曹小贱
博客园
首页
新随笔
联系
订阅
管理
2016年1月8日
线程、进程和协程
摘要: Treading用于提供线程相关的操作,线程是应用程序中工作的最小单元 #!/usr/bin/env python # coding:utf-8 import threading import time def show(arg): time.sleep(1) print 'thread'+str(arg) for i in range(10): t = ...
阅读全文
posted @ 2016-01-08 00:01 曹小贱
阅读(191)
评论(0)
推荐(0)
编辑
公告