I摘要随着计算机技术的飞快发展,电子信息化慢慢替代了企业管理的传统管理手法。这是一种现代流行的经营模式,采用管理系统能够有效提高管理效率。因此开发一个简单、方便的小型网上阅读图书馆管理系统势在必行。图书馆管理系统是学校管理机制中重要的一环。图书馆的建设代表着一所学校或一个地区的文化。图书馆丰富的图书资源能够提供给我们重要并且优越的学习资源。通过对图书管理系统的运行管理机制的调查研究,开发了此图书馆管理系统。本系统解决了学校图书管理事务常用基本问题以及相关统计工作。本系统包含9个功能模块:首页展示,系统设置,读者管理,图书管理,图书借还,系统查询,更改口令,退出系统和读者模块。我主要负责的模块有:首页展示,系统设置,图书借还,系统查询,管理员更改口令功能和部分读者模块。本系统基于MVC设计模式,使用JSP进行网页界面的设计,采用MicrosoftSQLServer2008的后端的数据库,通过JDBC驱动和数据库进行无缝连接。该系统具有较高的完整性,一致性和安全性。关键词:图书馆管理MicrosoftSQLServer2008JSPServletIIAbstractWiththefastdevelopmentofcomputertechnology,electronicsandinformationtechnologygraduallyreplacedthetraditionalmanagementbusinessmanagementpractices.Thisisamodernpopularbusinessmodel,andmanagementsystemisusedtoimprovemanagementefficiency.Therefore,asimpleandconvenientsmalllibrarymanagementsystemthatitcanbeonlineisnecessary.Librarymanagementsystemistheschoolmanagementsystemintheimportantpart.Librariesrepresentaschoolordistrict'scultural.Thelibrarythatitcanbringawealthoflibraryresourcesisimportantforustolearnexcellentresources.WedeveloptheLibrarymanagementsystembytheinvestigationandstudyingoftheLibrarymanagementsystemoperationandmanagementmechanism.Thissystemsolvedtheschoollibrarymanagementaffairsofcommonbasicproblemsandrelatedstatisticalwork.Thissystemcontainsninefunctionalmodules:featuredlisting,systemsettings,thereadermanagement,librarymanagement,booksborrowing,systemquery,changethepassword,logoutandreadermodule.Iwillfinishfunctionalmodules:featuredlisting,systemsettings,booksborrowing,systemquery,theadministratorchangepasswordandsomereadermodule.ThissystemusesJSPforwebinterfacedesign,isbasedonMVCdesignmodelandusesbackenddatabaseofMicrosoftSQLServer2008,byJDBCdriveranddatabasetoaseamlessconnectiontothebackenddatabase.Thesystemhasahighintegrity,consistencyandsecurity.Keywords:LibraryManagementMicrosoftSQLServer2008JSPServletIII目录第1章绪论...............................................................................................................................11.1课题现状........................................................................................................................11.2课题背景及意义............................................................................................................11.3选题的现实价值............................................................................................................11.4课题研究的主要内容....................................................................................................21.5系统开发工具及相关技术............................................................................................2第2章需求分析.........................................................................................................................42.1可行性分析....................................................................................................................42.2系统功能分析................................................................................................................42.3系统用例图分析............................................................................................................42.4设计模式分析................................................................................................................92.5开发及运行环境..........................................................................................................10第3章概要设计.......................................................................................................................113.1总体功能的设计..........................................................................................................113.2各功能模块的设计......................................................................................................113.2.1图书借阅模块设计...........................................................................................113.2.2系统查询模块设计...........................................................................................123.2.3系统设置模块设计...........................................................................................133.2.4更改口令模块设计...........................................................................................133.2.5首页展示模块设计...........................................................................................13第4章数据库设计...................................................................................................................144.1数据总体结构设计......................................................................................................144.2各信息表的结构设计..................................................................................................15第5章界面设计.......................................................................................................................185.1首页设计......................................................................................................................185.2登录页面的设计..........................................................................................................185.3首页的设计.....................................................................................