基于web的图书流通管理系统

  • 格式:doc
  • 大小:2.50 MB
  • 文档页数:50

本科毕业设计(论文)

题目名称: 基于web的图书流通管理系统

学 院: 计算机科学技术

专业年级: 计算机科学与技术 08级

学生姓名: xxxxxxx

班级学号: xxxxxxxxxxxxxxxxxxxx

指导教师: xxxxxxxxxxxxx

二○一二 年 五 月 二 十 六 日 I 摘 要

随着科学技术的进步,计算机行业的迅速发展,大大提高人们的工作效率。计算机信息处理系统的引进已彻底改变了许多系统的经营管理模式。基于web的图书流通管理系统是企业和学校管理机制中的重要组成部分,通过对图书管理系统的运行管理机制进行调查研究,开发了此图书系统。本系统解决了学校图书流通管理事务中的常用基本问题以及相关统计工作。本系统中包含6个功能模块:系统设置,读者管理,图书管理,图书借还,系统查询和更改口令。本系统使用jsp进行网页界面的设计,MVC设计模式,使得该系统具有开发效率高、设计灵活、生成的软件界面友好美观等特点。本系统中通过JDBC驱动和数据库进行无缝连接,后端的数据库是MySQL,该数据库是一个开源的数据库系统,具有较高的完整性,一致性和安全性。使用Tomcat 6,编写JavaBean用MyEclipse以J2EE进行项目开发。

关键词:图书管理;图书流通;jsp; Mysql

II Abstract

With the advances in science and technology, the rapid development of the

computer industry, and greatly improve the efficiency of people's work.The

introduction of computer information processing system has revolutionized the way

many system management mode. Web-based book circulation management system is

an important part in the enterprise and school management mechanisms to investigate

the mechanism of the operation and management of library management system, the

development of this library system. This system solves the common problems and

related statistical work in the school library circulation management matters. The

system contains six functional modules: system setup, the reader management, library

management, books borrowed also, the system to query and change the password.

This system uses jsp web interface design, MVC design pattern, making the

development of high efficiency, flexible design, friendly software interface, the

resulting appearance characteristics. Be seamlessly connected to this system through

the JDBC driver and database back-end database MySQL, the database is an open

source database system, with a high level of integrity, consistency and security. Use

the Tomcat 6, the preparation of the JavaBean MyEclipse J2EE project development.

Key words: book management;book ofcirculation ;jsp;mysql

目 录

摘 要.................................................................................................................................... I

Abstract..................................................................................................................................II

第1章 绪论..........................................................................................................................1

1.1 选题来源 ....................................................................................................................1

1.2 研究的目的及意义 ....................................................................................................1

1.3 基于WEB的图书流通管理系统的设计应解决的主要问题 ......................................1

1.4 在国内外的发展概况及存在的问题 .........................................................................2

第2章 方案论证 .................................................................................................................3

2.1 方案论述 ....................................................................................................................3

2.2 技术分析与方案确定 ................................................................................................3

2.3 可行性研究 ................................................................................................................5

2.3.1 系统要求............................................................................................................5

2.3.2 所受限制............................................................................................................6

2.3.3 技术可行性分析................................................................................................6

2.3.4 经济可行性分析................................................................................................6

2.3.5 社会因素可行性分析........................................................................................6

2.4 系统功能分析 ............................................................................................................6

2.5 图书借阅管理系统需求模型 ...................................................................................8

2.5.1 功能描述............................................................................................................8

2.5.2 图书管理员详细功能描述................................................................................9

2.5.3 读者详细功能描述..........................................................................................10

2.5.4 主要用例的用例描述......................................................................................10

第3章 系统设计 ...............................................................................................................13