摘要: thread/threading python内建模块线程练习 thread1. EXP1, thread简单调用2. EXP2, thread加入锁threading1. EXP1, threading 通过Threading.Thread构造线程2. EXP2, threading 通过从 Thread 继承,并重写 run() 构造线程 thread 简单的线程 1. EX... 阅读全文
posted @ 2016-08-16 09:59 lshconfigure 阅读(317) 评论(0) 推荐(0)