-
一个功能简单的图书馆管理系统,但是基本功能都已经实现,界面简洁漂亮....
一个功能简单的图书馆管理系统,但是基本功能都已经实现,界面简洁漂亮.-a simple function of the library management system, but the basic functions have now been achieved, pretty simple interface.
- 2022-05-29 19:40:04下载
- 积分:1
-
beginning-sql-server-2008
beginning sql server 2008 programming
- 2013-04-14 16:28:09下载
- 积分:1
-
网上书店的源码,课程设计时自己动手开发的,配置好环境就可以用了...
网上书店的源码,课程设计时自己动手开发的,配置好环境就可以用了-The source code online bookstore, curriculum design developed by yourself, configure a good environment can be used
- 2022-02-24 15:02:49下载
- 积分:1
-
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。...
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。-" C++ cookbook" o" reily the classic series of books detailing sql language books, absolutely worth a visit.
- 2022-09-12 07:20:03下载
- 积分:1
-
在自主开发的在线判题系统中应用游标
应用背景Online Judge( 简称 OJ) 一般指在国际大学生程序设计竞赛等各种形式的编程比赛中用来评测参赛选手程序的正确性与时空效率的程序以及评测程序所依托的网络环境。讨论了游标在OJ中的应用,重点讨论了在考试帐号随机分配存储过程中, 以及在删除答案的触发器中应用游标实现逐行存取数据的问题.关键技术应用游标机制以便每次处理关系表中的一行或一部分行。采用 Transact SQL 游标,在存储过程或触发器中使用 Transact SQL 游标的典型过程为:
a. 使用 DECLARE CURSOR 语句声明 Transact SQL 游标;
b. 使用 OPEN 语句打开游标;
c. 使用 FETCH 语句提取单个行;
d. 使用 CLOSE 语句及 DEALLOCATE 语句关闭并释放游标.
- 2022-07-17 06:52:31下载
- 积分:1
-
20111211083713658
SQLSERVER精华 周周共享论坛(www.pigtwo.com)(The SQLSERVER essence week to share Forum (www.pigtwo.com))
- 2012-05-18 11:58:44下载
- 积分:1
-
员工信息管理系统
员工信息管理系统 -staff information management system staff info rmation management system staff information management system
- 2022-11-09 15:50:04下载
- 积分:1
-
SQLite是一个小型的、快速的、可嵌入的数据库。是什么使它受欢迎的组合…
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.
- 2023-05-15 04:05:03下载
- 积分:1
-
应用Visual c++.net连接数据库事例(ODBC)
应用Visual c++.net连接数据库事例(ODBC)-Visual c. Net to connect to the database instances (ODBC)
- 2022-12-08 13:30:03下载
- 积分:1
-
contain the following basic features of BBS systems : an article published artic...
包含有以下基本功能的BBS系统:
发表文章、回复文章、搜索文章、查看文章、文章排序
运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。
访问路径为 http://localhost:8080/chap23/index.jsp。-contain the following basic features of BBS systems : an article published articles reply, search articles View article, Sort article runs, need database directory of Forum_MSAccess.mdb paper copy to the D- the root directory, because common.jsp set the path for the database root directory, readers can also set up their own way of other trails. Path to visit http://localhost : 8080/chap23/index.jsp.
- 2022-03-18 03:45:56下载
- 积分:1