摘要: 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) 编辑