摘要: # project:pybuilder # author:slx# datetime:2019/2/20 3:19# software: PyCharmimport threadingimport timeevent =threading.Event()class Boss(threading.Th 阅读全文
posted @ 2019-02-20 03:33 ★小钻风★ 阅读(129) 评论(0) 推荐(0)
摘要: # project:pybuilder # author:slx# datetime:2019/2/20 1:23# software: PyCharmimport timeimport threadingclass Mythread(threading.Thread): # def __init_ 阅读全文
posted @ 2019-02-20 02:08 ★小钻风★ 阅读(111) 评论(0) 推荐(0)
摘要: import threadingimport time lock =threading.RLock()class Mythread(threading.Thread): def __init__(self,name): super(Mythread,self).__init__() self.nam 阅读全文
posted @ 2019-02-20 00:53 ★小钻风★ 阅读(448) 评论(0) 推荐(0)