基于ssh的图书馆管理系统的设计与实现.doc
基于ssh的图书馆管理系统的设计与实现,基于ssh的图书馆管理系统的设计与实现摘要: 通过对图书馆管理系统的运行管理机制进行调查研究,采用java编程技术和mysql数据库,在myeclipse 集成开发环境下应用ssh框架,完成了图书馆管理系统的设计全过程。本系统在开发过程中采用b/s结构,运用面向对象的开发技术,实现了浏览器端和服务器端的各自功能,其中浏...
内容介绍
此文档由会员 dustinblog 发布基于SSH的图书馆管理系统的设计与实现
摘要:
通过对图书馆管理系统的运行管理机制进行调查研究,采用Java编程技术和MySQL数据库,在MyEclipse 集成开发环境下应用SSH框架,完成了图书馆管理系统的设计全过程。本系统在开发过程中采用B/S结构,运用面向对象的开发技术,实现了浏览器端和服务器端的各自功能,其中浏览器端主要实现了读者登录、查询、超期提醒等功能,服务器端主要实现了系统设置、读者管理、图书管理、用户管理、图书借还、系统查询、更改密码等管理员功能。系统通过Hibernate和数据库进行连接,有效解决了数据库连接及访问过程中的安全性及效率问题,提高了系统的可靠性及运行效率。论文较详细地叙述了该系统开发实现的全过程,并对具体关键技术及开发中遇到的问题进行了详尽的描述。
关键词: 图书馆管理 SSH 借阅查询 图书借还
毕业设计(论文)外文摘要
Title Design and Implementation of Library Management
System Based on the SSH
Abstract
The library management system management system investigation and study, using Java programming technology and MySQL database, in the MyEclipse integrated development environment using SSH framework, complete library management system design process. The system in the development process by using B/S structure, using object-oriented technology, realize the browser and server end of each function, the browser terminal which mainly realize the reader login, query and other functions, the server implementation system settings, the reader management, library management, user management, the books borrow also, system query, change password administrator function. The system through the Hibernate and the database connection, can effectively solve the database connection and access of process safety and efficiency, improve the reliability of the system and running efficiency. Paper describes in detail the development of the system to achieve the whole process, and some key techniques and problems encountered in the development of a detailed description of.
Keywords: Library management SSH Loan inquiries Books borrow and return
目 次
1 引言 1
2 需求分析 1
2.1 问题提出 1
2.2 解决方案 2
2.3 可行性分析 2
2.4 用户需求 3
3 系统设计 4
3.1 系统总体设计 4
3.2 数据库设计 6
4 系统实施 11
4.1 系统架构分析 11
4.2 数据库操作接口设计 12
4.3 登录模块的实现 12
4.4 后台信息管理子系统的实现 13
4.5 前台读者信息查询子系统的实现 22
5 关键技术介绍 23
5.1 SPRING+HIBERNATE整合 23
5.2 SPRING+STRUTS2整合 24
5.3 三者组合开发 25
6 软件测试 25
6.1 模块测试 25
6.2 集成测试 27
6.3 验收测试 27
结 论 28
参 考 文 献 29
致 谢 30