博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年3月10日

摘要: 这篇文章是别人文章的一个观后小结,不是什么原创。 首先第一个例子: import threading import time def worker(): print "worker" time.sleep(1) return for i in xrange(5): t = threading.Thr 阅读全文

posted @ 2016-03-10 10:11 SolHe 阅读(232) 评论(0) 推荐(0) 编辑