資源描述:
《簡易教務(wù)管理系統(tǒng)的設(shè)計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、東莞理工學院城市學院本科畢業(yè)論文畢業(yè)論文題目:簡易教務(wù)管理系統(tǒng)的設(shè)計與實現(xiàn)學生姓名:游錦釗學號:4系別:計算機與信息科學系專業(yè)班級:2006軟件工程1班指導教師姓名及職稱:方勇起止時間:2010年3月—2010年6月47摘要隨著信息技術(shù)的發(fā)展,傳統(tǒng)學校資料的人工管理和存放方式,已不能滿足當今大量信息快速傳遞與處理的需求。針對校園教務(wù)信息管理業(yè)務(wù)的傳統(tǒng)方式,建設(shè)一個全面綜合并且具有信息化、網(wǎng)絡(luò)化、自動化等特點的簡易教務(wù)管理系統(tǒng),是加快網(wǎng)絡(luò)化校園建設(shè)步伐,提高校園的教學質(zhì)量和管理水平的有效方法。本文對數(shù)據(jù)庫應用系統(tǒng)開發(fā)和簡易教務(wù)管理系統(tǒng)進行了簡明的介紹,對系統(tǒng)的需求
2、分析、詳細設(shè)計、實現(xiàn)、測試等方面進行了詳細的描述,并規(guī)劃出系統(tǒng)的總體結(jié)構(gòu)圖、流程圖、E-R圖、數(shù)據(jù)庫結(jié)構(gòu)。系統(tǒng)采用了目前流行的B/S多層體系結(jié)構(gòu),基于J2EE平臺和Structs、Hibernate框架,以MySQL作為數(shù)據(jù)存儲工具,實現(xiàn)了教師管理、學生管理、班級管理、課程管理、成績管理、選課管理等模塊功能。關(guān)鍵詞:StructsHibernate簡易教務(wù)管理系統(tǒng)47ABSTRACTWiththedevelopmentofinformationtechnology,Traditionalschools'methodsofinformationmanageands
3、torageareoutdatedtoday,soitcannotcatchupwiththerapidtotransferlargeamountsofinformationandprocessinformation.Aimedatthetraditionalwayoftheuniversityeducationaladministrationinformationmanagement,designingacomprehensiveSimpleEducationalAdministrationManagementSystemwhichhasinformation
4、ization,networkingandautomationfeatures,theSimpleEducationalAdministrationManagementSystemisaeffectivewaytoacceleratethepaceofbuildingthenetworkofuniversityandimprovethequalityofteachingandmanagementlevel.DatabaseapplicationdevelopmentandSimpleEducationalAdministrationManagementSyste
5、minbriefhavebeeninstructed.Describingthesystemrequirementsanalysis,detaileddesign,implementation,testingandplanningoutthetotalstructurediagram,flowcharts,E-Rdiagram,databasetablesandsoonforthesystem.ThesystemadoptsB/Ssystemstructurewhichallovertheworld.BasedontheJ2EEplatformandframew
6、orkofStructsandHibernate,itchoosestheMySQLasthedatastorage,andachievestheteachermanagementmodules,studentmanagementmodules,classmanagementmodules,coursemanagementmodules,performancemanagementmodules,courseselectionmanagementmodules.Keywords:StructsHibernateSimpleEducationalAdministra
7、tionManagementSystem47目錄1緒論11.1課題背景11.2研究意義12系統(tǒng)應用技術(shù)介紹32.1JSP技術(shù)介紹32.2MyEclipse6.0介紹32.3數(shù)據(jù)庫MySQL5.0介紹42.4MVC設(shè)計模式52.5B/S模式53系統(tǒng)的需求分析83.1系統(tǒng)目標83.2系統(tǒng)功能分析83.3系統(tǒng)可行性分析104系統(tǒng)的詳細設(shè)計124.1系統(tǒng)結(jié)構(gòu)124.2系統(tǒng)總體流程圖設(shè)計134.3系統(tǒng)用例設(shè)計144.4數(shù)據(jù)庫設(shè)計154.5系統(tǒng)主界面設(shè)計224.6系統(tǒng)目錄架構(gòu)224.7系統(tǒng)開發(fā)環(huán)境235系統(tǒng)的實現(xiàn)255.1登錄模塊實現(xiàn)255.2學生用戶子系統(tǒng)實現(xiàn)275.3系
8、統(tǒng)管理員子系統(tǒng)實現(xiàn)315