成 都 信 息 工 程 学 院
学 位 论 文
网上图书预约系统的设计
论 文 作 者 姓 名 :
申 请 学 位 专 业 :
申 请 学 位 类 别 :
指导教师姓名(职称):
论 文 提 交 日 期 :
网上图书预约系统的设计
摘 要
《网上图书预约系统的设计》是以为读者提供便利为前提而开发的一个信
息管理系统,它不仅要求建立数据的一致性和完整性,而且还需要应用程序功能
的完备、易用等特点。系统主要采用 VB.NET 作为前端的应用开发工具,利用 SQL
Server2000 数据库作为后台的数据库,利用 WINDOWS XP 作为系统平台,采用
VB.NET 的 ADO.NET 数据访问规范来访问和操作数据库进行开发的供用户管理和
操作图书的桌面数据库系统。它的主要功能是实现用户在网上进行图书的预约以
及管理员对图书和用户的管理。系统的使用对象可以是高校或者其他单位的图书
馆的读者和管理人员。
本论文主要讲述了 VB.NET 的基本概述及设计方法,紧接着以此系统为例,逐
一介绍系统的设计开发,系统分为六个模块:用户身份验证模块、用户个人信息
管理模块、图书查询预约模块、信息发布模块、图书管理模块、系统管理模块。
在系统分析中先后用系统的功能结构图、数据库的 E-R 图、数据库表分析了系统
所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块及核心代
码。
关键词:图书;预约;VB.NET;数据库
The Design of Online Booking System
Abstract
"The Design of Online Booking System" is a management information system,
developed to provide convenience for readers as premise. It not only requires the
establishment of data integrity and consistency, but also featured by perfection and
easy-to-use to the program function. The system is a desktop database system for
users to control and operate books, which mainly adopts VB.NET as front-end
application development tool, SQL Server 2000 database as a background database,
and Windows XP as a platform. Meanwhile it also uses the ADO.NET data access to
standardize of VB.NET for accessing and manipulating the database. Its major
function is the realization of booking on-line for readers as well as management of the
books and users for the administrator. The system can be used by readers and
management staff of libraries in college or other units.
This thesis mainly describes the basic outline of VB.NET and design methods.
Then taking this system as an example, it goes through design and development of the
system. This system consists of six modules, namely subscriber identification scheme,
users pim, books inquiry and appointment, the information promulgation,
management of the books, and management of system. The system analyse varieties
of data successively with the function chart, the E-R graphic and tables of database.
Each functional module and its core codes are displayed for detail in the system's
design.
Key words: book; booking; VB.NET; database
目 录
论文总页数:23 页
1 引言 .....................................................................1
1.1 课题背景及意义 .......................................................1
1.2 本课题主要研究思路和方法 .............................................1
1.3 .NET 概述 .............................................................1
1.4 对数字图书馆的现状分析 ...............................................2
2 需求分析 .................................................................3
2.1 需求调研 .............................................................3
2.2 组织结构的分析 .......................................................3
2.3 开发运行环境 .........................................................3
3 系统分析设计 .............................................................4
3.1 功能设计 .............................................................4
3.2 系统功能结构图 .......................................................5
3.3 模块设计 .............................................................5
3.4 数据库的设计 .........................................................7
4 系统详细设计 ............................................................10
4.1 系统公共类的设计 ....................................................10
4.1.1 数据操作类的设计 .................................................10
4.1.2 图书操作类的设计 .................................................10
4.2 用户身份验证模块的设计 ..............................................11
4.2.1 功能描述 .........................................................11
4.2.2 登录页面 Login.aspx 的设计 ........................................11
4.2.3 注销页面 LoginOut.aspx 的设计 .....................................12
4.2.4 修改密码页面 ChangePWD.aspx 的设计 ................................12
4.3 用户个人信息模块 ....................................................12
4.3.1 功能描述 .........................................................12
4.3.2 个人预约信息控件 BookingList.ascx 的设计 ..........................12
4.3.3 个人预约信息的主界面图 ...........................................13
4.4 图书查询预约模块的设计 ..............................................13
4.4.1 功能描述 .........................................................13
4.4.2 预约流程图 .......................................................14
4.4.3 简单查询页面 SimpleSearch.aspx 的设计 .............................14
4.4.4 普通查询页面和高级查询页面的设计 .................................15
4.4.5 简单查询页面的主界面图 ...........................................15
4.5 信息发布模块的设计 ..................................................16
4.5.1 功能描述 .........................................................16
4.5.2 新书查询页面 NewBook.aspx 的设计 ..................................16
4.5.4 控件加载页面 MsgContainer.aspx 的设计 .............................16
4.5.5 当前预约信息的主界面图 ...........................................17
4.5.6 历史预约信息的主界面图 ...........................................17
4.6 图书管理模块的设计 ..................................................18
4.6.1 功能描述 .........................................................18
4.6.2 图书编辑页面的主界面图 ...........................................18
4.7 系统管理模块的设计 ..................................................18
4.7.1 功能描述 .........................................................18
4.7.2 角色权限管理页面的主界面图 .......................................20
5 系统测试 ................................................................20
5.1 测试环境 ............................................................20
5.2 测试结果 ............................................................20
结 论 ....................................................................20
参考文献 ....................................................................21
致 谢 ....................................................................22
声 明 ....................................................................23