畢業(yè)論文 小型作業(yè)管理系統(tǒng).doc
約46頁DOC格式手機(jī)打開展開
畢業(yè)論文 小型作業(yè)管理系統(tǒng),摘 要在現(xiàn)代化的教育技術(shù)模式下,計(jì)算機(jī)已經(jīng)廣泛應(yīng)用于學(xué)校的教育管理,給傳統(tǒng)的教學(xué)方式帶來了重大的革命。如何有效進(jìn)行作業(yè)管理是擺在我們面前的一個(gè)新的課題。本文在研究目前國(guó)內(nèi)外作業(yè)管理情況的基礎(chǔ)上,從學(xué)校的實(shí)際需求出發(fā),采用當(dāng)前較為流行的b/s(瀏覽器/服務(wù)器)結(jié)構(gòu)和asp動(dòng)態(tài)網(wǎng)頁開發(fā)技術(shù),基于windows xp pro...
內(nèi)容介紹
此文檔由會(huì)員 ljjwl8321 發(fā)布
摘 要
在現(xiàn)代化的教育技術(shù)模式下,計(jì)算機(jī)已經(jīng)廣泛應(yīng)用于學(xué)校的教育管理,給傳統(tǒng)的教學(xué)方式帶來了重大的革命。如何有效進(jìn)行作業(yè)管理是擺在我們面前的一個(gè)新的課題。
本文在研究目前國(guó)內(nèi)外作業(yè)管理情況的基礎(chǔ)上,從學(xué)校的實(shí)際需求出發(fā),采用當(dāng)前較為流行的B/S(瀏覽器/服務(wù)器)結(jié)構(gòu)和ASP動(dòng)態(tài)網(wǎng)頁開發(fā)技術(shù),基于Windows XP Professional操作系統(tǒng)和SQL Server 2005數(shù)據(jù)庫,設(shè)計(jì)并實(shí)現(xiàn)了一個(gè)功能較為完善的小型作業(yè)管理系統(tǒng)。通過對(duì)系統(tǒng)進(jìn)行一系列的需求分析、設(shè)計(jì)、編碼、測(cè)試等工作,使系統(tǒng)實(shí)現(xiàn)了管理員發(fā)布管理公告、教師管理、設(shè)置學(xué)院、班級(jí)、課程;老師在線發(fā)布作業(yè)、批改作業(yè)、網(wǎng)上答疑;學(xué)生上傳作業(yè)、查看作業(yè)信息、提出疑問的功能。重點(diǎn)對(duì)系統(tǒng)設(shè)計(jì)過程作了相應(yīng)描述,同時(shí)也對(duì)系統(tǒng)需要改進(jìn)的地方做了總結(jié)。
本系統(tǒng)經(jīng)過測(cè)試,運(yùn)行效果穩(wěn)定,操作方便、快捷。不僅適用于普通學(xué)校的作業(yè)管理,也適用于網(wǎng)絡(luò)遠(yuǎn)程教學(xué),能較好地解決作業(yè)管理混亂的狀況。
關(guān)鍵詞:Web作業(yè)系統(tǒng), ASP ,B/S
Abstract
With the advancement of society, the development of Network technology provides a new space for education. Traditional teaching can not meet the satisfaction of the schools', teachers' and the students'. The new teaching mode-online teaching system has been used among the teachers and students widely. Online teaching system has been an important way to foster talent, facilitate science & research, and develop education.
At first the thesis introduces the background and future development of the task research simply. Then introduce the three layers system structure of B/S, the characteristics, functions and working principles of the ASP. Whilst introduce some characteristics of SQL sever2005 simply etc. The second, The thesis devote more energies to the analysis of system design, including system requirement analysis, system module design, the main flow chart, system database design etc.
Finally, the thesis will state the main functions of system implementation in details. The system is developed as a Web homework system combined with the practical situation of own school. It mainly consists of the modules of student freedom system, homework system, examination system and teacher system. The system has been used in the machine rooms, and will be upgraded during its use unceasingly.
Keywords: Web homework management system, ASP, B/S
目錄
第1章 前 言 3
1.1 研究背景 3
1.2 課題分析 5
1.2.1 問題與發(fā)展?fàn)顩r 5
1.2.2 課題任務(wù)要求 5
1.3 論文結(jié)構(gòu) 6
第2章 相關(guān)技術(shù)概述 7
2.1 ASP.NET動(dòng)態(tài)網(wǎng)頁技術(shù) 7
2.1.1 基于Browser /Server模式的體系結(jié)構(gòu)簡(jiǎn)介 7
2.1.2 基于ASP.NET技術(shù)的三層結(jié)構(gòu)模型 10
2.2 SQL Server 2005 10
2.3 Dreamweaver MX 12
第3章 系統(tǒng)總體設(shè)計(jì) 12
3.1 系統(tǒng)需求分析 12
3.2 系統(tǒng)數(shù)據(jù)流程描述 13
3.2 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) 15
3.3 系統(tǒng)功能模塊設(shè)計(jì) 16
3.4 系統(tǒng)數(shù)據(jù)庫設(shè)計(jì) 17
3.4.1 數(shù)據(jù)流程圖和數(shù)據(jù)字典 17
3.4.2 數(shù)據(jù)庫概念設(shè)計(jì) 19
3.4.3 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 20
3.5 系統(tǒng)出錯(cuò)處理與安全保密設(shè)計(jì) 25
第4章 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 25
4.1 系統(tǒng)運(yùn)行環(huán)境 25
4.2 用戶登陸模塊的實(shí)現(xiàn) 26
4.3 在線作業(yè)管理系統(tǒng)首頁的實(shí)現(xiàn) 27
4.4 管理員模塊的實(shí)現(xiàn) 30
4.4.1 管理員設(shè)置院系、班級(jí)、課程模塊的實(shí)現(xiàn) 30
4.4.2 管理員對(duì)教師管理的實(shí)現(xiàn) 31
4.5 教師模塊的實(shí)現(xiàn) 32
4.5.1 教師修改個(gè)人信息模塊的實(shí)現(xiàn) 32
4.5.2 教師查看學(xué)生名單模塊的實(shí)現(xiàn) 32
4.5.3 教師布置作業(yè)模塊的實(shí)現(xiàn) 33
4.5.4 教師批改學(xué)生作業(yè)模塊的實(shí)現(xiàn) 33
4.5.5 教師網(wǎng)上答疑模塊的實(shí)現(xiàn) 34
4.6 學(xué)生模塊的實(shí)現(xiàn) 36
4.6.1 學(xué)生查看作業(yè)模塊的實(shí)現(xiàn) 36
4.6.2 學(xué)生修改個(gè)人信息模塊的實(shí)現(xiàn) 37
4.6.3 學(xué)生提出疑問與查看答疑模塊的實(shí)現(xiàn) 37
4.6.4 學(xué)生上傳作業(yè)模塊的實(shí)現(xiàn) 38
第5章 系統(tǒng)運(yùn)行與測(cè)試 39
5.1 系統(tǒng)測(cè)試的目的與原則 39
5.2 系統(tǒng)測(cè)試 39
5.2.1 系統(tǒng)入口測(cè)試要點(diǎn) 40
5.2.2 數(shù)據(jù)錄入測(cè)試要點(diǎn) 40
5.3系統(tǒng)測(cè)試內(nèi)容 40
5.4 測(cè)試結(jié)果 40
第6章 結(jié)論 41
6.1 結(jié)論 41
參考文獻(xiàn) 42
在現(xiàn)代化的教育技術(shù)模式下,計(jì)算機(jī)已經(jīng)廣泛應(yīng)用于學(xué)校的教育管理,給傳統(tǒng)的教學(xué)方式帶來了重大的革命。如何有效進(jìn)行作業(yè)管理是擺在我們面前的一個(gè)新的課題。
本文在研究目前國(guó)內(nèi)外作業(yè)管理情況的基礎(chǔ)上,從學(xué)校的實(shí)際需求出發(fā),采用當(dāng)前較為流行的B/S(瀏覽器/服務(wù)器)結(jié)構(gòu)和ASP動(dòng)態(tài)網(wǎng)頁開發(fā)技術(shù),基于Windows XP Professional操作系統(tǒng)和SQL Server 2005數(shù)據(jù)庫,設(shè)計(jì)并實(shí)現(xiàn)了一個(gè)功能較為完善的小型作業(yè)管理系統(tǒng)。通過對(duì)系統(tǒng)進(jìn)行一系列的需求分析、設(shè)計(jì)、編碼、測(cè)試等工作,使系統(tǒng)實(shí)現(xiàn)了管理員發(fā)布管理公告、教師管理、設(shè)置學(xué)院、班級(jí)、課程;老師在線發(fā)布作業(yè)、批改作業(yè)、網(wǎng)上答疑;學(xué)生上傳作業(yè)、查看作業(yè)信息、提出疑問的功能。重點(diǎn)對(duì)系統(tǒng)設(shè)計(jì)過程作了相應(yīng)描述,同時(shí)也對(duì)系統(tǒng)需要改進(jìn)的地方做了總結(jié)。
本系統(tǒng)經(jīng)過測(cè)試,運(yùn)行效果穩(wěn)定,操作方便、快捷。不僅適用于普通學(xué)校的作業(yè)管理,也適用于網(wǎng)絡(luò)遠(yuǎn)程教學(xué),能較好地解決作業(yè)管理混亂的狀況。
關(guān)鍵詞:Web作業(yè)系統(tǒng), ASP ,B/S
Abstract
With the advancement of society, the development of Network technology provides a new space for education. Traditional teaching can not meet the satisfaction of the schools', teachers' and the students'. The new teaching mode-online teaching system has been used among the teachers and students widely. Online teaching system has been an important way to foster talent, facilitate science & research, and develop education.
At first the thesis introduces the background and future development of the task research simply. Then introduce the three layers system structure of B/S, the characteristics, functions and working principles of the ASP. Whilst introduce some characteristics of SQL sever2005 simply etc. The second, The thesis devote more energies to the analysis of system design, including system requirement analysis, system module design, the main flow chart, system database design etc.
Finally, the thesis will state the main functions of system implementation in details. The system is developed as a Web homework system combined with the practical situation of own school. It mainly consists of the modules of student freedom system, homework system, examination system and teacher system. The system has been used in the machine rooms, and will be upgraded during its use unceasingly.
Keywords: Web homework management system, ASP, B/S
目錄
第1章 前 言 3
1.1 研究背景 3
1.2 課題分析 5
1.2.1 問題與發(fā)展?fàn)顩r 5
1.2.2 課題任務(wù)要求 5
1.3 論文結(jié)構(gòu) 6
第2章 相關(guān)技術(shù)概述 7
2.1 ASP.NET動(dòng)態(tài)網(wǎng)頁技術(shù) 7
2.1.1 基于Browser /Server模式的體系結(jié)構(gòu)簡(jiǎn)介 7
2.1.2 基于ASP.NET技術(shù)的三層結(jié)構(gòu)模型 10
2.2 SQL Server 2005 10
2.3 Dreamweaver MX 12
第3章 系統(tǒng)總體設(shè)計(jì) 12
3.1 系統(tǒng)需求分析 12
3.2 系統(tǒng)數(shù)據(jù)流程描述 13
3.2 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) 15
3.3 系統(tǒng)功能模塊設(shè)計(jì) 16
3.4 系統(tǒng)數(shù)據(jù)庫設(shè)計(jì) 17
3.4.1 數(shù)據(jù)流程圖和數(shù)據(jù)字典 17
3.4.2 數(shù)據(jù)庫概念設(shè)計(jì) 19
3.4.3 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 20
3.5 系統(tǒng)出錯(cuò)處理與安全保密設(shè)計(jì) 25
第4章 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 25
4.1 系統(tǒng)運(yùn)行環(huán)境 25
4.2 用戶登陸模塊的實(shí)現(xiàn) 26
4.3 在線作業(yè)管理系統(tǒng)首頁的實(shí)現(xiàn) 27
4.4 管理員模塊的實(shí)現(xiàn) 30
4.4.1 管理員設(shè)置院系、班級(jí)、課程模塊的實(shí)現(xiàn) 30
4.4.2 管理員對(duì)教師管理的實(shí)現(xiàn) 31
4.5 教師模塊的實(shí)現(xiàn) 32
4.5.1 教師修改個(gè)人信息模塊的實(shí)現(xiàn) 32
4.5.2 教師查看學(xué)生名單模塊的實(shí)現(xiàn) 32
4.5.3 教師布置作業(yè)模塊的實(shí)現(xiàn) 33
4.5.4 教師批改學(xué)生作業(yè)模塊的實(shí)現(xiàn) 33
4.5.5 教師網(wǎng)上答疑模塊的實(shí)現(xiàn) 34
4.6 學(xué)生模塊的實(shí)現(xiàn) 36
4.6.1 學(xué)生查看作業(yè)模塊的實(shí)現(xiàn) 36
4.6.2 學(xué)生修改個(gè)人信息模塊的實(shí)現(xiàn) 37
4.6.3 學(xué)生提出疑問與查看答疑模塊的實(shí)現(xiàn) 37
4.6.4 學(xué)生上傳作業(yè)模塊的實(shí)現(xiàn) 38
第5章 系統(tǒng)運(yùn)行與測(cè)試 39
5.1 系統(tǒng)測(cè)試的目的與原則 39
5.2 系統(tǒng)測(cè)試 39
5.2.1 系統(tǒng)入口測(cè)試要點(diǎn) 40
5.2.2 數(shù)據(jù)錄入測(cè)試要點(diǎn) 40
5.3系統(tǒng)測(cè)試內(nèi)容 40
5.4 測(cè)試結(jié)果 40
第6章 結(jié)論 41
6.1 結(jié)論 41
參考文獻(xiàn) 42
TA們正在看...
- 橋梁樁位坐標(biāo)計(jì)算程序.rar
- 湖南大學(xué)結(jié)構(gòu)工程研究生復(fù)試筆試混凝土考綱.doc
- 2007年中南大學(xué)工程經(jīng)濟(jì)學(xué)考研試題.pdf
- 2008年中南大學(xué)工程經(jīng)濟(jì)學(xué)考研試題.pdf
- 2009年中南大學(xué)工程經(jīng)濟(jì)學(xué)考研試題.pdf
- 2012年中南大學(xué)950工程經(jīng)濟(jì)學(xué)考研試題(回憶版).pdf
- 2012年中南大學(xué)土木工程規(guī)劃與管理考研復(fù)試試題(...pdf
- 2011年中南大學(xué)967管理學(xué)考研試題(回憶版).pdf
- 橋博30+45+30m預(yù)應(yīng)力連續(xù)梁計(jì)算書.doc
- 定位鋼筋cad圖紙.dwg