08 2018 档案

摘要:CMD下使用pip安装PyQt4或者PYQT5 这里要注意,你下载的PYQT5不包含QT designer 还要:pip3 install PyQt5-tools,好像Pyqt5中将designer分离了或者查看源码:https://github.com/altendky/pyqt5-tools,编 阅读全文
posted @ 2018-08-28 19:19 m*x*h 阅读(3591) 评论(0) 推荐(1)
摘要:官方文档: http://pyqt.sourceforge.net/Docs/PyQt4/classes.html 啄木鸟社区:https://wiki.woodpecker.org.cn/moin/The_PyQt4_tutorial PyQt教程:http://www.qaulau.com/bo 阅读全文
posted @ 2018-08-28 18:21 m*x*h 阅读(144) 评论(0) 推荐(0)
摘要:http://zetcode.com/gui/pyqt5/ http://www.thehackeruniversity.com/2014/01/23/pyqt5-beginner-tutorial/ http://www.thehackeruniversity.com/2014/01/26/pyq 阅读全文
posted @ 2018-08-28 18:20 m*x*h 阅读(365) 评论(0) 推荐(0)
摘要:APScheduler的全称是Advanced Python Scheduler。它是一个轻量级的 Python 定时任务调度框架。APScheduler 支持三种调度任务:固定时间间隔,固定时间点(日期),Linux 下的 Crontab 命令。同时,它还支持异步执行、后台执行调度任务。 阅读全文
posted @ 2018-08-26 13:43 m*x*h 阅读(2175) 评论(0) 推荐(0)