摘要: import threading import time def thread_job1(): for it in range(10): time.sleep(0.1) print('This is an added Thread1, number is %s' % threading.current_thread()) def thread_job2(... 阅读全文
posted @ 2019-04-02 11:23 ACPIE 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 检测文件名是否正确,然后按行读取文件,否则循环输入文件名直至正确。 阅读全文
posted @ 2019-04-02 10:01 ACPIE 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 服务器端: 客户端: 阅读全文
posted @ 2019-04-01 22:25 ACPIE 阅读(288) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/av33619067?p=3 阅读全文
posted @ 2019-04-01 17:21 ACPIE 阅读(190) 评论(0) 推荐(0) 编辑
摘要: weather.py widget.py 效果图: 阅读全文
posted @ 2019-04-01 15:17 ACPIE 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: weather.pro (其中要加入network模块) # # # Project created by QtCreator 2019-03-30T13:54:31 # # QT += core gui QT += network greaterThan(QT_MAJOR_VERSION, 4): 阅读全文
posted @ 2019-03-30 22:10 ACPIE 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/guxiaonuan/article/details/78678043 阅读全文
posted @ 2019-03-29 20:28 ACPIE 阅读(147) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fangye945a/article/details/84933234 天气预报接口: https://www.cnblogs.com/yeminglong/p/3525158.html python获取天气: https://www.cnblogs.co 阅读全文
posted @ 2019-03-29 19:46 ACPIE 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QFile file("D:/qt/myqfileinfo/in.txt"); qDebug()<<file.exists(); ... 阅读全文
posted @ 2019-03-29 19:12 ACPIE 阅读(477) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hebbely/article/details/68958571 Url格式:https://img-blog.csdn.net/20170403142128956 阅读全文
posted @ 2019-03-28 22:46 ACPIE 阅读(296) 评论(0) 推荐(0) 编辑