搜索资源列表
BookManagementSystem(CSharp)
- 基于C#的图书租赁管理系统,MSSQL数据库,包括所用到的DLL库文件的源文件,在VS2005下能顺利编译,运行时请注意要将编译生成的相关DLL文件拷贝至主项目的DEBUG对应目录中,从事C#编程的朋友应该知道怎么做,这里不多说了-CSharp book management system, the books, MSSQL databases, including the use of the DLL library file of the source file, in the smooth
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