上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 81 下一页
摘要: 1.Install libmysqlcppconn-dev sudo apt-get install libmysqlcppconn-dev 2. //MySQLHelper.h #include <iostream> #include <mysql_connection.h> #include < 阅读全文
posted @ 2022-12-03 22:13 FredGrit 阅读(34) 评论(0) 推荐(0) 编辑
摘要: //Model/Book.cpp #include <iostream> #include <jsoncpp/json/json.h> using namespace std; class Book { public: int Idx; double Id; char *Abstract; char 阅读全文
posted @ 2022-12-03 19:32 FredGrit 阅读(14) 评论(0) 推荐(0) 编辑
摘要: //MathHelper.h #ifndef _MathHelper_H #define _MathHelper_H #include <iostream> #include <random> #include <stdio.h> using namespace std; template <cla 阅读全文
posted @ 2022-12-03 19:24 FredGrit 阅读(14) 评论(0) 推荐(0) 编辑
摘要: #include <chrono> #include <ctime> #include <dirent.h> #include <fstream> #include <iostream> #include <thread> #include <unistd.h> #include <uuid/uui 阅读全文
posted @ 2022-12-03 19:19 FredGrit 阅读(13) 评论(0) 推荐(0) 编辑
摘要: //Book.h #include <iostream> #include <jsoncpp/json/json.h> using namespace std; class Book { public: int Idx; unsigned long long Id; char *Name; char 阅读全文
posted @ 2022-12-02 11:45 FredGrit 阅读(16) 评论(0) 推荐(0) 编辑
摘要: //Book.cpp #include <iostream> using namespace std; class Book { public: int Idx; char *ISBN; char *Name; char *Abstract; char *Content; char *Topic; 阅读全文
posted @ 2022-11-28 15:02 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑
摘要: //Util.h #ifndef _Util_H_ #define _Util_H_ #include <iostream> #include <random> using namespace std; template <class T> class Util { public: random_d 阅读全文
posted @ 2022-11-27 20:23 FredGrit 阅读(11) 评论(0) 推荐(0) 编辑
摘要: #include <dirent.h> #include <stdio.h> #include <string.h> void listFilesRecursively(char *basePath) { char path[1000]; struct dirent *dp; DIR *dir = 阅读全文
posted @ 2022-11-26 20:04 FredGrit 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-20 19:55 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1.Install sudo apt-get install rapidjson-dev 2.Code #include <algorithm> #include <chrono> #include <ctime> #include <fstream> #include <iostream> #in 阅读全文
posted @ 2022-11-13 19:03 FredGrit 阅读(280) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 81 下一页