搜索资源列表
TORM
- 这是个Tiny Object/Relational Mapping System,使用的数据库是MySQL,只实现了部分功能,包括添加,删除,更新等,另外还带有测试用例(也可以自己写,仅供参考),希望可以给大家一点帮助,也希望各位高手指教-This is a Tiny Object / Relational Mapping Syste m, the use of the MySQL database is only a partial functions, including add, dele
jia_dian_wei_xiu.rar
- ASP.NET 2.0 C# +MYSQL 家电维修管理系统 功能还算齐全,数据库完整,适合学生们学习利用。,ASP.NET 2.0 C#+ MYSQL appliance maintenance management system is still fully functional, database integrity, suitable for students to learn to use.
mysqlbook
- MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。-MySQL is a sophisticated SQL database management system, although it is not open source produ
MySQL
- MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。-MySQL is a sophisticated SQL database management system, although it is not open source produ
mypysql-0.3.tar
- This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose is to be useful and as simple to use as possible. -This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose i
sql
- faisunSQL自导入数据库备份程序 使用方法: 直接把“faisunsql.php”上传到PHP+MySQL的服务器并输入其HTTP路径运行即可。 注意:如果您不是一个PHP程序员,请不要对文件包括“配置部分”作任何修改,否则可能对您数据不利。配置部分运行后会出现表单让您重新填写。 运行后请阅读《说明文档》。 谢谢您使用本程序。 -faisunSQL into the database since the backup
kdddbc.tar
- 自己写的,一套关于Mysql连接池的Cpp库,编译环境为gcc/minwin ,linux环境下可以之用,面对对象的Cpp库,使用方法为kdd::dbio.run().然后就可以调用db_queryer来进行数据库操作-Wrote it myself, a set of Mysql database connection pool Cpp, compiler environment gcc/minwin, linux environment can be used, in the face of
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
SQLAndCSharp
- use C# to test SQL database for product manager-use C# to test SQL
(OReilly)MySQL(Cookbook)
- Author s words: "This book should be useful for anybody who uses MySQL, ranging from novices who want to use a database for personal reasons, to professional database and web developers. The book should also appeal to people who do not now use MyS
Navicat.for.MySQL.v8.0.17
- myNavicat is a management database software, you can use it to manage mySQL by seeing
SQL
- 用C#编写的学生选课系统源代码,使用SQL数据库,很实用。-Written with C# source code for student elective system, use the SQL database, it is practical.
conn
- PHP链接数据库的源代码,直接可以使用,对初学PHP者作为借鉴。-PHP source code links to the database directly you can use PHP to use as reference for beginners.
sql003
- 计算机软件工\实操试题\试题\第三套解答二、SQL程序设计 要求:将本题的每步操作的SQL语句输入到windows的记事本,保存在m:\sql003目录下面。文件名为MySql.txt。并在sql2000环境中执行这些sql语句。(25分) 一、 请在企业管理器中创建以下数据库:(2分)(提示,可以使用企业管理器建立数据库和下面的表格,也可以使用sql语句) 数据库名称:学生管理 -Computer Software Engineering \ practical oper
the-implement-and-application-of-MySQL-database-i
- the implement and application of MySQL database in VC++, quite useful for those who want to use MySQL database in VC++ programs.-the implement and application of MySQL database in VC++, quite useful for those who want to use MySQL database in VC++ p
mysqldb
- vb.net MySQL数据库编程工具 详细的使用了 MySQL .net Connector 生成vb.net下的datatable代码-vb.net MySQL database programming tool for the detailed use of MySQL. net Connector under datatable vb.net code generation
StudentSystem
- 设计一个简易的学生成绩管理系统。用于记录学生的各科成绩,以及实现常用的统计功能。 【功能提示】【可选人数:8】 (1) 记录学生的基本信息,如姓名、学号、专业、班级等 (2) 记录各科成绩 (3) 实现常用的统计功能,如:单科成绩排名、总分排名、统计成绩高于/低于某一临界值的学生、统计单科/总分平均值…… (4) 使用图形方式显示某些数据,如直方图显示各分数段的人数、绘制各科分数分布曲线……(可选) (5) 必须使用数据库。 其它功能可自行扩展。-Designing
SQLyog-11.2.5-0.x64
- 破解sqlyog工具,可以更好地使用工具进行数据库操作-Crack sqlyog tool, you can make better use of tools for database operations
注册Navicat for MySQL
- mysql数据库的操作工具,非常的好用,希望大家喜欢(The operation tools of MySQL database, very easy to use, I hope you love)
mySQL
- 本资料是mysql 某培训机构的课件,还有相应的学习笔记,用来进行简单的入门,非常有用,之前需要用到一段数据库,所以学习了下,非常适合初学者入门学习,学习效率好。(This information is a MySQL training organization courseware, and the corresponding learning notes, used for a simple introduction, very useful, before the need to use