摘要: 线程 : 开启线程: from threading import Thread t = Thread(target = func, args =(i,) t.start() # 开始线程 t.clock() # 关闭向操作系统申请线程 Thread的方法: 锁 : 互斥锁 Lock 在一个线程中不能 阅读全文
posted @ 2018-07-30 18:10 Begin_Again 阅读(119) 评论(0) 推荐(0) 编辑