资源描述:
《java书籍借阅管理系统 毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本系统的设计过程是用来实现书籍借阅、归还以及对读者、书籍信息的管理。系统则是利用计算机的功能实现书籍管理的系统化和自动化,使管理工作大大减轻,其方便友好的图形界面,简便的操作,完善的数据库管理,帮助操作人员更好地完成工作。系统采用Java技术,选择Eclipse作为开发工具,选择了MySQL作为后台数据库管理系统,利用软件工程的知识,并结合面向对象方法进行系统分析和设计。系统就是针对书籍借阅信息管理而开发的。系统大体上分为六个模块,包括系统管理、图书信息管理、读者信息管理、借阅信息管理、查询信息管理及关于系统六个模块。该系统能实现图书信息、读者信息以及借阅信息的各种处理。在本文的第一
2、章是系统的前言,介绍系统的开发环境及相应开发工具,第二章至第五章分别是系统的可行性分析,需求分析、总体设计、数据库设计,这些都是对系统进行设计、开发的基础。第六章则是系统的详细设计和编码,以实现系统的功能,第七章软件测试和维护,第八章是性能分析,这些都是本系统的重要部分。第九章是整个文章的总结。关键字:书籍借阅;数据库;Java技术IVAbstractToborrowbooksmanagementsystemdesignprocessisusedtoborrowbooks,returnbooks,andmanagebooksinformation.Systemistheuseofcomp
3、utersintherealizationofsystematicandautomationmanagementbooks,whichmademanagementgreatlyreduced,theirconvenienceandfriendlygraphicinterface,easyoperation,comprehensivedatabasemanagement,tohelpoperatorsbettercompletion.ThesystemusesJavatechnology,andchooseEclipseasadevelopmenttool,MySQLasabackgrou
4、nddatabasemanagementsystem,andusingsoftwareengineeringknowledge,combinedwithobject-orientedmethodsforsystemanalysisanddesign.Thesystemwasaimedatdevelopborrowingbooksandinformationmanagement.Thewholesystemisdividedintosixmodules,includingsystemsmanagement,bookinformationmanagement,readersinformati
5、onmanagement,borrowinformationmanagement,Inquiriesandsystemintroduceonthesixmodules.Thesystemcanmanagebookinformation,readerinformation,andborrowinformation.Inthispaper,thefirstchapteristheforeword,introductionofthesystemdevelopmentenvironmentandthecorrespondingdevelopmenttools,Chapter2to5arethef
6、easibilityanalysis,requirementanalysis,systemdesign,databasedesign,Thesearethesystemdesign,developmentfoundation.Chapter6isthedetaileddesigntoachievethefunctionofthesystem,Chapter7issoftwaretestingandmaintenance,thechapter8isperformanceanalysis,thesearetheimportantpartofthesystem.Chapter9istheent
7、irearticlesummingup.Keywords:Borrowbooks;Database;JavaTechnologyIV目录第1章前言11.1问题的提出11.2系统特点11.2.1Java介绍21.2.2MySQL介绍31.2.3Eclipse介绍3第2章可行性分析42.1可行性分析概述42.2系统的可行性分析4第3章需求分析63.1需求分析的任务63.2系统功能要求63.3系统流程图73.4系统功能分析73.5数据流图