网站首页
编程语言
数据库
系统相关
其他分享
编程问答
mysqlConn
2024-08-07
【c++】Linux MySQL连接池
#ifndefMYSQLCONNECTION_H#defineMYSQLCONNECTION_H#include<iostream>#include<mysql.h>#include<vector>classMySQLConnection{public: ///<summary> ///初始化连接 ///</summary> MySQLConnection(); MySQLConnection(MySQ