摘要: Out: 参考资料: http://www.runoob.com/python/python-gui-tkinter.html Tkinter 组件 Tkinter的提供各种控件,如按钮,标签和文本框,一个GUI应用程序中使用。这些控件通常被称为控件或者部件。 目前有15种Tkinter的部件。我们 阅读全文
posted @ 2018-09-13 20:43 sunzebo 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 转自: python并发编程之多进程 阅读目录 一 multiprocessing模块介绍 二 Process类的介绍 三 Process类的使用 四 守护进程 五 进程同步(锁) 六 队列(推荐使用) 七 管道 八 共享数据 九 信号量(了解) 十 事件(了解) 十一 进程池 一 multipro 阅读全文
posted @ 2018-09-12 23:07 sunzebo 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 23:00 sunzebo 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 22:23 sunzebo 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 22:01 sunzebo 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 1 队列读写 2 队列实现生产者、消费者 阅读全文
posted @ 2018-09-12 21:08 sunzebo 阅读(1738) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 17:04 sunzebo 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 16:19 sunzebo 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1. Code Out: 995 -5 892 -103 814 -78 694 -120 668 -26 550 -118 482 -68 423 -59 293 -130 188 -105 193 5 325 132 473 148 535 62 539 4 677 138 738 61 875 阅读全文
posted @ 2018-09-12 13:12 sunzebo 阅读(1690) 评论(0) 推荐(0) 编辑
摘要: 代码: 2 输出: D:\Programs\Anaconda\python.exe D:/1_practice/python/projects/downloads_modify/归类/并发/thread_sync_5.py c1 c2 c3 m1 p1m2 p2 p5 ('num:', 1, 'pr 阅读全文
posted @ 2018-09-12 00:36 sunzebo 阅读(250) 评论(0) 推荐(0) 编辑