本科毕业设计目:图书馆管理系统一—后台管理题图书馆管理系统一—后台管理摘要:随着科学技术的发展,图书馆管理也告别了传统的人工管理,开始采用数字化的计算机管理的方式,这使得图书管理变得越来越人性化,受到了公众的好评。目前,各大图书馆、书店都采取了图书管理系统对自身的图书进行管理,大大地节约了人力物力和财力,提高了工作的效率和准确程度,也使图书查找变得简单快捷,打破了传统的手工查找模式,实现了图书上传、查询、借阅、还书、续借、过期缴费一条线自动化服务。通过查阅资料,以及和同学研究讨论,在本项目中,我负责的是图书馆管理后台系统,主要分为图书管理模块、读者管理模块、图书管理员模块三部分,实现图书信息、读者信息、管理员信息的浏览、查询、添加、修改删除,从而实现图书馆后台管理自动化。关键词:数字化,图书管理,效率,后台系统---本文来源于网络,仅供参考,勿照抄,如有侵权请联系删除---LibraryManagementSystem——Back-officeSystemsAbstractAsthedevelopmentingofsciencetist,librarymanagementalso:becomemoremanual,andbegantousecomputertomanage,librarymanagementwhichmakesitmorehumane,hasbeenpraisedbythepublic.Currently,themajorlibraries,bookstoreshavetakenalibrarymanagementsystemtomanagetheirownbooks,whichgreatlysavesmanpowerandmaterialandfinancialresources,toimprovetheefficiencyandaccuracyofBooksFindquickandeasy,breakingthetraditionalmanualsearchmode,thebookisuploaded,query,borrowbooks,renewal,overduepaymentlineautomationservices.Theprojectisbasedontheunderstandingoftheschoollibrarymanagementsystem,bywhattheyhavelearned,graduation,tocompletethedesignofalibrarymanagementsystem.Inthisproject,Iamresponsibleforthelibrarymanagementbackgroundsystem,librarymanagementmodule,thereadermanagement---本文来源于网络,仅供参考,勿照抄,如有侵权请联系删除---module,librarianmoduleisdividedintothreeparts,thebookinformation,thereaderinformation,theadministratorinformationbrowsing,query,add,modificationanddeletion,inordertoachievethelibraryAdminautomation.Keywords:digital,librarymanagement,efficiency,back-officesystems目录一、概述................................................1(一)课题背景及意义...........................................1(二)课题的研究内容与开发目的.................................1二、运行环境介绍.......................................2(一)系统运行环境配置.........................................2(二)MacromediaDreamweaver8简介............................2(三)MicrosoftSQLServer2005简介...........................2(四)ASP技术介绍.............................................3三、系统需求分析与总体设计...............................4(一)系统需求分析.............................................4(二)系统流程分析.............................................4(三)系统数据流图.............................................5(四)系统功能分析.............................................6(五)概要设计.................................................7四、数据库结构设计与实现...............................17(一)数据库设计..............................................17(二)数据库详细设计..........................................17(三)数据结构表之间的关系....................................21五、详细设计以及系统实现................................22(一)登陆窗口................................................22(二)管理中心欢迎界面........................................23(三)图书管理模块............................................24(四)读者管理模...