摘要:
转自:https://www.cnblogs.com/hellovenus/p/qt_thread_timer.html Qt——线程与定时器 一、定时器QTimer类 The QTimer class provides repetitive and single-shot timers. The 阅读全文
摘要:
一个函数能否被两个线程同时调用 转自:https://blog.csdn.net/m0_37542889/article/details/82796457 其实你可以这样想,函数本身只是代码,代码是只读的,无论多少个线程同时调都无所谓(因为只读嘛)。但是函数里面总要用到数据,如果数据属于线程(比如函 阅读全文
摘要:
.h #pragma once #include <QtWidgets/QMainWindow> #include "ui_QtGuiApplication1.h" #include <QtNetwork/QtNetwork> #include <iostream> class QtGuiAppli 阅读全文