課程管理系統(tǒng)-基于文檔中心開(kāi)發(fā).rar
課程管理系統(tǒng)-基于文檔中心開(kāi)發(fā),本科生2.9萬(wàn)字53頁(yè)論文包括翻譯摘要 北航軟件學(xué)院本科生急需建立一個(gè)供教師,學(xué)生相互交流的網(wǎng)上平臺(tái),主要供學(xué)生選課,交作業(yè),查詢(xún)教師課程信息,下載資料,教師發(fā)布課程通知,課件,查詢(xún)選課學(xué)生,收作業(yè),查詢(xún)資料之用。針對(duì)這個(gè)問(wèn)題,考慮到軟件學(xué)院研究生已有類(lèi)似的系統(tǒng)--文檔中心,故移植此系統(tǒng)是...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 心底的愛(ài) 發(fā)布
本科生課程管理系統(tǒng)-基于文檔中心開(kāi)發(fā)
2.9萬(wàn)字 53頁(yè)
論文包括翻譯
摘要
北航軟件學(xué)院本科生急需建立一個(gè)供教師,學(xué)生相互交流的網(wǎng)上平臺(tái),主要供學(xué)生選課,交作業(yè),查詢(xún)教師課程信息,下載資料,教師發(fā)布課程通知,課件,查詢(xún)選課學(xué)生,收作業(yè),查詢(xún)資料之用。針對(duì)這個(gè)問(wèn)題,考慮到軟件學(xué)院研究生已有類(lèi)似的系統(tǒng)--文檔中心,故移植此系統(tǒng)是其中最簡(jiǎn)便的方法,本文即研究了網(wǎng)站移植的全過(guò)程。從最初的需求分析道最后的系統(tǒng)測(cè)試,本文主要研究了其中的幾個(gè)重要問(wèn)題,包括需求的確定,新舊系統(tǒng)各方面的對(duì)比,界面的修改,數(shù)據(jù)的導(dǎo)入與處理,新功能的增加,測(cè)試工作的展開(kāi)。通過(guò)以上的分析,本文初步探討了網(wǎng)站移植中的一些基本步驟,涉及的技術(shù)以及應(yīng)該采用的方法,給網(wǎng)站移植的研究起到了一個(gè)范例的作用,有一定的參考意義。另外,在本文中還對(duì)當(dāng)前流行的幾種WebChart控件作了相應(yīng)的研究對(duì)比,分析其優(yōu)劣之處,對(duì)讀者來(lái)說(shuō)也有一定的參考價(jià)值。
關(guān)鍵詞:課程管理系統(tǒng),網(wǎng)站移植,新舊系統(tǒng)對(duì)比,WebChart控件研究
Summary
The BeiHang software college’s undergraduate course lives to need build up a on-line terrace urgently for the teacher and student communicating mutually. Be mainly provided for student to select elective courses, hand over the homework, search the teacher the course information, the download data, the teacher releases the circular of the course, the lesson piece, the search selects elective courses the student, accepting the homework, searching the data.Aim at this problem, in consideration of postgraduate already having the similar system- text file center at present, this system of past transplantation is the most simple method among , The text studies the whole process that website transplant namely.Test from the system text of an end to first need analyze, main research of this text among them are a few important problem, really include the need settle, the contrast that new and old system’s everyone face, the modification of the interface, the ducting and handling of the data, the increment of the new function, test to work of launch and their connection mutually.Pass the above analysis, this text firstly inquiries into some basic stepses in website transplanting, the technique for involve and the method that should adopt, rose a function of example for the research of the website transplantation, there is certain reference
Keyword: The course manage of the system, the website transplanting, new and old system’s contrast, the WebChart control’s research
目錄
目錄 6
第一章 --- 緒論 1
1.1 課題背景及目的 1
1.2 課題來(lái)源 2
1.3 論文研究目標(biāo)及內(nèi)容 2
第二章 --- 項(xiàng)目整體規(guī)劃方案 3
2.1 問(wèn)題定義及需求分析 3
2.1.1 界面 3
2.1.2 數(shù)據(jù) 4
2.1.3 功能 5
2.1.4 測(cè)試與修改 7
2.1.5 總結(jié) 8
2.2 模塊關(guān)系與業(yè)務(wù)流程 8
第三章 --- 網(wǎng)站部署與界面修改模塊的實(shí)現(xiàn) 10
3.1部署網(wǎng)站 10
3.1.1 安裝 10
3.1.2 IP地址配置 10
3.1.3 其他配置 11
3.1.4 添加更多的Web站點(diǎn) 12
3.2修改網(wǎng)站鏈接 12
3.3修改網(wǎng)站圖片與文字 13
第四章 --- 數(shù)據(jù)導(dǎo)入與數(shù)據(jù)處理 15
4.1 數(shù)據(jù)準(zhǔn)備 15
4.2 數(shù)據(jù)導(dǎo)入 16
4.3 數(shù)據(jù)處理 17
第五章 --- 增加課程數(shù)據(jù)圖表統(tǒng)計(jì)功能 18
5.1概述 18
5.3圖表控件的選擇與比較 18
5.3.1 ChartControl圖表控件研究 18
5.3.2 NChartControl圖表控件研究 21
5.3.3 C1WebChart與C1WebChart3D圖表控件研究 25
5.3.4 三種圖表控件比較 27
5.4使用C1WebChart與C1WebChart3D圖表控件完成統(tǒng)計(jì)功能 30
5.4.1概述 30
5.4.2使用圖表控件實(shí)現(xiàn)選取某門(mén)課程的學(xué)生人數(shù)統(tǒng)計(jì) 31
5.4.3使用圖表控件實(shí)現(xiàn)某門(mén)課程上交作業(yè)人數(shù)統(tǒng)計(jì) 34
5.4.4使用圖表控件實(shí)現(xiàn)某門(mén)課程點(diǎn)擊率統(tǒng)計(jì) 36
5.4.5使用圖表控件實(shí)現(xiàn)某門(mén)課程共享資源統(tǒng)計(jì) 38
5.4.6使用圖表控件實(shí)現(xiàn)某門(mén)課程課件統(tǒng)計(jì) 38
第六章 --- 測(cè)試與修改 39
6.1功能測(cè)試 39
6.2性能測(cè)試 40
6.3可用性測(cè)試 41
6.4安全性測(cè)試 42
第七章 --- 總結(jié) 43
主要參考資料及文獻(xiàn) 44
附錄 45
致謝 48
2.9萬(wàn)字 53頁(yè)
論文包括翻譯
摘要
北航軟件學(xué)院本科生急需建立一個(gè)供教師,學(xué)生相互交流的網(wǎng)上平臺(tái),主要供學(xué)生選課,交作業(yè),查詢(xún)教師課程信息,下載資料,教師發(fā)布課程通知,課件,查詢(xún)選課學(xué)生,收作業(yè),查詢(xún)資料之用。針對(duì)這個(gè)問(wèn)題,考慮到軟件學(xué)院研究生已有類(lèi)似的系統(tǒng)--文檔中心,故移植此系統(tǒng)是其中最簡(jiǎn)便的方法,本文即研究了網(wǎng)站移植的全過(guò)程。從最初的需求分析道最后的系統(tǒng)測(cè)試,本文主要研究了其中的幾個(gè)重要問(wèn)題,包括需求的確定,新舊系統(tǒng)各方面的對(duì)比,界面的修改,數(shù)據(jù)的導(dǎo)入與處理,新功能的增加,測(cè)試工作的展開(kāi)。通過(guò)以上的分析,本文初步探討了網(wǎng)站移植中的一些基本步驟,涉及的技術(shù)以及應(yīng)該采用的方法,給網(wǎng)站移植的研究起到了一個(gè)范例的作用,有一定的參考意義。另外,在本文中還對(duì)當(dāng)前流行的幾種WebChart控件作了相應(yīng)的研究對(duì)比,分析其優(yōu)劣之處,對(duì)讀者來(lái)說(shuō)也有一定的參考價(jià)值。
關(guān)鍵詞:課程管理系統(tǒng),網(wǎng)站移植,新舊系統(tǒng)對(duì)比,WebChart控件研究
Summary
The BeiHang software college’s undergraduate course lives to need build up a on-line terrace urgently for the teacher and student communicating mutually. Be mainly provided for student to select elective courses, hand over the homework, search the teacher the course information, the download data, the teacher releases the circular of the course, the lesson piece, the search selects elective courses the student, accepting the homework, searching the data.Aim at this problem, in consideration of postgraduate already having the similar system- text file center at present, this system of past transplantation is the most simple method among , The text studies the whole process that website transplant namely.Test from the system text of an end to first need analyze, main research of this text among them are a few important problem, really include the need settle, the contrast that new and old system’s everyone face, the modification of the interface, the ducting and handling of the data, the increment of the new function, test to work of launch and their connection mutually.Pass the above analysis, this text firstly inquiries into some basic stepses in website transplanting, the technique for involve and the method that should adopt, rose a function of example for the research of the website transplantation, there is certain reference
Keyword: The course manage of the system, the website transplanting, new and old system’s contrast, the WebChart control’s research
目錄
目錄 6
第一章 --- 緒論 1
1.1 課題背景及目的 1
1.2 課題來(lái)源 2
1.3 論文研究目標(biāo)及內(nèi)容 2
第二章 --- 項(xiàng)目整體規(guī)劃方案 3
2.1 問(wèn)題定義及需求分析 3
2.1.1 界面 3
2.1.2 數(shù)據(jù) 4
2.1.3 功能 5
2.1.4 測(cè)試與修改 7
2.1.5 總結(jié) 8
2.2 模塊關(guān)系與業(yè)務(wù)流程 8
第三章 --- 網(wǎng)站部署與界面修改模塊的實(shí)現(xiàn) 10
3.1部署網(wǎng)站 10
3.1.1 安裝 10
3.1.2 IP地址配置 10
3.1.3 其他配置 11
3.1.4 添加更多的Web站點(diǎn) 12
3.2修改網(wǎng)站鏈接 12
3.3修改網(wǎng)站圖片與文字 13
第四章 --- 數(shù)據(jù)導(dǎo)入與數(shù)據(jù)處理 15
4.1 數(shù)據(jù)準(zhǔn)備 15
4.2 數(shù)據(jù)導(dǎo)入 16
4.3 數(shù)據(jù)處理 17
第五章 --- 增加課程數(shù)據(jù)圖表統(tǒng)計(jì)功能 18
5.1概述 18
5.3圖表控件的選擇與比較 18
5.3.1 ChartControl圖表控件研究 18
5.3.2 NChartControl圖表控件研究 21
5.3.3 C1WebChart與C1WebChart3D圖表控件研究 25
5.3.4 三種圖表控件比較 27
5.4使用C1WebChart與C1WebChart3D圖表控件完成統(tǒng)計(jì)功能 30
5.4.1概述 30
5.4.2使用圖表控件實(shí)現(xiàn)選取某門(mén)課程的學(xué)生人數(shù)統(tǒng)計(jì) 31
5.4.3使用圖表控件實(shí)現(xiàn)某門(mén)課程上交作業(yè)人數(shù)統(tǒng)計(jì) 34
5.4.4使用圖表控件實(shí)現(xiàn)某門(mén)課程點(diǎn)擊率統(tǒng)計(jì) 36
5.4.5使用圖表控件實(shí)現(xiàn)某門(mén)課程共享資源統(tǒng)計(jì) 38
5.4.6使用圖表控件實(shí)現(xiàn)某門(mén)課程課件統(tǒng)計(jì) 38
第六章 --- 測(cè)試與修改 39
6.1功能測(cè)試 39
6.2性能測(cè)試 40
6.3可用性測(cè)試 41
6.4安全性測(cè)試 42
第七章 --- 總結(jié) 43
主要參考資料及文獻(xiàn) 44
附錄 45
致謝 48
TA們正在看...
- 安全生產(chǎn)、文明施工目標(biāo)責(zé)任書(shū).doc
- 安全生產(chǎn)、文明施工違規(guī)處罰通知單.doc
- 安全生產(chǎn)、環(huán)境保護(hù)、質(zhì)量保證措施.doc
- 安全生產(chǎn)主體責(zé)任承諾書(shū).doc
- 安全生產(chǎn)主體責(zé)任承諾書(shū)參考范本資料.doc
- 安全生產(chǎn)事故反思的檢討書(shū).doc
- 安全生產(chǎn)事故調(diào)查處理程序.doc
- 安全生產(chǎn)事故調(diào)查處理程序規(guī)定.doc
- 安全生產(chǎn)事故隱患排查內(nèi)容.doc
- 安全生產(chǎn)事故隱患排查治理體系建設(shè)實(shí)施指南.doc