router_emulator项目,后端.cgi部分,最终版完整代码上传

This commit is contained in:
wang_chengh 2023-09-22 15:15:17 +08:00
parent f0dd8df0d7
commit 5addbcbaa6
4 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/**
* fw.html
* 使.c文件可实现从名为router的数据库中
* ip地址
* ip_fw表进行写入或删除操作
*/
#include <cjson/cJSON.h>
#include <mysql/mysql.h>
#include <stdio.h>

View File

@ -1,3 +1,9 @@
/**
* fw.html
* 使.c文件可实现从名为router的数据库中
* ip_fw表
*/
#include <cjson/cJSON.h>
#include <mysql/mysql.h>
#include <stdio.h>

View File

@ -1,3 +1,9 @@
/**
* arp.html
* 使.c文件可实现从名为router的数据库中
* arp数据的ip_mac表
*/
#include <cjson/cJSON.h>
#include <fcntl.h>
#include <mysql/mysql.h>

View File

@ -1,3 +1,9 @@
/**
* login.html
* 使.c文件可实现从名为router的数据库中
* users表
*/
#include <cjson/cJSON.h>
#include <fcntl.h>
#include <mysql/mysql.h>