基于ajax技術(shù)的教學(xué)資源平臺后臺系統(tǒng)設(shè)計.rar
基于ajax技術(shù)的教學(xué)資源平臺后臺系統(tǒng)設(shè)計,基于ajax技術(shù)的教學(xué)資源平臺后臺系統(tǒng)設(shè)計1.4萬字42頁包括開題報告和任務(wù)書摘要本文先對整個教學(xué)資源平臺的開發(fā)意義作了一個簡述,隨后論述了對該課題研究的現(xiàn)狀和發(fā)展趨勢,點(diǎn)明了目前常見的不足之處,并簡單介紹了該系統(tǒng)的一些特色設(shè)計和創(chuàng)新設(shè)計,又針對本課題的研究重點(diǎn)和難點(diǎn)做了說明。緊接著本文介紹了ajax和javascri...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
基于AJAX技術(shù)的教學(xué)資源平臺后臺系統(tǒng)設(shè)計
1.4萬字 42頁
包括開題報告和任務(wù)書
摘 要
本文先對整個教學(xué)資源平臺的開發(fā)意義作了一個簡述,隨后論述了對該課題研究的現(xiàn)狀和發(fā)展趨勢,點(diǎn)明了目前常見的不足之處,并簡單介紹了該系統(tǒng)的一些特色設(shè)計和創(chuàng)新設(shè)計,又針對本課題的研究重點(diǎn)和難點(diǎn)做了說明。緊接著本文介紹了Ajax和JavaScript技術(shù),通過對Ajax的組成、基本原則和原理以及JavaScript的優(yōu)點(diǎn)和可使用的對象這些方面深入了解了Ajax和JavaScript原理。在這個理論的基礎(chǔ)上,對系統(tǒng)的功能設(shè)計的各方面進(jìn)行了闡述,比如設(shè)計原則,架構(gòu)設(shè)計,功能設(shè)計和角色設(shè)計。其中在功能設(shè)計中詳細(xì)介紹了我們這個教學(xué)資源平臺的一些創(chuàng)新功能,比如角色權(quán)限模塊、分組概念等等。
在介紹了Ajax和JavaScript技術(shù)以及設(shè)計的各方面之后,接下來對系統(tǒng)的實(shí)現(xiàn)作了詳盡的敘述,還特意針對系統(tǒng)的特色模塊配以圖表來分析,使得整個結(jié)構(gòu)更為清晰。同時在實(shí)現(xiàn)的過程中選取了一些典型的代碼,對Ajax和JavaScript技術(shù)方面的代碼也作了詳細(xì)的講解。最后對系統(tǒng)整個的測試情況作了介紹。
相信這個教學(xué)資源平臺在今后的教學(xué)使用中會發(fā)揮更大的作用,同時這個平臺也為今后的擴(kuò)展奠定了堅實(shí)的基礎(chǔ)。
關(guān)鍵字:Ajax,JavaScript,角色權(quán)限,分組
Based on AJAX technology platform for the teaching resources background System Design
Abstract
The article focuses on the entire teaching resources development platform made a brief significance , then discussed the domestic research on the status and development trend , point common understanding of the current shortfall Department , and a brief introduction of the system in some of the characteristics and the design of innovative design, To address the issue of focus and done a difficult note. Immediately after this paper the Ajax and JavaScript technology, and the composition of Ajax. basic principles and tenets of the strengths and JavaScript can be used for the object of these in-depth understanding of Ajax and JavaScript principle . In this theory on the basis of the functional design of the areas discussed, such as the design principles, structure design, functional design and design role. With the functional design details of our teaching resources platform some innovative features such as role competence module, a concept, and so on.
Tell the Ajax and JavaScript technology, and all aspects of the design, Next implementation of the system are described in detail, but also deliberately targeted system features supported by graphics module analysis the whole structure will be more clear. At the same time realizing the selection process of some typical code Ajax and JavaScript on the technical aspects of the code to explain in detail. Finally, the whole testing system was introduced.
I believe the platform of teaching resources in the future in education will play a greater role, Meanwhile the platform for the future expansion of laying a solid foundation.
Key words:Ajax,JavaScript,Role and privilege,Create group
目 錄
1. 緒論 1
1.1. 課題研究背景 1
1.2. 研究現(xiàn)狀和發(fā)展趨勢 2
1.3. 課題研究重點(diǎn)和難點(diǎn) 3
1.4. 本文主要工作 4
1.5. 論文組織結(jié)構(gòu) 4
2. 技術(shù)原理 6
2.1. AJAX和JAVASCRIPT概述 6
2.1.1. Ajax概述 6
2.1.2. JavaScript概述 6
2.2. AJAX原理 7
2.2.1. Ajax的組成 7
2.2.2. Ajax四個基本原則 7
2.2.3. Ajax原理分析 8
2.2.4. .NET采用AJAX實(shí)現(xiàn)無刷新 9
2.3. JAVASCRIPT原理 9
2.3.1. JavaScript優(yōu)點(diǎn) 9
2.3.2. JavaScript可使用的對象 10
3. 系統(tǒng)功能設(shè)計 11
3.1. 設(shè)計原則 11
3.2. 系統(tǒng)架構(gòu)設(shè)計 11
3.3. 軟件功能設(shè)計 12
3.3.1. 常用功能設(shè)計 12
3.3.2. 創(chuàng)新功能設(shè)計 12
3.4. 系統(tǒng)角色設(shè)計 14
3.4.1. 系統(tǒng)管理員 14
3.4.2. 教務(wù)管理員 14
3.4.3. 教師 14
3.4.4. 學(xué)生 14
4. 系統(tǒng)功能實(shí)現(xiàn) 15
4.1. 開發(fā)環(huán)境 15
4.2. 框架的實(shí)現(xiàn) 15
4.3. 模塊的分析 16
4.3.1. 角色權(quán)限模塊分析 16
4.3.2. 課程細(xì)節(jié)模塊分析 18
4.4. 典型代碼分析 20
4.4.1. AJAX無刷新代碼分析 20
4.4.2. JAVASCRIPT角色權(quán)限代碼分析 22
4.4.3. 驗(yàn)證權(quán)限代碼分析 26
5. 系統(tǒng)測試 29
5.1. 測試環(huán)境 29
5.2. 單元測試 29
5.3. 集成和系統(tǒng)測試 30
5.4. 負(fù)載測試 32
5.5. 測試結(jié)果 35
6. 結(jié)論 36
致謝 37
參考文獻(xiàn) 38
參考文獻(xiàn)
[1]Nicholas C. Zakas Professional JavaScript for Web Developers人民郵電出版社
[2]Jeff Prosise. Microsoft .NET程序設(shè)計技術(shù)內(nèi)幕[M].清華大學(xué)出版社
[3]Christian Nagel, Bill Evjen, Jay Glynn. C#高級編程[M]. 北京:清華大學(xué)出版社
[4]Nicholas C.Zakas. Ajax高級程序設(shè)計[M].北京:人民郵電出版社
[5]郝剛 ASP.NET 2.0開發(fā)指南 人民郵電出版社
[6]章立民. 用實(shí)例學(xué)ASP.NET[M].北京:電子工業(yè)出版社
1.4萬字 42頁
包括開題報告和任務(wù)書
摘 要
本文先對整個教學(xué)資源平臺的開發(fā)意義作了一個簡述,隨后論述了對該課題研究的現(xiàn)狀和發(fā)展趨勢,點(diǎn)明了目前常見的不足之處,并簡單介紹了該系統(tǒng)的一些特色設(shè)計和創(chuàng)新設(shè)計,又針對本課題的研究重點(diǎn)和難點(diǎn)做了說明。緊接著本文介紹了Ajax和JavaScript技術(shù),通過對Ajax的組成、基本原則和原理以及JavaScript的優(yōu)點(diǎn)和可使用的對象這些方面深入了解了Ajax和JavaScript原理。在這個理論的基礎(chǔ)上,對系統(tǒng)的功能設(shè)計的各方面進(jìn)行了闡述,比如設(shè)計原則,架構(gòu)設(shè)計,功能設(shè)計和角色設(shè)計。其中在功能設(shè)計中詳細(xì)介紹了我們這個教學(xué)資源平臺的一些創(chuàng)新功能,比如角色權(quán)限模塊、分組概念等等。
在介紹了Ajax和JavaScript技術(shù)以及設(shè)計的各方面之后,接下來對系統(tǒng)的實(shí)現(xiàn)作了詳盡的敘述,還特意針對系統(tǒng)的特色模塊配以圖表來分析,使得整個結(jié)構(gòu)更為清晰。同時在實(shí)現(xiàn)的過程中選取了一些典型的代碼,對Ajax和JavaScript技術(shù)方面的代碼也作了詳細(xì)的講解。最后對系統(tǒng)整個的測試情況作了介紹。
相信這個教學(xué)資源平臺在今后的教學(xué)使用中會發(fā)揮更大的作用,同時這個平臺也為今后的擴(kuò)展奠定了堅實(shí)的基礎(chǔ)。
關(guān)鍵字:Ajax,JavaScript,角色權(quán)限,分組
Based on AJAX technology platform for the teaching resources background System Design
Abstract
The article focuses on the entire teaching resources development platform made a brief significance , then discussed the domestic research on the status and development trend , point common understanding of the current shortfall Department , and a brief introduction of the system in some of the characteristics and the design of innovative design, To address the issue of focus and done a difficult note. Immediately after this paper the Ajax and JavaScript technology, and the composition of Ajax. basic principles and tenets of the strengths and JavaScript can be used for the object of these in-depth understanding of Ajax and JavaScript principle . In this theory on the basis of the functional design of the areas discussed, such as the design principles, structure design, functional design and design role. With the functional design details of our teaching resources platform some innovative features such as role competence module, a concept, and so on.
Tell the Ajax and JavaScript technology, and all aspects of the design, Next implementation of the system are described in detail, but also deliberately targeted system features supported by graphics module analysis the whole structure will be more clear. At the same time realizing the selection process of some typical code Ajax and JavaScript on the technical aspects of the code to explain in detail. Finally, the whole testing system was introduced.
I believe the platform of teaching resources in the future in education will play a greater role, Meanwhile the platform for the future expansion of laying a solid foundation.
Key words:Ajax,JavaScript,Role and privilege,Create group
目 錄
1. 緒論 1
1.1. 課題研究背景 1
1.2. 研究現(xiàn)狀和發(fā)展趨勢 2
1.3. 課題研究重點(diǎn)和難點(diǎn) 3
1.4. 本文主要工作 4
1.5. 論文組織結(jié)構(gòu) 4
2. 技術(shù)原理 6
2.1. AJAX和JAVASCRIPT概述 6
2.1.1. Ajax概述 6
2.1.2. JavaScript概述 6
2.2. AJAX原理 7
2.2.1. Ajax的組成 7
2.2.2. Ajax四個基本原則 7
2.2.3. Ajax原理分析 8
2.2.4. .NET采用AJAX實(shí)現(xiàn)無刷新 9
2.3. JAVASCRIPT原理 9
2.3.1. JavaScript優(yōu)點(diǎn) 9
2.3.2. JavaScript可使用的對象 10
3. 系統(tǒng)功能設(shè)計 11
3.1. 設(shè)計原則 11
3.2. 系統(tǒng)架構(gòu)設(shè)計 11
3.3. 軟件功能設(shè)計 12
3.3.1. 常用功能設(shè)計 12
3.3.2. 創(chuàng)新功能設(shè)計 12
3.4. 系統(tǒng)角色設(shè)計 14
3.4.1. 系統(tǒng)管理員 14
3.4.2. 教務(wù)管理員 14
3.4.3. 教師 14
3.4.4. 學(xué)生 14
4. 系統(tǒng)功能實(shí)現(xiàn) 15
4.1. 開發(fā)環(huán)境 15
4.2. 框架的實(shí)現(xiàn) 15
4.3. 模塊的分析 16
4.3.1. 角色權(quán)限模塊分析 16
4.3.2. 課程細(xì)節(jié)模塊分析 18
4.4. 典型代碼分析 20
4.4.1. AJAX無刷新代碼分析 20
4.4.2. JAVASCRIPT角色權(quán)限代碼分析 22
4.4.3. 驗(yàn)證權(quán)限代碼分析 26
5. 系統(tǒng)測試 29
5.1. 測試環(huán)境 29
5.2. 單元測試 29
5.3. 集成和系統(tǒng)測試 30
5.4. 負(fù)載測試 32
5.5. 測試結(jié)果 35
6. 結(jié)論 36
致謝 37
參考文獻(xiàn) 38
參考文獻(xiàn)
[1]Nicholas C. Zakas Professional JavaScript for Web Developers人民郵電出版社
[2]Jeff Prosise. Microsoft .NET程序設(shè)計技術(shù)內(nèi)幕[M].清華大學(xué)出版社
[3]Christian Nagel, Bill Evjen, Jay Glynn. C#高級編程[M]. 北京:清華大學(xué)出版社
[4]Nicholas C.Zakas. Ajax高級程序設(shè)計[M].北京:人民郵電出版社
[5]郝剛 ASP.NET 2.0開發(fā)指南 人民郵電出版社
[6]章立民. 用實(shí)例學(xué)ASP.NET[M].北京:電子工業(yè)出版社