欢迎来到天天文库
浏览记录
ID:40314220
大小:38.00 KB
页数:4页
时间:2019-07-31
《基于MVC模式的图书管理系统的设计与实现 2》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、基于MVC模式的图书管理系统的设计与实现摘要随着计算机技术的飞速发展,计算机应用技术在各行各业得到了广泛的普及和使用。图书管理系统也以方便、快捷、费用低的优点逐步取代了图书的人工管理,减轻了图书管理人员的工作量,提高了工作效率,降低了出错的概率。为读者提高了快捷的查询、借阅体验。本文在研究MVC设计模式和Struts框架的基础上,设计与实现基于MVC模式的图书管理系统。系统的设计与实现采用了基于MVC模式的Struts框架,优化了软件层次,降低了软件耦合度。同时系统使用SQLServer作为后台数据库,有效地保证了数据的完整性和有
2、效性,提高了系统的安全性,使得系统维护更加简便。通过MVC模式的使用,系统主要实现了图书的借阅、归还,图书借阅情况和历史信息的查询等功能,测试结果表明,系统已满足所有设计需求。关键词:图书管理系统,信息管理,MVC模式TheDesignofMVCmodelBasedontheLibraryManagementSystemAbstractWiththerapiddevelopmentofcomputertechnology,computerapplicationtechnologyinallwalksoflifetobeawider
3、angeofpopularityanduse.Librarymanagementsystemisalsoconvenient,fast,low-costadvantagesofreplacingthebooksstepbystepmanualmanagement,reducingtheworkloadoflibrarianstoimprovetheworkefficiency,reducingtheprobabilityoferror.Readerstoimprovethequickinquiries,loanexperience
4、.Inthisarticle,MVCdesignpatternsinthestudyandbasedonStrutsframework,designandimplementationofthebooksbasedonMVCmodelmanagementsystem.SystemDesignandImplementationofaMVCmodelbasedontheStrutsframework,thelevelofoptimizationsoftwaretoreducethecouplingdegreeofthesoftware.
5、AtthesametimesystemusesSQLServerastheback-enddatabase,effectivelyensurethedataintegrityandeffectiveness,improvethesafetyofthesystem,makingsystemmaintenancemoreconvenient.ThroughtheuseofMVCpattern,thesystemachievedamajorloanbooks,returnbookstoborrowandthehistoryofinfor
6、mationinquiriesandotherfunctions,testresultsshowthatthesystemhasbeendesignedtomeetallneeds.Keywords:Literaturemanagementsystem;Informationmanagement;MVCmodel目录摘要iAbstractii第一章引言-1-1.1概述-1-1.2论文主要工作-1-1.3论文结构-1-第二章系统开发环境-2-2.1Java语言简介-2-2.2Servlet技术简介-4-2.3管理信息系统简介-4-2
7、.4图书管理系统开发步骤-5-2.5MVC(Model-View-Controller)设计模式-6-2.5.1Struts框架中的MVC模式-7-2.5.2MVC的优点-7-2.5.3MVC的缺点-8-2.2SQLSERVER2000简介-9-第三章基于MVC模式的图书管理系统设计-10-3.1基于MVC模式的图书管理总体设计-10-3.3数据库设计概述-11-3.4数据库设计周期-11-3.5数据库详细设计-13-3.6处理流程设计-17-3.6.1系统操作流程图-17-3.6.2数据增加流程-17-3.6.3数据删除流程-1
8、8-3.6.4数据修改流程-18-3.7系统E-R图-18-第四章基于MVC模式的图书管理系统实现-20-4.1用户登陆-20-4.2图书类别管理-22-4.3增加图书信息-22-4.4管理员设置-23-4.5图书借阅管理-23-4.7图书信息查询
此文档下载收益归作者所有