毕业设计报告(论文)
报告(论文)题目: 基于JSP的图书馆管理系统
摘 要
二十一世纪是信息的社会,信息作为社会最主要的资源,将成为战略资源引起人们广泛的关注。如何获取信息?图书是我们最好的获取信息的方式,但由于图书馆图书收藏量大大增加,使传统的图书管理员的工作日益繁重起来。迫使人们起用新的管理方法来管理图书,如何把图书管理员从繁重的工作中解脱出来呢?
图书馆管理系统是学校管理机制中的重要组成部分,通过对图书馆管理系统的运行管理机制进行调查研究,开发了此图书馆系统。本系统中实现了学校图书管理事务中的常用基本问题以及相关统计工作。本系统中包含6个功能模块:日常工作,读者资料维护,图书资料维护,查询,系统管理和更改口令。
本系统使用jsp进行网页界面的设计,使用MVC设计模式,采用了开源框架Struts,它采用了当今软件设计的最新技术,具有开发效率高、设计灵活、生成的软件界面友好美观等特点。本系统过JDBC驱动和数据库进行无缝连接,后端的数据库是MySQL,也是一个开源的数据库系统,该数据库具有较高的完整性,一致性和安全性。
关键词:图书馆管理 MySQL JSP Struts
Abstract
21 centuries is resources that information that society, social most in conduct and actions in information, will become the strategy resources cause the extensive concern in people.How to obtain the information?Books is work that the way that we obtain the information bestly, but collect and keep to have great capacity the big increment because of the library books, make traditional books' managing person increasingly heavy to get up.Forcing people rises to manage the books with the new management method, howing to set free out the books the managing person from the heavy work?
The management system of the library takes an important role in the administration of school organization. I desigen the system after the thorough investigations about the library management system’s mechanism. This system contains with six functional modules: the daily work, the reader information on maintenance, books and materials to maintain, query, system management, and change the password.
The system is contrived with Java Server Pages Techonolege as well as Struts,the software design mode of MVC with open source framework techonolege, which makes this system have the advantages of efficiently designed with beauteous and friendly interface . This system use jdbc driver to connect the mysql database server,which is also an open source database system for its users. The batabase was desigend with highly integrity, security, and consistency.
Keyword: Library Management MySQL JSP Struts
目 录
摘 要 ................................................................. I Abstract .............................................................. II 目 录 ............................................................... III 第1章 绪论 ........................................................... 1
1.1课题现状分析 ................................................... 1
1.1.1图书管理的现状 ........................................... 1 1.1.2现有图书馆管理系统现状 ................................... 2 1.2 选题的目的及意义 ............................................... 3 1.3 课题研究的主要容 ............................................... 3 第2章 系统开发工具及相关技术 ......................................... 4
2.1 JSP技术 ....................................................... 4 2.2 JDBC ........................................................... 4 2.3 Servlet ........................................................ 5 2.4 MySQL .......................................................... 5 2.5 TOMCAT ......................................................... 5 2.6 MyEclipse ...................................................... 5 2.7 B/S结构 ....................................................... 6 2.8 本章总结 ....................................................... 6 第3章 系统分析 ....................................................... 7
3.1 可行性分析 ..................................................... 7
3.1.1技术可行性 ............................................... 7 3.1.2经济可行性 ............................................... 7 3.2 系统实现的目标 ................................................. 8 3.3系统功能分析 ................................................... 8 3.4系统流程图分析 ................................................. 8 3.5 开发及运行的环境 ............................................... 9
3.5.1硬件环境 ................................................. 9 3.5.2软件环境 ................................................. 9 3.6设计模式分析 .................................................. 10 第4章 系统设计 ...................................................... 11
4.1 系统功能设计: ................................................. 11
4.1.1总体功能设计 ............................................ 11 4.1.2“日常工作”模块设计 ..................................... 12 4.1.3“读者资料维护”模块设计 ................................. 12 4.1.4“图书资料维护”模块设计 ................................. 13 4.1.5“查询”模块设计 ......................................... 13 4.1.6“系统管理”模块设计 ..................................... 14 4.1.7“更改口令”模块设计 ..................................... 14 4.1.8 其他功能设计 ............................................ 14 4.2 系统数据库设计 ................................................ 14
4.2.1数据总体结构设计 ........................................ 14 4.2.2图书信息表结构设计 ...................................... 16 4.2.3图书类型信息表结构设计 .................................. 16 4.2.4 读者信息表结构设计 ...................................... 17 4.2.5读者类型信息表结构设计 .................................. 18 4.2.6图书借阅信息表结构设计 .................................. 18 4.2.7图书归还信息表结构设计 .................................. 19 4.2.8管理员信息表结构设计 .................................... 20 4.2.9图书馆信息表结构设计 .................................... 20 4.2.10书架信息表结构设计 ..................................... 21 4.2.11信息表结构设计 ......................................... 21 4.2.12权限信息表结构设计 ..................................... 21
第5章 系统实现 ...................................................... 22
5.1数据库操作类的实现 ............................................ 22 5.2登录模块实现 .................................................. 26 5.3图书馆主界面模块的实现 ........................................ 28 5.4日常工作功能模块的实现 ........................................ 30 5.5读者资料维护功能模块的实现 .................................... 34 5.6图书资料维护功能模块的实现 .................................... 37 5.7查询功能模块的实现 ............................................ 42 5.8系统管理功能模块的实现 ........................................ 46 5.9更改口令功能模块的实现 ........................................ 48 结 论 ................................................................ 49 致 .................................................................. 50 参考文献 .............................................................. 51
相关推荐: