摘 要
《网上图书预约系统的设计》是以为读者提供便利为前提而开发的一个信息管理系统,它不仅要求建立数据的一致性和完整性,而且还需要应用程序功能的完备、易用等特点。系统主要采用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 本课题主要研究思路和方法 1http://www.16sheji8.cn/
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 图书操作类的设计 10http://www.16sheji8.cn/
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
声 明 23http://www.16sheji8.cn/
1 引言
1.1 课题背景及意义
21世纪初,人类社会继工业文明之后,进入知识经济与信息时代。高新技术的迅猛发展,信息技术的广泛应用,全球经济趋于一体化。在新经济与信息时代,随着计算机技术的迅猛发展,信息技术资源的开发和利用对社会经济的发展起着举足轻重的作用。同时,社会的信息化发展也有了长足的进步,计算机技术越来越深入各行各业,图书馆也由传统向数字化转变,为广大的用户提供更为周到和便捷的服务,这就要求各个环节都均衡发展,从软硬件双方面推进社会的信息化建设。网上图书预约系统就是在此背景下,志在追求如何为读者提供更为便利的服务,能够在网上方便地对图书进行预约和查询并及时了解最新的图书信息,而且也使图书管理员更为方便有效地管理种类繁多的图书。本系统可以完成图书的预约、查询等功能以及图书信息的录入、修改、维护,另外还可以对用户进行分组并赋予权限,以满足安全性方面的要求。系统的组成模块主要有身份验证模块、用户个人信息模块、图书查询预约模块、信息发布模块、图书管理模块和系统管理模块。