03 2024 档案
摘要:1 #include <QtWidgets/QApplication> 2 #include <QSharedMemory> 3 #include <QMessageBox> 4 5 int AssumeSingleInstance(const QString &key) 6 { 7 static
阅读全文
摘要:1 void QwatchDogService::OnTimeoutLable() 2 { 3 QDateTime current_date_time = QDateTime::currentDateTime(); 4 QString current_date = current_date_time
阅读全文