摘要: #ifndef MYSQLCONNECTION_H #define MYSQLCONNECTION_H #include <iostream> #include <mysql.h> #include <vector> class MySQLConnection { public: /// <summ 阅读全文
posted @ 2024-08-07 22:05 仰望星河Leon 阅读(45) 评论(0) 推荐(0)