05 2021 档案
摘要:#include <QCoreApplication> #include "serverhttp.h" #include "msghttp.h" #include <QDebug> #include <QDateTime> class HttpHandle : public LarkinHttp::
阅读全文
摘要:#ifndef SINGLETON_H #define SINGLETON_H #include <QObject> template < typename T > class Singleton { public: static T* getInstance(); private: static
阅读全文