搜索资源列表
bus_line
- 公交系统,可以连接数据库,将文本文件中的公交线路解析读取到队列中,然后选择是否将数据保存到mysql数据库中,并可以查询某一条线路。-Bus system, you can connect to the database, the bus lines in a text file parsing to read into the queue, and then choose whether to save data to mysql database and can query one line
load_user_list
- * load_user_list * 模型: 把users表加载到内存 * 命令行编译 gcc load_user_list.c -L D:\c\lib\ -lmysql -llibmysql * 五千多行的东西,从读取到保存文件,只需一瞬间 * mysql_options(&mysql,MYSQL_SET_CHARSET_NAME,"utf8") * 这句要加在mysql_real_connect之前 * * Arcadia 20