摘要: 结构适合存储数据的。 类是操作面向对象的。 阅读全文
posted @ 2017-11-08 20:35 公众号python学习开发 阅读(157) 评论(0) 推荐(0) 编辑
摘要: import threading,time class Boss(threading.Thread): def run(self): print("BOSS:伙计们今晚上加班到22:00") event.set() time.sleep(5) #模拟一个小时这段时间 print("BOSS:22:00了可以下班了") ... 阅读全文
posted @ 2017-11-08 10:42 公众号python学习开发 阅读(239) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { public class Myevents : EventArgs { ... 阅读全文
posted @ 2017-11-08 09:44 公众号python学习开发 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { public class BossDemo { public eve... 阅读全文
posted @ 2017-11-08 09:33 公众号python学习开发 阅读(284) 评论(0) 推荐(0) 编辑