jsp在线图书租赁管理系统的设计及实现(含源文件).doc
文本预览下载声明
本科毕业论文(设计)
题 目 在线图书租赁管理系统的设计与实现
在线图书租赁管理系统的设计与实现
摘 要
书是人类精神的食量,进步的阶梯。尤其是当今社会,书的重要性更是不言而喻。面对人们日益增长的读书需求,传统的手工管理图书不仅在管理上耗时耗力,同时也给借书者带来了不少麻烦。因此对于图书的高效管理就显得尤为重要。
本图书租赁管理系统就是为了实现对图书动态高效的管理而设计开发的。系统使用JSP编写,开发工具使用MyEclipse,并使用Mysql5.0数据库存储信息及Tomcat服务器。系统采用软件工程的开发原理,主要分为读者模块和管理员模块两类,包括读者管理和对图书的租阅管理操作。系统操作便捷,功能丰富,实现了图书租赁管理向自动化,便捷化方向发展。
关键词:图书租赁管理;Jsp;Mysql;软件工程
The design and implementation of online book rental management system
Abstract
The book is the ladder of human spiritual appetite, progress. In particular, the importance of todays society, the book is self-evident. Faced with the growing demand for reading, the traditional manual management is not only time-consuming books on management, but also to the borrower a lot of trouble. So for books efficient management is particularly important.
The book rental management system is to achieve efficient management of books dynamic design and development. The system uses JSP prepared and developed using MyEclipse, and use the database to store information and Mysql5.0 Tomcat server. The system uses the principles of software development projects, the main module and administrator module is divided into two types of readers, including readers management and rentbooks reading management operations. Convenient operating system,feature-rich, to achieve the development of the book rental management automation, convenient direction.
Key words: 1
1.1 研究背景与意义 1
1.2 可行性分析 1
1.2.1 技术可行性 1
1.2.2 经济可行性 1
1.2.3 管理可行性 1
1.3 设计目标 2
1.4 研究内容与核心技术 2
1.4.1 JSP与MVC模式及其系统框架 2
1.4.2 Struts2框架 3
1.4.3 Hibernate框架 4
1.4.4 Spring框架 4
1.5 开发环境 5
第 6
2.1 系统功能描述 6
2.2 主要功能模块 6
2.2.1 读者模块 6
2.2.2 管理员模块 6
2.3 系统业务描述 8
第3章 系统详细设计 9
3.1 概念模型设计 9
3.2 数据库设计 9
3.2.1 MySQL介绍 9
3.2.2 MySQL的访问 10
3.2.3 MySQL的管理 10
3.3数据库逻辑模型 11
3.4数据库表结构 13
3.4.1 t_jieshu借书表 13
3.4.2 t_tushu图书表 13
3.4.3 t_leixing图书类型表 14
3.4.4 t_yonghu用户表 14
第4章 系统功能实现 15
4.1类图 15
4.1.1 借书类 15
4.1.2 图书类 16
4.1.3 图书类型 16
4.1.4 用户类图 17
4.2系统功能实现的主要框架 18
4.2.1 hibernate配置文件 18
显示全部