摘要: /*定义一些数据库连接需要的宏*/ #include <stdio.h> #include <string.h> #include <stdlib.h> /*引入连接Mysql的头文件*/ #include <mysql/mysql.h> #define HOST "Linux的IP地址" /*My 阅读全文
posted @ 2023-08-10 15:32 苏卡 阅读(114) 评论(0) 推荐(0)