图书管理系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘要
随着网络技术的发展、计算机应用水平的提高的扩大,原来系统的时效性、数据的正确性、操作的方便性上都存在不足,已影响到系统的正常使用。经过考察比较,决定利用自己的力量对图书管理系统重新设计,使系统能利用软件开发技术的成果,方便图书的管理。
图书管理系统是典型的信息管理系统。系统介绍了图书系统的开发过程,设计中遇到的问题及解决方法以及提高当前应用程序或系统开发进度和改善工作性能. 利用其提供的各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
本次课程设计利用JSP开发工具和MYSQL数据库来开发这个图书管理系统。该系统要解决的图书管理所要解决的问题,可以满足图书管理基本要求,包括添加、管理等功能。该系统能根据用户的需求,快捷方便的为读者提供借阅服务。

关键词: 图书管理系统   信息管理  JSP  

Abstract
Along with networking's development, the computer application level's enhancement's expansion, system's effectiveness, the data accuracy, in the operation conveniences has the insufficiency originally, Has affected system's normal use. After the inspection comparison, decided that uses own strength to the literature management system management system redesign, enables the system to use the software development technology the achievement, convenient literature management.
The literature registration management system management system is the typical information management system. The system introduced the literature referral system's performance history, in the design meets the question and the solution as well as enhance the current application procedure or the system development progress and the improvement operating performance. Each kind of object-oriented development kit which provides using it, first establishes the system application prototype in a short time, then, carries on the demand iteration to the initial prototype system, revises unceasingly and improves, until forms the user satisfied feasible system.
This curriculum project 2000 databases develops this literature management system management system using the JSP 2.0 development kits and SQL the Server. This system must solve the literature administration center must solve the question, may satisfy the literature management essential requirements, including increase, inquiry, management and so on three aspect functions. This system can act according to the user the demand, what facilitates quickly is the reader provides the service.

 Key word:  Literature management system、 Information management、JSP


目    录
摘要 1
Abstract 2
1、绪论 3
1.1 选题背景 3
1.2 管理信息系统简介 3
1.3 计算机信息系统的发展 4
1.4 管理信息系统的发展现状 5
1.5 开发管理信息系统应注意的问题 6
1.6 可行性分析 6
1.7  系统开发步骤 7
2、开发环境 8
2.1 JAVA Server Pages开发环境 8
2.2 MYSQL简介 9
3、系统分析 10
3.1 模块设计 10
3.2 功能模块图 11
3.3 数据库设计概述 11
3.4 数据库设计周期 12
3.5 SQL查询语言及使用 14
4、系统设计 14
4.1 用户登陆 14
4.2 添加图书信息 16
4.3 图书类别管理 16
4.4 管理员设置 17
4.5 图书借阅管理 18
4.6 会员信息管理 18
5、系统调试与测试 19
5.1 程序调试 19
5.2 程序的测试 19
5.2.1 测试的重要性及目的 19
5.2.2 测试的步骤 21
5.2.3 测试的主要内容 21
结束语 23
致谢 25
参考文献 26

块设计
根据本系统的需求,结合实际管理情况,本系统应用有如下功能模块:
1.基本信息设置:如操作人员的编辑,操作人员密码的修改.
2.用户的管理.
3.图书信息管理.
4.查询图书管理.
5.添加图书管理.
6.修改图书管理.
7.删除图书管理