搜索资源列表
JspMo
- 使用说明:请您先正确设置数据库及JDBC驱动。 参考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动 先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql
DataBaseUtil
- 数据库工具 机遇mysql 提供连接 查询 更新 删除 具有与数据库 表 无关的封装性
hdwiki数据库
- hdwiki数据库,有详细的表和数据!
mysql_cxx_wrap
- mysql C API的C++包装类,实现了对数据库表的简单访问。-C++ wrap classes for mysql API Access database just like ADO does.
PHP_JTBC_CMS.tar
- JTBC网站内容管理系统是一套可扩充的网站内容管理系统,其特点:使用UTF-8编码、HTML代码,程序,语言的两两分离使其具备了扩充为多语言,多模板,可无限克隆模块的功能,脱离了传统网站内容系统的区域局限性,界面局限性,与功能局限性,将网站的架构赋予了一个新的概念,使用本系统,您无须再考察系统的那几个功能是否符合您的要求,每一个功能模块均是可以拆分与拼装的,卸载或者安装一个模块只需删除或者添加文件夹与数据库表即可,系统都将自行辨认该模块的存在与否-JTBC Web Content Managem
Netbeanjtree
- 采用JTree根据数据库表建立树形结构。需要用mysql创建一个area(id,name)。id的结构是x.xxx.xxx.xxx结构,层次可自己设定。-Established according to a database table using JTree tree. Need to use mysql to create a area (id, name). id structure is x.xxx.xxx.xxx structure, hierarchy can set yoursel
sp_div_schema
- 该源程序能够实现MYSQL数据库内大数据容量带来的系统性能低下的缺点,既能够降低系统数据冗余的缺点,又能够实现数据库表按照时间片原则进行分表的功能...程序可以在mysql5环境下运行.-The source can be achieved within the MYSQL database, large data capacity of poor performance caused by shortcomings of the system, both to reduce the short
database
- 如何用MySQL创建数据库和数据库表 怎样开始创建数据库-how to create database and database tables by MySQL
insert
- 在linux/unix系统下,插入mysql数据库表,字体格式为utf8-Linux/unix system, insert mysql database tables font format for utf8
mysql
- 在linux/unix系统下,批量插入mysql数据库表,字体格式为utf8-Bulk insert mysql database table in linux/unix system font format for utf8
J_Sql
- 创建“学校代码”数据库表,并给数据库表添加一条记录的例程。-Create a "school code" database table and add a record to a database table routines.
J_Jdbc4
- 创建数据库表: “学科代码”,并给数据库表添加一条记录。-Create a database table: "Discipline Code" and add a record to a database table.
J_AccessInsertRecordBatch
- 通过批处理SQL语句给数据库表“学生成绩”添加数据(记录)的例程。-Adding data (records) routines through a batch of SQL statements to the database table "student achievement."
autocoder-master
- 基于数据库表的自动代码生成工具,结构清晰,扩展方便,适合于做二次开发-Automatic code generation tool based on a table, clear structure, easy expansion, suited to do the secondary development
DB
- 建立基本的学生数据库表 C,SC,S等 包括触发器完成成绩自动生成的功能-Students establish the basic table SQL statements
schoolPdb1
- 建立基本的SCHOOL数据库表 C,SC,S同时还建立触发器 完成成绩自动输出的功能-Students establish the basic table SQL statements
employees_db-code-1.0.6
- Mysql经典用户表 主要是一个mysql的关系数据库的数据库表 用来学习Mysql-mysql table
mysql
- 连接数据库mysql,测试是否加载驱动,以及是否连接书籍库,读取数据库表中的对象-To connect to the mysql , test whether the load driver, and whether the connection library books, read the object in the table
guahao
- 基于web的医院预约系统,有源码和数据库,包括数据库表的建设,-Web-based hospital appointment system, there is source code and s, including the construction of a table,
银行储蓄管理系统数据库设计
- 设计内容: 主要功能: 1实现储户开户登记。 2办理定期存款帐。 3办理定期取款手续。 4办理活期存款帐 5办理活期取款手续。 6实现利息计算。 要求: 1、项目背景及需求分析; 2、E-R图设计(局部与全局ER图) ; 3、数据库表设计(包含ER图中的所有实体与联系所对应的关系表),还添加一些关键业务功能所需的视图、触发器、存储过程设计等; 4、系统完成对数据库数据的增加、修改、删除、查询功能。