摘要: 安装包: apt-get install mysql-server mysql-client apt-get install libmysqlclient-dev 代码: #include <mysql.h>#include <stdio.h> int main() { MYSQL *conn; M 阅读全文
posted @ 2020-10-23 15:11 maycpou 阅读(272) 评论(0) 推荐(0)