图书馆网站管理系统设计与实现.doc

约42页DOC格式手机打开展开

图书馆网站管理系统设计与实现,摘要在当今知识大爆炸的时代,图书作为信息的一种载体,仍是人们获得知识的一种重要途径,因而作为图书管理与借阅的图书馆,它的运行情况则关系到知识的传播速度问题。以往旧的图书管理模式完全是手工操作,从新书的购买、编码、入库、上架,到借阅、续借、归还、查询,无一不是人工处理,需要大量的劳动力与工作量,而且由于人为的原因造成一些...
编号:30-322369大小:1.66M
分类: 论文>计算机论文

内容介绍

此文档由会员 道客巴巴 发布

摘要
在当今知识大爆炸的时代,图书作为信息的一种载体,仍是人们获得知识的一种重要途径,因而作为图书管理与借阅的图书馆,它的运行情况则关系到知识的传播速度问题。以往旧的图书管理模式完全是手工操作,从新书的购买、编码、入库、上架,到借阅、续借、归还、查询,无一不是人工处理,需要大量的劳动力与工作量,而且由于人为的原因造成一些错误,也是再所难免的。当读者想要借阅一本书时,首先要查询大量的卡片,而且要有一定的图书管理知识,才能很快的查到。自己想要的图书,在借阅过程中还要填写许多相关的卡片,使得图书的管理效率低下,图书流通速度较慢,因而从一定程度上也影响了知识的传播速度。

关键字:图书管理,借书,还书,AspNET

Abstract
Abstract library management system is typical of the Management Information System (MIS). Its development including the establishment and maintenance of the database and front-end application development in two areas. Consistency and integrity of data required to establish a strong one, Secretary of good data security requirements of the other applications functions, and easy to use features. From 1995 has started building the nine-year compulsory education, the majority of primary and secondary schools have been established by the National Standards school library. However, the corresponding library management is not in place first, backward management, second, the majority of primary and secondary schools as a part-time management books.

Keyword: library management,library,books,AspNET


目 录
第1章 概述 6
1.1 开发目的 6
1.2 设计定义 6
1.3 开发工具简介 7
1.3.1 VS NET 2008简介 7
1.3.2 C#  语言的特点 8
第2章 开发及运行环境的选择 11
2.1运行环境的选择 11
2.2数据库的选择 11
第3章 需求分析 12
3.1可行性分析 12
3.1.1技术可行性 12
3.1.2经济可行性 12
3.1.3管理可行性 12
3.2系统目标 12
3.3 系统开发环境 13
1. 开发环境 13
2. 程序运行环境 13
3.4 系统应该具备的功能 13
3.4.1 管理员 13
3.4.2 操作员 14
3.4.2 学生 14
第4章 系统总体设计 16
4.1 系统结构图 16
4.2 系统详细设计 16
4.2.2 数据库中表的设计 16
4.2.3 数据库逻辑设计E—R图 19
4.2.4 功能模块详细设计 21
第5章 系统主界面 23
5.1系统主界面 23
5.2 管理员功能页面 24
1.操作员信息管理 24
2. 学生信息管理 24
3. 图书信息管理 25
4. 图书库存浏览 25
5.2 操作员人员功能页面 26
1.图书借阅管理 26
2. 图书归还管理 26
5.3 学生功能页面 27
1.图书借阅查询 27
2. 图书还书查询 27
第6章 软件测试 28
6.1软件测试的意义 28
6.2软件测试的重要性 28
6.3软件测试的范围 29
6.4测试方法 29
结束语 32
致谢 33
参考文献 34
附录 35