搜索结果
找到约 506 项符合
DATabase 的查询结果
按分类筛选
- 全部分类
- SQL Server (64)
- Java编程 (64)
- 其他数据库 (49)
- 数据库系统 (41)
- 其他 (32)
- 其他书籍 (31)
- Oracle数据库 (19)
- Jsp/Servlet (17)
- Delphi控件源码 (16)
- MySQL数据库 (14)
- Java书籍 (11)
- 电子书籍 (10)
- 企业管理 (9)
- 软件设计/软件工程 (9)
- *行业应用 (8)
- 教育系统应用 (8)
- VC书籍 (7)
- 人工智能/神经网络 (6)
- 文件格式 (5)
- 其他行业 (5)
- Internet/网络编程 (4)
- Windows Mobile (4)
- 文章/文档 (4)
- matlab例程 (4)
- 单片机开发 (4)
- 金融证券系统 (4)
- 软件工程 (3)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 酒店行业 (2)
- 家庭/个人应用 (2)
- Applet (2)
- OA系统 (2)
- 数值算法/人工智能 (2)
- 医药行业 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- 编译器/解释器 (2)
- 行业发展研究 (2)
- 手机短信编程 (2)
- 技术资料 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 工控技术 (1)
- 加密解密 (1)
- 交通/航空行业 (1)
- Delphi/CppBuilder (1)
- 压缩解压 (1)
- Symbian (1)
- J2ME (1)
- 操作系统开发 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 数学计算 (1)
- 网络 (1)
- Windows CE (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 系统设计方案 (1)
- BREW编程 (1)
- 源码 (1)
- 书籍 (1)
企业管理 在运行系统前
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建stock数据库。
2.使用SQL Server的企业管理器直接附加“附加数据库文件”目录下的Stock.mdf文件。
系统默认帐号:admin ...
企业管理 在运行系统前
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建stock数据库。
2.使用SQL Server的企业管理器直接附加“附加数据库文件”目录下的Stock.mdf文件。
系统默认帐号:admin 密 ...
SQL Server 包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候
包含有以下基本功能的BBS系统:
发表文章、回复文章、搜索文章、查看文章、文章排序
运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。
访问路径为 http://localhost:8080/chap23/index.jsp。 ...
Java编程 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候
用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。
运行的时候,需要把database目录下的BookStore_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。
将该目录拷贝到Tomcat ...
SQL Server 用SQL Server+jsp实现的电话黄页查询系统。 运行的时候
用SQL Server+jsp实现的电话黄页查询系统。
运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以设置程其他路径。
将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为http://localhost:8080/appendix2/Default.jsp。
注意:文件名 ...
其他书籍 Automate Oracle—and save your time for more important tasks! This is the Oracle automation reference
Automate Oracle—and save your time for more important tasks! This is the Oracle automation reference every working Oracle DBA needs...concise, straightforward, and incredibly easy to use. Discover proven solutions for automating installation, database creation, management, monitoring, tuning, backu ...
软件设计/软件工程 This book offers 226 code recipes applicable to a variety of difficulties that may arise in the proc
This book offers 226 code recipes applicable to a variety of difficulties that may arise in the process of application development. Topics covered include XML processing, Windows forms, database access, networking, runtime security, cryptography and more.
Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program
THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
其他数据库 1. 仍然使用MyDatabase数据库
1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。
2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。)
3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JW ...
Delphi控件源码 pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter,
that is capable of recognizing spam e-mails after appropriate training.
Pop3 Agent uses an embedded Firebird database server. Of course, you can
configure Pop3 Agent to work with an existing server if the ...