基于UML的图书管理系统系、部:___学生姓名:______ ________ 指导老师:__ 职称:_ 专业:_____ _ _班级:______ _____完成时间:___ _摘要图书管理系统是智能办公系统(IOA)的重要组成部分,该系统正以方便、快捷的优点慢慢地进入人们的生活。
它从传统的图书管理方式中彻底的解脱出来,它的设计提高了工作效率,减轻了工作人员以往繁忙的工作,减小了出错的概率,使读者可以花更多的时间在选择书和看书上,使人们有更多的时间来获取信息、了解信息、掌握信息。
本系统基于UML建模语言,对系统进行了全面的分析和设计,进行了静态和动态两方面的建模,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。
本系统采用SQL Server2005数据库作为后台数据库、 编程语言作为前台开发工具,通过对数据库技术较深入的学习和应用,以及对编程语言的系统学习,该图书管理系统主要完成了对借阅者的管理和对图书的管理,如:创建新的借阅者账户,修改借阅者的账户信息,查询,借书,预订书刊,取消预订,还书,以及添加书刊信息,编辑书刊信息,删除书刊信息等系统功能。
系统运行结果证明,本文所设计的图书管理系统可以满足借阅者、图书管理员两方面的需要,达到了设计要求。
关键词UML;图书管理;SQL Server2005;ABSTRACTThe books management system ,intelligent office system (IOA) ,is an important part of the system, with the advantages of convenient slowly go into people's life. From the traditional library management mode, it is improving thoroughly efficiency and relieving staff’s formerly busy job, reducing the error probability, so that readers can spend more time reading books and choosing. It makes people have more time to obtain information, to grasp the information.This system used UML, carries on the comprehensive analysis and design, which mainly includes building and maintaining database and the programming of the fronted application. Server SQL2005 database is the back database programming language, and is the receptionist development tool. It based on database technology in-depth study and application, the main functions are creating new borrowing account, modifying the account information, borrowing books, periodicals, reservating , canceling reservation and periodicals, adding a new species, deleting information modify books, periodicals species in the system of information system, editing books and periodicals add, delete the books information. System operation results show that the design of the library management system can satisfy the need of librarians and borrower from two aspects, It meets the design requirements.Keywords UML; library book management; SQL Server2005;目录1 引言 (1)1.1 选题背景介绍 (1)1.2 本课题研究的意义 (1)1.3 开发环境简介 (2)1.3.1 的介绍 (2)1.3.2 SQL Server 2005 概述 (3)1.3.3 IIS服务器技术 (4)2 系统分析 (5)2.1 系统分析的任务 (5)2.2 可行性分析 (5)2.2.1 技术可行性 (6)2.2.2 经济可行性分析 (6)2.2.3社会可行性分析 (6)3 需求分析 (7)3.1 功能需求分析 (7)3.1.1 系统功能模块分析 (8)3.1.2 识别参与者 (8)3.1.3 识别用例 (8)3.1.4 用例的事件流描述 (10)3.2 非功能性需求分析 (16)3.3 静态建模 (16)3.3.1定义系统对象 (16)3.3.2定义用户类界面 (17)3.3.3建立类图 (19)3.4动态行为建模 (22)3.4.1建立交互作用图 (22)3.4.2建立状态机图 (27)3.5物理模型 (28)4 系统设计 (30)4.1 总体设计 (30)4.1.1 系统目标设计 (30)4.1.2系统功能设计 (30)4.2系统功能模块设计 (30)4.3 数据库设计 (31)4.3.1概念结构设计 (31)4.3.2逻辑结构设计 (32)4.3.3物理结构设计 (33)5 系统实现 (34)5.1系统总体结构设计 (34)5.2主要模块运行 (34)6 系统测试 (37)6.1系统测试方法及步骤 (37)6.2测试用例 (37)7 结论 (39)7.1 系统开发的体会 (39)7.2 系统在调试中经常出现的问题及解决方法 (39)参考文献 (41)致谢 (42)附录 (43)1 引言1.1 选题背景介绍近年来,随着图书馆规模的不断扩大,图书数量也相应的增加,有关图书的各种信息量也成倍增加,面对着庞大的信息量,传统的人工方式管理会导致图书馆管理上的混乱,人力与物力过多浪费,图书馆管理费用的增加,从而使图书馆的负担过重,影响整个图书馆的运作和控制管理,因此,制定一套合理、有效、规范和实用的图书管理系统是很有必要的,以便对借阅者和图书资料进行集中统一的管理。