图书馆借阅管理系统 毕业设计论文.doc
文本预览下载声明
吉林省高等教育自学考试
毕 业 论 文
论文题目:图书馆借阅管理系统
专 业:计算机应用软件
准考证号:
学生姓名:
指导教师:
2012 年 8 月 9 日
摘 要
图书馆人员结构复杂,人员数量有限,涉及方面很广,如果还是用手工操作处理图书借阅问题,工作将非常繁琐,需要大量的人力、物力和财力,极大的浪费了资源。
图书管理系统是学校管理机制中的重要组成部分,通过对图书管理系统的运行管理机制进行调查研究,开发了此图书系统。本系统中解决了学校图书管理事务中的常用基本问题以及相关统计工作。本系统中包含6个功能模块:系统设置,读者管理,图书管理,图书借还,系统查询和更改口令。
本系统使有jsp进行网页界面的设计,使用MVC设计模式,采用了开源框架Struts,它采用了当今软件设计的最新技术,具有开发效率高、设计灵活、生成的软件界面友好美观等特点。本系统中通过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 cumbersome, 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 system’s 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 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.
Key words: book management, management of information ,jsp,struts
目 录
1. 绪 论 1
1.1毕业设计主要任务 1
1.2目前图书管理系统存在的问题 1
1.3课题意义 1
1.4论文的工作和安排 2
2.图书借阅管理需求分析 3
2.1 可行性分析 3
2.1.1.技术可行性 3
2.1.2.经济可行性 3
2.2 图书借阅管理系统需求概述 3
2.2.1系统目标 3
2.2.2用户类和用户特性 4
2.3 图书借阅管理系统需求模型 4
2.3.1功能描述 4
2.3.2图书管理员详细功能描述 5
2.3.3读者详细功能描述 5
2.3.4主要用例的用例描述 6
3.总体设计 9
3.1 数据库设计 9
3.1.
显示全部