资源列表
chinaunicom20131011_final_empty
- 精细化管理系统数据库,包括存储过程和触发器设计-Sophisticated management system database, including stored procedures and triggers design
Sources
- enumerate properties of an owl file and insert into a mysql database
sqlbasedao
- 实现基础数据库操作功能,基于dao数据库底层操作。-Implement basic operation function, based on the underlying operating dao .
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft
SQL.VI
- 在labview软件上完成数据库的查询,得到符合查询条件的数据。-It is used to query the data in the database based on the labview,then we can get the data we need.
MysqlPass
- Mysql 数据库密码修改 实现Mysql用户,通过自己的Mysql帐号和密码,修改自己的密码 执行此程序,必须要是Mysql的root用户 -Mysql Database Mysql user password modification to achieve, through their own account and password Mysql, modify your password implementation of this procedure must be the
address
- 地址簿,查询,添加,删除,修改,通过读取数据库实现存储功能-Address Book,Query, Add, Delete, Update
DBconn
- 最简单的myeclipse连接mysql数据库,用的时候记得引进jar包。-The easiest myeclipse connect mysql database, using the time to remember the introduction of jar package.
mysql恢复工具
- mysql数据的备份和恢复工具,自动一键功能。
martin-database
- sample database which can be used as a simple school project for those who are starting
mysql.rar
- 实现一个MySQL的标准C++数据库访问,统一数据库访问方式,mysql db class
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com