基于ssm的高校課程評價系統(tǒng)設計與實現(xiàn)-計算機畢業(yè)設計源碼+LW文檔
摘? 要
網(wǎng)絡的廣泛應用給生活帶來了十分的便利。所以把高校課程評價管理與現(xiàn)在網(wǎng)絡相結合,利用java技術建設高校課程評價系統(tǒng),實現(xiàn)高校課程評價的信息化。則對于進一步提高高校課程評價管理發(fā)展,豐富高校課程評價管理經(jīng)驗能起到不少的促進作用。
高校課程評價系統(tǒng)能夠通過互聯(lián)網(wǎng)得到廣泛的、全面的宣傳,讓盡可能多的學生、教師和專家了解和熟知高校課程評價系統(tǒng)的便捷高效,不僅為學校提供了服務,而且也推廣了自己,讓更多的群眾了解自己。對于高校課程評價而言,若擁有自己的系統(tǒng),通過系統(tǒng)得到更好的管理,同時提升了形象。
本系統(tǒng)設計的現(xiàn)狀和趨勢,從需求、結構、數(shù)據(jù)庫等方面的設計到系統(tǒng)的實現(xiàn),分別為管理員、學生、專家和教師的實現(xiàn)。論文的內(nèi)容從系統(tǒng)的設計、描述、實現(xiàn)、分析、測試方面來表明開發(fā)的過程。本系統(tǒng)根據(jù)現(xiàn)實情況來選擇一種可行的開發(fā)方案,借助java編程語言和MySQL數(shù)據(jù)庫等實現(xiàn)系統(tǒng)的全部功能,接下來對系統(tǒng)進行測試,測試系統(tǒng)是否有漏洞和測試用戶權限來完善系統(tǒng),最終系統(tǒng)完成達到相關標準。
關鍵字:高校課程評價系統(tǒng);java;MySQL數(shù)據(jù)庫
Abstract
The wide application of the network has brought great convenience to life. Therefore, the college curriculum evaluation management is combined with the current network, and the java technology is used to build a college curriculum evaluation system to realize the informatization of college curriculum evaluation. It can play a role in further improving the development of college curriculum evaluation management and enriching college curriculum evaluation management experience.
The college curriculum evaluation system can be widely and comprehensively publicized through the Internet, so that as many students, teachers and experts as possible can understand and be familiar with the convenience and efficiency of the college curriculum evaluation system, which not only provides services for schools, but also promotes itself, allowing More people know themselves. For college course evaluation, if you have your own system, you can get better management through the system, and at the same time improve your image.The present situation and trend of the system design, from the requirements, structure, database and other aspects of the design to the realization of the system, respectively for the realization of administrators, users and enterprises. The content of the paper shows the development process from the aspects of system design, description, implementation, analysis and testing. The system according to the reality to choose a feasible development plan, with the help of Java programming language and MySQL database to achieve all the functions of the system, then the system is tested, test whether the system has vulnerabilities and test user permissions to improve the system, the final system to achieve relevant standards.
Keywords: College Curriculum Evaluation System;Java; MySQL database
?
目? 錄
目? 錄 III
第一章 概述 1
1.1研究背景 1
1.2開發(fā)意義 1
1.3研究現(xiàn)狀 1
1.4研究內(nèi)容 2
1.5論文結構 2
第二章 開發(fā)技術介紹 1
2.1系統(tǒng)開發(fā)平臺 1
2.2平臺開發(fā)相關技術 1
2.2.1 Java技術 1
2.2.2 mysql數(shù)據(jù)庫介紹 1
2.2.3 MySQL環(huán)境配置 1
2.2.4 B/S架構 2
2.2.5 SSM框架 2
第三章 系統(tǒng)分析 1
3.1可行性分析 1
3.1.1技術可行性 1
3.1.2操作可行性 1
3.1.3經(jīng)濟可行性 1
3.2性能需求分析 1
3.3功能分析 2
第四章 系統(tǒng)設計 4
4.1功能結構 4
4.2數(shù)據(jù)庫設計 4
4.2.1數(shù)據(jù)庫E/R圖 4
4.2.2數(shù)據(jù)庫表 5
第五章 12
第六章 系統(tǒng)功能實現(xiàn) 13
5.1管理員功能模塊 13
5.2學生功能 16
5.3教師功能 17
5.4專家功能 18
第六章 系統(tǒng)測試 20
第七章 總結與心得體會 21
7.1總結 21
7.2心得體會 21
參考文獻 22
致? 謝 1
高校課程評價的需求和管理上的不斷提升,高校課程評價管理的潛力將無限擴大,高校課程評價系統(tǒng)在業(yè)界被廣泛關注,本系統(tǒng)對此進行總體分析,將高校課程評價信息管理的發(fā)展提供參考。高校課程評價系統(tǒng)對高校課程有著明顯的帶動效應,尤其對當?shù)馗咝Un程評價的管理幫助更大。
本系統(tǒng)主要包括管理員、學生、專家和教師四個用戶角色;主要包括首頁,個人中心,指標信息管理,課程管理,院系管理,專業(yè)管理,班級管理,教師管理,專家管理,學生管理,課程信息管理等功能的系統(tǒng)。
管理員登陸后,主要模塊包括首頁,個人中心,指標信息管理,課程管理,院系管理,專業(yè)管理,班級管理,教師管理,專家管理,學生管理,課程信息管理,等功能。
教師登陸后,主要模塊包括首頁,個人中心,指標信息管理,課程信息管理,教師自評管理等功能。



