搜索资源列表
MysqlTest
- mysql的client测试代码,连接本地数据库-mysql client test the code, linking local database
jkcore
- 全新的持久化代码 可以方便的对数据库进行读写.实现采用java 对数据库的增删改查都能得心应手.-new persistence of the code can easily read and write to databases. Implementation of java database used by the excision can check handy.
kehuguanli
- 客户管理系统的代码示例。“数据库”目录下为客户管理系统的数据库 备份文件;“源代码”目录下为系统各功能页面脚本代码。
DBstudent
- 数据库的一个代码,一个值得学习的代码!大家共同学习
DBProgram
- 在C++ Builder环境下,创建不写代码的数据库程序。
Discuz_6.1.0_SC_GBK
- 论坛代码网增加免费空间业务,对真正 ║ ║} ` _/ / 需要空间的朋友提供,空间全能,支持 ║ ║| /` ) / / MYSQL数据库,大小根据站点需求而定! ║ ║| / /_/\_/\ ║ ║|/ / | 再次感谢您对本站的支持! ║ ║( \ - | 论坛代码网:www.bbscode.com ║ ║ \ `. / 技术交流:bbs.bbscode.com-Forum code net increase in free space busines
db2mysql
- 可以自动将ACCESS数据库文件转化为对应的SQL代码的软件。可广泛应用于ACCESS数据库转换为MYSQL或其他类型的SQL数据库的软件-Can automatically ACCESS database files into the corresponding SQL code software. Can be widely used in ACCESS database to MYSQL or other types of SQL database software
GradeManagement
- 关于JAVA的代码连接数据库,通过jdbc.mysql桥接访问数据库Mysql,建立数据库和信息管理系统。-JAVA code to connect on database access the database through jdbc.mysql bridge Mysql, the establishment of databases and information management systems.
phpMyAdmin
- 管理 MYSQL 数据库的 PHP代码 相当的好用-PHPMYADMIN
Publisher_Manager
- 一套基于数据库开发的个人出版物管理系统, 使用Hibernate来进行持久化, 数据库连接选用MySQL, 使用java 和 ant来进行连接。 使用JUnit进行测试。 包含源代码、需求分析、文档和测试代码。-A set of publications based on database management systems developed by individuals, using Hibernate to carry out persistence, database con
qwpm
- 拍卖程序包。 使用MYSQL 数据库,建库与代码一起可以尚在。-aution
mysql
- java连接MYSQL数据库代码,这适合自学还有作为初级的教程也可以,是自己开发的代码,很好用,自己在开发环境中加上jar包.-JAVA connect the database of mysql code
adosql
- ADO与数据库的连接方法和原代码。以简单应用例子为例,讲解了此方法。-ADO connection to a database
QT_employeeform
- 用QT实现的雇员管理系统,涉及到界面和数据库 学习用很好的例子 ,代码简洁-Employees with the QT implementation management system, related to learning to use interface and a good example of the database, code clean
12345654321
- 个人理财系统包括Mysql数据库代码,提供给大家学习学习-Personal financial management system, including the Mysql database code, for everybody to learn to learn
jsp-DB
- 最简单的jsp连接数据库代码,适合初学者-The most simple JSP to connect to the database code, suitable for beginners
conn
- 此为php链接数据库代码,数据库为mysql,媒介为wamp-This link for PHP database code, database is mysql, media for wamp
MySQL数据库高效使用规范.docx
- mysql高效实用手册,代码规范说明,mysql优化提高执行效率(Efficient practical manual)
05通用mysql数据库连接类代码
- 通用mysql数据库连接类代码,实用有效提高数据库读写能力(General MySQL database connection class code)
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。