1、图书馆借阅管理系统 摘 要 图书馆人员结构复杂,人员数量有限,涉及方面很广,如果还是用手工操作处理图书 借阅问题,工作将非常繁琐,需要大量的人力、物力和财力,极大的浪费了资源。 图书管理系统是学校管理机制中的重要组成部分,通过对图书管理系统的运行管理机 制进行调查研究,开发了此图书系统。本系统中解决了学校图书管理事务中的常用基本问 题以及相关统计工作。本系统中包含 6 个功能模块:系统设置,读者管理,图书管理,图 书借还,系统查询和更改口令。 本系统使有 jsp 进行网页界面的设计,使用 MVC 设计模式,采用了开源框架 Struts, 它采用了当今软件设计的最新技术,具有开发效率高、设计灵活
2、、生成的软件界面友好美 观等特点。本系统中通过 JDBC 驱动和数据库进行无缝连接,后端的数据库是 mysql,也 是一个开源的数据库系统,该数据库具有较高的完整性,一致性和安全性。 关键词:图书管理;信息管理;jsp;struts Abstract Library personnel structure is complex, involving a limited number of personnel, the wide aspect, if still use manual processing to borrow books, the job will be very cumbers
3、ome, requires a large amount of manpower, material and financial resources, great waste of resources. 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 systems
4、 mechanism. This system contains with reader informantion management model, book information management model, books borrowing and returning including system information query and password setting. The system is contrived with Java Server Pages Techonolege as well as Struts,the software design mode
5、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 des
6、igend with highly integrity, security, and consistency. Key words: book management, management of information ,jsp,struts 吉林省自学考试计算机应用软件专业 本科生毕业论文 I 目 录 1. 绪 论 . III 1.1 毕业设计主要任务 . III 1.2 目前图书管理系统存在的问题 . III 1.3 课题意义 . III 1.4 论文的工作和安排 . 1 2.图书借阅管理需求分析 . 2 2.1 可行性分析 . 2 2.1.1.技术可行性 . 2 2.1.2.经济可行性 . 2 2.2 图书借阅管理系统需求概述 . 2 2.2.1 系统目标 . 2 2.2.2 用户类和用户特性 . 3 2.3 图书借阅管理系统需求模型 . 3 2.3.1 功能描述 . 3 2.3.2 图书管理员详细功能描述 . 4 2.3.3 读者详细功能描述 . 4 2.3.4 主要用例的用例描述 . 5 3.总体设计 . 8 3.1 数据库设计 . 8 3.1.1 数据库设计概述