資源描述:
《基于jsp的學(xué)生宿舍管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。
1、畢業(yè)設(shè)計(jì)(論文)題目:基于JSP的學(xué)生宿舍管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)院系:信息與控制學(xué)院專業(yè):計(jì)算機(jī)科學(xué)與技術(shù)班級(jí)學(xué)號(hào):學(xué)生姓名:指導(dǎo)教師:成績(jī):2012年3月10日摘要學(xué)生宿舍管理系統(tǒng)是為學(xué)生宿舍管理的現(xiàn)代化、網(wǎng)絡(luò)化,逐步擺脫當(dāng)前學(xué)生宿舍管理的人工管理方式,提高學(xué)生宿舍管理效率而開發(fā)的。其主要功能是快速適應(yīng)現(xiàn)代化管理水平和減輕工作人員繁重而冗長(zhǎng)的工作量,使得他們?cè)诠芾韺W(xué)生宿舍時(shí)達(dá)到事半功倍的效果,減輕人力的負(fù)擔(dān),方便數(shù)據(jù)的存儲(chǔ)。本文是嚴(yán)格按照軟件工程的原理,對(duì)學(xué)生宿舍管理系統(tǒng)的系統(tǒng)需求、系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)
2、現(xiàn)以及系統(tǒng)測(cè)試作了詳細(xì)的闡述。系統(tǒng)數(shù)據(jù)庫(kù)使用SQL2000,采用B/S模式。系統(tǒng)主要包括宿舍樓信息管理、房間信息管理、床位信息管理、學(xué)生信息管理、學(xué)生入住/預(yù)訂登記、學(xué)生退房管理、寢室使用狀態(tài)管理、床位使用狀態(tài)管理、普通人員管理和用戶密碼管理等功能。本系統(tǒng)的優(yōu)點(diǎn)是提供簡(jiǎn)單、層次關(guān)系明了、清晰的操作界面,易于擴(kuò)展和維護(hù),使學(xué)生宿舍的管理工作簡(jiǎn)單快捷。關(guān)鍵詞:宿舍管理;B/S;jsp41AbstractThestudent'sdormitorymanagementsystemisforthestudent'sdo
3、rmitorymanagementmodernization,network,andgraduallygetridofthecurrentstudentdormitorymanagementofartificialmanagementmethod,improvethestudent'sdormitorymanagementefficiencyanddevelopment.Itsmainfunctionistoquicklyadapttothemodernmanagementlevelandtoreduceth
4、eworkingpersonnelthelengthyprocessofheavyworkload,maketheminthemanagementofstudents'dormitoryattwicetheresultwithhalftheeffort,reducetheburdenofthehuman,convenientdatastorage.Thisarticleisinstrictaccordancewiththesoftwareengineeringprinciple,thestudent'sdor
5、mitorymanagementsystemofthesystemrequirements,thesystemanalysis,systemdesign,systemandsystemtestfordetail.SystemdatabaseSQL2000,USEStheB/Smodel.Thesystemincludesbuildinginformationmanagement,informationmanagement,bedroominformationmanagement,thestudents'inf
6、ormationmanagement,studentregistration,studentsin/reservationbackroommanagement,bedroomusestatemanagement,bedsusestatemanagement,generalstaffmanagementanduserpasswordmanagementetc.Function.Theadvantageofthissystemistoprovidesimple,clearandhierarchicalrelati
7、onshipsclearoperationinterface,easytoexpandandmaintenance,makethestudentdormitorymanagementsimpleandquick.Keywords:Hostelmanagement;B/S;jsp41目錄引言11基礎(chǔ)知識(shí)21.1JSP簡(jiǎn)介21.2MyEclipse7.0簡(jiǎn)介21.3后臺(tái)數(shù)據(jù)庫(kù)介紹32系統(tǒng)分析42.1開發(fā)背景及意義42.2可行性研究42.2.1經(jīng)濟(jì)可行性42.2.2技術(shù)可行性42.2.3操作可行性52.3需求分析5
8、2.3.1功能需求52.3.2性能需求103系統(tǒng)設(shè)計(jì)113.1系統(tǒng)功能結(jié)構(gòu)設(shè)計(jì)113.1.1系統(tǒng)功能模塊圖113.2數(shù)據(jù)庫(kù)設(shè)計(jì)123.2.1數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì)123.2.2數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì)143.3系統(tǒng)的詳細(xì)設(shè)計(jì)163.3.1登陸流程圖173.3.2添加學(xué)生信息流程圖173.3.3修改學(xué)生信息流程圖183.4人機(jī)界面設(shè)計(jì)194系統(tǒng)實(shí)現(xiàn)214.1開發(fā)環(huán)境214.2功能實(shí)現(xiàn)21414.2.1登錄模塊的設(shè)