基于jsp技術(shù)的校園網(wǎng)學(xué)生評教系統(tǒng)的設(shè)計畢業(yè)論文.doc
約47頁DOC格式手機打開展開
基于jsp技術(shù)的校園網(wǎng)學(xué)生評教系統(tǒng)的設(shè)計畢業(yè)論文,摘要隨著網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,學(xué)校的管理也實現(xiàn)網(wǎng)絡(luò)化,這樣對網(wǎng)上評教系統(tǒng)的開發(fā)創(chuàng)建了基礎(chǔ)條件,學(xué)生評教系統(tǒng)是基于建立完善的學(xué)生評教管理控制模型的基礎(chǔ)上,具有靈活特點的應(yīng)用軟件,徹底代替了以往學(xué)生填表評價工作量大、損耗多、時效性差的弊端。本設(shè)計是基于jsp,javabean,mysql的校園網(wǎng)學(xué)生評教系統(tǒng)。主要的功能是學(xué)生...
內(nèi)容介紹
此文檔由會員 白癡學(xué)東西 發(fā)布
摘 要
隨著網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,學(xué)校的管理也實現(xiàn)網(wǎng)絡(luò)化,這樣對網(wǎng)上評教系統(tǒng)的開發(fā)創(chuàng)建了基礎(chǔ)條件,學(xué)生評教系統(tǒng)是基于建立完善的學(xué)生評教管理控制模型的基礎(chǔ)上,具有靈活特點的應(yīng)用軟件,徹底代替了以往學(xué)生填表評價工作量大、損耗多、時效性差的弊端。本設(shè)計是基于JSP,JavaBean,MySQL的校園網(wǎng)學(xué)生評教系統(tǒng)。主要的功能是學(xué)生給老師評分,主要包括學(xué)生模塊、教師模塊和管理員模塊,學(xué)生模塊具有選課和給教師評分的功能,教師模塊具有查看評分和查看留言的功能,管理員模塊具有查看記錄、修改管理員密碼、管理員添加以及查看管理員信息的功能。本設(shè)計能夠?qū)崿F(xiàn)學(xué)生對教師的教學(xué)效果進行評價,提供師生在網(wǎng)上進行教學(xué)效果的評分,快速集中收集各方面的評教信息,為教務(wù)老師提供相關(guān)決策支持。
關(guān)鍵詞:評教系統(tǒng),JSP,教學(xué)效果
Abstract
With the continuous development of network technology, the management of the school network, and so on-line teaching system of assessment to create the basic conditions for development, eva luating teaching system is based on eva luating teaching to establish a sound management control model based on flexible characteristics of the application software, instead of a thorough eva luation of the workload of the past, students fill in a form, and loss of many of the drawbacks of poor timeliness. The design is based on JSP, JavaBean, MySQL eva luating teaching system of the campus network. Their main role is to score the students to the teachers, the main module including students, teachers and administrators module module, students with a course module and the function score for teachers, teachers with a view module score and view the message function, the administrator module has a view record , modify the administrator password, the administrator to add and view information on the functions of the administrator. The design can be achieved teaching students to eva luate the effect of providing to teachers and students in online teaching and learning performance of the score, the rapid concentration of the collection of all aspects of teaching assessment information, teachers are provided for the Senate to support related decision-making.
Key words: Education Assessment System, Java Server Pages, Teaching effectiveness
目 錄
第1章 緒論 1
1.1 系統(tǒng)開發(fā)背景 1
1.2 選題的目的和意義 2
1.2.1 選題的目的 2
1.2.2 選題的意義 2
1.3 課題的研究現(xiàn)狀 3
1.4 系統(tǒng)設(shè)計目標(biāo) 4
第2章 系統(tǒng)概要設(shè)計 5
2.1 系統(tǒng)需求分析 5
2.2 系統(tǒng)功能分析 5
2.3 系統(tǒng)流程分析 7
2.3.1 學(xué)生登錄流程 7
2.3.2 教師登錄流程 8
2.3.3 管理員登錄流程 8
第3章 數(shù)據(jù)庫設(shè)計 10
3.1 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 10
3.1.1 學(xué)生實體和選課實體 10
3.1.2 選課實體和科目實體 11
3.1.3 教師實體和科目實體 11
3.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 12
3.2.1 教師信息表 12
3.2.2 學(xué)生信息表 13
3.2.3 科目信息表 13
3.2.4 選課信息表 14
3.2.5 管理員表 14
第4章 系統(tǒng)詳細設(shè)計 16
4.1 數(shù)據(jù)庫的連接 16
4.1.1 安裝JDBC驅(qū)動程序包 16
4.1.2 數(shù)據(jù)庫通用模塊設(shè)計 16
4.2 前臺操作 17
4.2.1 學(xué)生模塊 17
4.2.2 教師模塊 18
4.2.3 管理員模塊 19
4.3 后臺管理 22
4.3.1 修改刪除課程名 22
4.3.2 修改刪除教師信息 22
4.3.3 修改刪除管理員信息 23
4.3.4 修改刪除學(xué)生信息 23
第5章 系統(tǒng)測試 24
5.1 測試方法 24
5.2 測試實例 24
5.2.1 管理員登陸測試 24
5.2.2 功能測試 25
結(jié) 論 27
致 謝 28
參考文獻 29
附錄1 外文文獻譯文 31
附錄2 外文文獻原文 35
附錄3 設(shè)計部分程序源代碼 40
隨著網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,學(xué)校的管理也實現(xiàn)網(wǎng)絡(luò)化,這樣對網(wǎng)上評教系統(tǒng)的開發(fā)創(chuàng)建了基礎(chǔ)條件,學(xué)生評教系統(tǒng)是基于建立完善的學(xué)生評教管理控制模型的基礎(chǔ)上,具有靈活特點的應(yīng)用軟件,徹底代替了以往學(xué)生填表評價工作量大、損耗多、時效性差的弊端。本設(shè)計是基于JSP,JavaBean,MySQL的校園網(wǎng)學(xué)生評教系統(tǒng)。主要的功能是學(xué)生給老師評分,主要包括學(xué)生模塊、教師模塊和管理員模塊,學(xué)生模塊具有選課和給教師評分的功能,教師模塊具有查看評分和查看留言的功能,管理員模塊具有查看記錄、修改管理員密碼、管理員添加以及查看管理員信息的功能。本設(shè)計能夠?qū)崿F(xiàn)學(xué)生對教師的教學(xué)效果進行評價,提供師生在網(wǎng)上進行教學(xué)效果的評分,快速集中收集各方面的評教信息,為教務(wù)老師提供相關(guān)決策支持。
關(guān)鍵詞:評教系統(tǒng),JSP,教學(xué)效果
Abstract
With the continuous development of network technology, the management of the school network, and so on-line teaching system of assessment to create the basic conditions for development, eva luating teaching system is based on eva luating teaching to establish a sound management control model based on flexible characteristics of the application software, instead of a thorough eva luation of the workload of the past, students fill in a form, and loss of many of the drawbacks of poor timeliness. The design is based on JSP, JavaBean, MySQL eva luating teaching system of the campus network. Their main role is to score the students to the teachers, the main module including students, teachers and administrators module module, students with a course module and the function score for teachers, teachers with a view module score and view the message function, the administrator module has a view record , modify the administrator password, the administrator to add and view information on the functions of the administrator. The design can be achieved teaching students to eva luate the effect of providing to teachers and students in online teaching and learning performance of the score, the rapid concentration of the collection of all aspects of teaching assessment information, teachers are provided for the Senate to support related decision-making.
Key words: Education Assessment System, Java Server Pages, Teaching effectiveness
目 錄
第1章 緒論 1
1.1 系統(tǒng)開發(fā)背景 1
1.2 選題的目的和意義 2
1.2.1 選題的目的 2
1.2.2 選題的意義 2
1.3 課題的研究現(xiàn)狀 3
1.4 系統(tǒng)設(shè)計目標(biāo) 4
第2章 系統(tǒng)概要設(shè)計 5
2.1 系統(tǒng)需求分析 5
2.2 系統(tǒng)功能分析 5
2.3 系統(tǒng)流程分析 7
2.3.1 學(xué)生登錄流程 7
2.3.2 教師登錄流程 8
2.3.3 管理員登錄流程 8
第3章 數(shù)據(jù)庫設(shè)計 10
3.1 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 10
3.1.1 學(xué)生實體和選課實體 10
3.1.2 選課實體和科目實體 11
3.1.3 教師實體和科目實體 11
3.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 12
3.2.1 教師信息表 12
3.2.2 學(xué)生信息表 13
3.2.3 科目信息表 13
3.2.4 選課信息表 14
3.2.5 管理員表 14
第4章 系統(tǒng)詳細設(shè)計 16
4.1 數(shù)據(jù)庫的連接 16
4.1.1 安裝JDBC驅(qū)動程序包 16
4.1.2 數(shù)據(jù)庫通用模塊設(shè)計 16
4.2 前臺操作 17
4.2.1 學(xué)生模塊 17
4.2.2 教師模塊 18
4.2.3 管理員模塊 19
4.3 后臺管理 22
4.3.1 修改刪除課程名 22
4.3.2 修改刪除教師信息 22
4.3.3 修改刪除管理員信息 23
4.3.4 修改刪除學(xué)生信息 23
第5章 系統(tǒng)測試 24
5.1 測試方法 24
5.2 測試實例 24
5.2.1 管理員登陸測試 24
5.2.2 功能測試 25
結(jié) 論 27
致 謝 28
參考文獻 29
附錄1 外文文獻譯文 31
附錄2 外文文獻原文 35
附錄3 設(shè)計部分程序源代碼 40
TA們正在看...
- 幼兒園家長工作--溝通的藝術(shù)64845ppt.ppt
- 幼兒園家長工作溝通的藝術(shù)ppt.ppt
- 幼兒園小班托班新生入學(xué)家長會課件ppt.ppt
- 幼兒園小班托班新生入學(xué)家長會課件62029ppt.ppt
- 幼兒園小班托班新生入學(xué)家長會課件幼兒園家長會ppt.ppt
- 幼兒園小班數(shù)學(xué)認識1和許多ppt.ppt
- 幼兒園小班數(shù)學(xué)認識圓形ppt.ppt
- 幼兒園小班數(shù)學(xué)課件——甜甜的水果ppt.ppt
- 幼兒園小班認識數(shù)字5公開課ppt.ppt
- 幼兒園小班語言教案周叢笑教案猜一猜課件ppt.ppt