资源列表
mrIndustry
- 建造工业系统所需的SQL源代码,能使用,无误-Required for the construction of industrial systems SQL source code, can use
carsell
- 汽车sell 功能完善 经过本人自己测试 可以使用-Auto sell functional tests can be used through the I own
online-education-system
- 这个在线教育系统主要采用jsp与sqlserver主要内容包括以下几大功能模块:1.数据库管理模块, 这是其他模块的基础,主要是用SQL 2000来建立数据库的相关操作。2.用户登录管理模块, 主要是完成用户的注册, 登录 等相关操作。3.课程,对课程的添加、选修与选择,主要是完成对与课程的 增加、删除、修改与选修4.上传,对学习资料上 传到服务器的模块,主要是完成各种格式的学习资料的上传(如课件、视频、考题、作业 等)。5. 下载,上传到服务器上的资料下载的模块。主要是完成
Wiley.Data
- 数据挖掘已成为时代的需要,本电子书教你学习数据挖掘的基本概念。-Data mining has become the need of the times, this book teaches you to learn the basic concepts of data mining
CHEXC
- C#结合SQL sever数据库开发的超市进货出货系统,可作为SQL数据库开发的参考 visual studio2010编译通过。-C# SQL sever development combined with the purchase of the supermarket delivery system can be used as reference for SQL development, visual studio2010 compile.
stu
- 一个学生比较简单的成绩综合管理信息系统。-a simple student scores information system
SQL-Server-2005-Guide
- SQL Server 2005 书籍,详细讲解,非常实用。-it gives a detailed of SQL Server 2005. it is very useful!!
TRAVLSYS
- OLAP联机分析处理,旅游系统,可视化显示。-OLAP online analytical processing, tourism system, visual display.
yiyaoguanlixitong
- 数据库课程设计,很重要我想,医药管理系统,有说明书,网站源文件-Database design course, very important, I think, pharmaceutical management system, a manual, website source
SQL
- This document for beginner My SQL. LEt, ENJOY-This is document for beginner My SQL. LEt, ENJOY...
MSSQL---SQL-Server-2000
- MSSQL - SQL Server 2000 System Administration - 70-228 - 2003
importdata
- 这种方法是最基本的方法,大多数人一开始都会想到这种方法。但是Insert语句似乎并不适合大批量的操作,是不是这样呢? 本方法中将100万数据分为10个批次,每个批次10万条,每10万条1个事务,分10次导入数据库。 基本语句:Insert Into TableB (Value1) values (‘”+i+”’) 说明:语句中的i是宿主程序中的一个累加变量,用于填充数据库字段中的值。 -This method is the most basic way, most