學(xué)生成績(jī)管理系統(tǒng)畢業(yè)設(shè)計(jì)(含論文+源碼+開題報(bào)告).zip
學(xué)生成績(jī)管理系統(tǒng)畢業(yè)設(shè)計(jì)(含論文+源碼+開題報(bào)告),[摘要]學(xué)生成績(jī)管理系統(tǒng),傳統(tǒng)的管理方法為手工統(tǒng)計(jì)或者用excel一類的工具來(lái)管理學(xué)生信息和成績(jī),學(xué)生通常不能方便的查詢成績(jī),管理過(guò)程復(fù)雜工作量大,而且容易丟失數(shù)據(jù)。系統(tǒng)采用目前流行的asp技術(shù),構(gòu)建學(xué)生查詢成績(jī)和管理員對(duì)成績(jī)信息以及學(xué)生基本信息等的管理平臺(tái),將本系統(tǒng)上傳到學(xué)校主站服務(wù)器,在任何連到互聯(lián)網(wǎng)的終端都可以訪...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 秋風(fēng)2013 發(fā)布
[摘要]
學(xué)生成績(jī)管理系統(tǒng),傳統(tǒng)的管理方法為手工統(tǒng)計(jì)或者用excel一類的工具來(lái)管理學(xué)生信息和成績(jī),學(xué)生通常不能方便的查詢成績(jī),管理過(guò)程復(fù)雜工作量大,而且容易丟失數(shù)據(jù)。系統(tǒng)采用目前流行的ASP技術(shù),構(gòu)建學(xué)生查詢成績(jī)和管理員對(duì)成績(jī)信息以及學(xué)生基本信息等的管理平臺(tái),將本系統(tǒng)上傳到學(xué)校主站服務(wù)器,在任何連到互聯(lián)網(wǎng)的終端都可以訪問(wèn)系統(tǒng),本系統(tǒng)實(shí)現(xiàn)了學(xué)生查詢成績(jī),修改資料功能,管理員對(duì)成績(jī)信息和課程學(xué)號(hào)班級(jí)的單個(gè)或批量添加修改刪除等。
[關(guān)鍵詞]管理系統(tǒng);ASP;數(shù)據(jù)庫(kù)
The Design and Development of Managment System of Student’s Agrade Based on B/S Modle
Ma Rong
(Grade03,Class 4,Major Information & Compute Science, Math Dept, Shannxi Umiversity of Technology,Hanzhong 723000,shanxi)
Tutor: Rui Lin Zhang
Abstract:The system about managment of students , the older way of maneage student’s information by ‘excel’or word and so on ,so it take us a bit of work ,and we ofern lost our importent things.presently, develep with the increase of students ,the ASP be used more and more windly..Make up the window of students information’s manag and seach , we could touch the system on any internert . the function contains browwing our information and updating error things ,the manager also could updata our agrade, number ,.he has the biggest bright .
Key words: Managsystem ;Asp;Database .
目 錄
1引言 1
2 系統(tǒng)說(shuō)明 1
2.1 目的與意義 1
2.1.1 學(xué)生成績(jī)管理系統(tǒng)設(shè)計(jì)的邏輯意義 1
2.1.2學(xué)生成績(jī)管理系統(tǒng)的特點(diǎn) 1
2.1.3學(xué)生成績(jī)管理系統(tǒng)的目標(biāo) 1
2.2系統(tǒng)應(yīng)用模式的選擇 2
2.2.1幾種應(yīng)用系統(tǒng)的模式 2
2.2.2應(yīng)用模式的選擇 3
2.3 web數(shù)據(jù)庫(kù)簡(jiǎn)單介紹 3
2.4 開發(fā)平臺(tái) 4
2.5 相關(guān)技術(shù)介紹 4
2.5.1 Web應(yīng)用程序的工作原理 4
2.5.2 ADO技術(shù)簡(jiǎn)介 5
2.6 件名定義 5
3 需求分析 7
3.1功能描述 7
3.2 流程圖 8
3.3 可行性分析 9
3.3.1 硬件需求 9
3.3.2 軟件需求 10
3.4可行性分析的結(jié)論 10
4 據(jù)庫(kù)設(shè)計(jì) 10
4.1 根據(jù)系統(tǒng)進(jìn)行數(shù)據(jù)庫(kù)設(shè)計(jì) 10
4.2 表設(shè)計(jì) 11
4.3關(guān)系圖 12
4.4數(shù)據(jù)完整性設(shè)計(jì) 13
4.5數(shù)據(jù)庫(kù)操作 13
4.5.1操作數(shù)據(jù)庫(kù) 13
4.5.2讀取記錄 13
4.5.3刪除記錄 14
4.5.4更新數(shù)據(jù)庫(kù) 14
4.5.5數(shù)據(jù)庫(kù)查詢 14
5 概要設(shè)計(jì) 14
5.1頁(yè)面設(shè)計(jì): 14
5.2系統(tǒng)功能與系統(tǒng)的基本模塊 15
5.2.1系統(tǒng)的主要功能 15
5.2.2系統(tǒng)的基本模塊 16
5.3模塊執(zhí)行權(quán)限 17
6模塊設(shè)計(jì) 17
6.1用戶登陸管理 17
6.1.1功能描述 17
6.1.2設(shè)計(jì)思路 18
2.為每個(gè)菜單項(xiàng)設(shè)立允許標(biāo)志 18
6.1.2.動(dòng)態(tài)分配菜單項(xiàng) 19
6.1.3 流程圖 19
6.2用戶賬戶管理模塊 20
6.2.1功能描述 20
6.2.2設(shè)計(jì)思路 20
6.2.3流程圖 20
6.3成績(jī)管理模塊 20
6.3.1功能描述 20
6.3.2設(shè)計(jì)思路 20
7系統(tǒng)整合 21
7.1關(guān)于整合的準(zhǔn)備 21
7.2系統(tǒng)整合 21
7.3測(cè)試與故障排除 21
8 相關(guān)說(shuō)明 21
9小結(jié)與體會(huì) 22
附錄
附錄A 部分模塊代碼
附錄B 使用說(shuō)明書
附錄C 英文參考資料及譯文
學(xué)生成績(jī)管理系統(tǒng),傳統(tǒng)的管理方法為手工統(tǒng)計(jì)或者用excel一類的工具來(lái)管理學(xué)生信息和成績(jī),學(xué)生通常不能方便的查詢成績(jī),管理過(guò)程復(fù)雜工作量大,而且容易丟失數(shù)據(jù)。系統(tǒng)采用目前流行的ASP技術(shù),構(gòu)建學(xué)生查詢成績(jī)和管理員對(duì)成績(jī)信息以及學(xué)生基本信息等的管理平臺(tái),將本系統(tǒng)上傳到學(xué)校主站服務(wù)器,在任何連到互聯(lián)網(wǎng)的終端都可以訪問(wèn)系統(tǒng),本系統(tǒng)實(shí)現(xiàn)了學(xué)生查詢成績(jī),修改資料功能,管理員對(duì)成績(jī)信息和課程學(xué)號(hào)班級(jí)的單個(gè)或批量添加修改刪除等。
[關(guān)鍵詞]管理系統(tǒng);ASP;數(shù)據(jù)庫(kù)
The Design and Development of Managment System of Student’s Agrade Based on B/S Modle
Ma Rong
(Grade03,Class 4,Major Information & Compute Science, Math Dept, Shannxi Umiversity of Technology,Hanzhong 723000,shanxi)
Tutor: Rui Lin Zhang
Abstract:The system about managment of students , the older way of maneage student’s information by ‘excel’or word and so on ,so it take us a bit of work ,and we ofern lost our importent things.presently, develep with the increase of students ,the ASP be used more and more windly..Make up the window of students information’s manag and seach , we could touch the system on any internert . the function contains browwing our information and updating error things ,the manager also could updata our agrade, number ,.he has the biggest bright .
Key words: Managsystem ;Asp;Database .
目 錄
1引言 1
2 系統(tǒng)說(shuō)明 1
2.1 目的與意義 1
2.1.1 學(xué)生成績(jī)管理系統(tǒng)設(shè)計(jì)的邏輯意義 1
2.1.2學(xué)生成績(jī)管理系統(tǒng)的特點(diǎn) 1
2.1.3學(xué)生成績(jī)管理系統(tǒng)的目標(biāo) 1
2.2系統(tǒng)應(yīng)用模式的選擇 2
2.2.1幾種應(yīng)用系統(tǒng)的模式 2
2.2.2應(yīng)用模式的選擇 3
2.3 web數(shù)據(jù)庫(kù)簡(jiǎn)單介紹 3
2.4 開發(fā)平臺(tái) 4
2.5 相關(guān)技術(shù)介紹 4
2.5.1 Web應(yīng)用程序的工作原理 4
2.5.2 ADO技術(shù)簡(jiǎn)介 5
2.6 件名定義 5
3 需求分析 7
3.1功能描述 7
3.2 流程圖 8
3.3 可行性分析 9
3.3.1 硬件需求 9
3.3.2 軟件需求 10
3.4可行性分析的結(jié)論 10
4 據(jù)庫(kù)設(shè)計(jì) 10
4.1 根據(jù)系統(tǒng)進(jìn)行數(shù)據(jù)庫(kù)設(shè)計(jì) 10
4.2 表設(shè)計(jì) 11
4.3關(guān)系圖 12
4.4數(shù)據(jù)完整性設(shè)計(jì) 13
4.5數(shù)據(jù)庫(kù)操作 13
4.5.1操作數(shù)據(jù)庫(kù) 13
4.5.2讀取記錄 13
4.5.3刪除記錄 14
4.5.4更新數(shù)據(jù)庫(kù) 14
4.5.5數(shù)據(jù)庫(kù)查詢 14
5 概要設(shè)計(jì) 14
5.1頁(yè)面設(shè)計(jì): 14
5.2系統(tǒng)功能與系統(tǒng)的基本模塊 15
5.2.1系統(tǒng)的主要功能 15
5.2.2系統(tǒng)的基本模塊 16
5.3模塊執(zhí)行權(quán)限 17
6模塊設(shè)計(jì) 17
6.1用戶登陸管理 17
6.1.1功能描述 17
6.1.2設(shè)計(jì)思路 18
2.為每個(gè)菜單項(xiàng)設(shè)立允許標(biāo)志 18
6.1.2.動(dòng)態(tài)分配菜單項(xiàng) 19
6.1.3 流程圖 19
6.2用戶賬戶管理模塊 20
6.2.1功能描述 20
6.2.2設(shè)計(jì)思路 20
6.2.3流程圖 20
6.3成績(jī)管理模塊 20
6.3.1功能描述 20
6.3.2設(shè)計(jì)思路 20
7系統(tǒng)整合 21
7.1關(guān)于整合的準(zhǔn)備 21
7.2系統(tǒng)整合 21
7.3測(cè)試與故障排除 21
8 相關(guān)說(shuō)明 21
9小結(jié)與體會(huì) 22
附錄
附錄A 部分模塊代碼
附錄B 使用說(shuō)明書
附錄C 英文參考資料及譯文