網(wǎng)上選課系統(tǒng)(asp).rar
網(wǎng)上選課系統(tǒng)(asp),網(wǎng)上選課系統(tǒng)(asp)1.6萬(wàn)字 34頁(yè)摘要:隨著在校大學(xué)生人數(shù)的不斷增加,教務(wù)系統(tǒng)的數(shù)據(jù)量也不斷的上漲。針對(duì)學(xué)生選課這一環(huán)節(jié),本系統(tǒng)從學(xué)生網(wǎng)上自主選課以及教師的課程發(fā)布兩個(gè)大方面進(jìn)行了設(shè)計(jì),基本實(shí)現(xiàn)了學(xué)生的在線信息查詢、選課功能以及教師對(duì)課程信息發(fā)布的管理等功能,另外也初步解決了教師在課程信息發(fā)布管理上的權(quán)限問(wèn)題。本...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 beijing2008 發(fā)布
網(wǎng)上選課系統(tǒng)(ASP)
1.6萬(wàn)字 34頁(yè)
摘要:隨著在校大學(xué)生人數(shù)的不斷增加,教務(wù)系統(tǒng)的數(shù)據(jù)量也不斷的上漲。針對(duì)學(xué)生選課這一環(huán)節(jié),本系統(tǒng)從學(xué)生網(wǎng)上自主選課以及教師的課程發(fā)布兩個(gè)大方面進(jìn)行了設(shè)計(jì),基本實(shí)現(xiàn)了學(xué)生的在線信息查詢、選課功能以及教師對(duì)課程信息發(fā)布的管理等功能,另外也初步解決了教師在課程信息發(fā)布管理上的權(quán)限問(wèn)題。本程序前臺(tái)采用Dreamweaver 4.03進(jìn)行頁(yè)面制作,后臺(tái)由SQL Server數(shù)據(jù)庫(kù)支持,通過(guò)使用ASP語(yǔ)言實(shí)現(xiàn)動(dòng)態(tài)網(wǎng)頁(yè)的效果,達(dá)到對(duì)數(shù)據(jù)庫(kù)的操作以完成使用者的要求。本文中除了有對(duì)程序的總體設(shè)計(jì)、詳細(xì)設(shè)計(jì)、功能實(shí)現(xiàn)等主體部分外,在這之前還介紹了與網(wǎng)上選課系統(tǒng)相關(guān)的信息管理系統(tǒng)、網(wǎng)絡(luò)編程技術(shù)、ASP編程語(yǔ)言、SQL Server數(shù)據(jù)庫(kù)服務(wù)器等的基本內(nèi)容及發(fā)展情況。
關(guān)鍵字:選課、課程信息發(fā)布、權(quán)限、SQL Server、ASP
Abstract:with the development of the enrolling number, the data for daily education is increasing, too. This system is special for the on-line course choosing to design both from the aspect of the student and the teacher. The student can choose the course independently and the teacher can manage the information of the announcing course, also. This system is basically used for the on-line information searching, the course choosing and the announcing course managing. Besides, the power of the teacher has been well controlled. The form is made by Dreamweaver 4.03 , the data base is built by SQL Server and the active website is made by using the ASP language .This paper includes the main designing , the detail designing, the function designing and , before this , some basic knowledge and present development of the programs mentioned above.
Keywords:course choosing , announcing the course information , power , SQL Server , ASP
目 錄
摘要(中文)------------------------------------------------------------------------------------2
摘要(英文)---------------------------------------------------------------------------------------2
概述------------------------------------------------------------------------------------------------5
第一章:設(shè)計(jì)的可行性-------------------------------------------------------------------------7
1.1 MIS系統(tǒng)的產(chǎn)生和發(fā)展情況--------------------------------------------------------7
1.2 網(wǎng)上選課系統(tǒng)的產(chǎn)生和可行性分析-----------------------------------------------7
第二章:相關(guān)軟件及技術(shù)介紹----------------------------------------------------------------9
2.1Dreamweave-----------------------------------------------------------------------------9
2.2 SQL Server------------------------------------------------------------------------------9
2.3 ASP(Active Server Page) -------------------------------------------------------------9
2.4 HTML(Hyper Text Markup Language) -------------------------------------------10
第三章:系統(tǒng)概述------------------------------------------------------------------------------11
3.1 項(xiàng)目范圍------------------------------------------------------------------------------11
3.2 設(shè)計(jì)策略------------------------------------------------------------------------------11
第四章:系統(tǒng)總體設(shè)計(jì)------------------------------------------------------------------------12
4.1 系統(tǒng)結(jié)構(gòu)設(shè)計(jì)------------------------------------------------------------------------12
4.1.1 各模塊功能-------------------------------------------------------------------12
4.1.2 模塊間的調(diào)用關(guān)系----------------------------------------------------------12
4.1.3 模塊間的接口----------------------------------------------------------------14
4.2數(shù)據(jù)庫(kù)設(shè)計(jì)----------------------------------------------------------------------------14
第五章:詳細(xì)設(shè)計(jì)------------------------------------------------------------------------------17
5.1 教師/學(xué)生登錄功能-----------------------------------------------------------------17
5.2 教師/學(xué)生密碼管理功能-----------------------------------------------------------18
5.3 學(xué)生的信息瀏覽/查詢功能--------------------------------------------------------20
5.3.1 選課信息查詢----------------------------------------------------------------20
5.3.2 查詢開課信息----------------------------------------------------------------21
5.3.3 查詢公告信息----------------------------------------------------------------22
5.3.4 查詢課程信息----------------------------------------------------------------22
5.3.5 查詢教師信息----------------------------------------------------------------23
5.3.6 查詢選課名單----------------------------------------------------------------23
5.4 教師的信息瀏覽/發(fā)布/修改/刪除功能------------------------------------------23
5.4.1 瀏覽已發(fā)布信息-------------------------------------------------------------23
5.4.2 信息發(fā)布----------------------------------------------------------------------24
5.4.3 課程信息修改----------------------------------------------------------------25
5.4.4 課程信息刪除----------------------------------------------------------------25
5.4.5 查詢公告信息----------------------------------------------------------------27
5.5修改教師信息功能-------------------------------------------------------------------27
5.6添加教師信息功能-------------------------------------------------------------------27
5.7刪除教師信息功能-------------------------------------------------------------------28
5.8修改學(xué)生信息功能-------------------------------------------------------------------29
5.9添加學(xué)生信息功能-------------------------------------------------------------------29
5.10刪除學(xué)生信息功能------------------------------------------------------------------29
5.11刪除公告信息功能------------------------------------------------------------------30
第六章:設(shè)計(jì)過(guò)程中的問(wèn)題及解決---------------------------------------------------------31
6.1 數(shù)據(jù)庫(kù)的連接------------------------------------------------------------------------31
6.2 參數(shù)的傳遞---------------------------------------------------------------------------31
6.3 公共數(shù)據(jù)------------------------------------------------------------------------------31
第七章:總結(jié)------------------------------------------------------------------------------------32
謝辭---------------------------------------------------------------33
參考文獻(xiàn)-----------------------------------------------------------34
附錄----------------------------------------------------------------------------------------------35
1.6萬(wàn)字 34頁(yè)
摘要:隨著在校大學(xué)生人數(shù)的不斷增加,教務(wù)系統(tǒng)的數(shù)據(jù)量也不斷的上漲。針對(duì)學(xué)生選課這一環(huán)節(jié),本系統(tǒng)從學(xué)生網(wǎng)上自主選課以及教師的課程發(fā)布兩個(gè)大方面進(jìn)行了設(shè)計(jì),基本實(shí)現(xiàn)了學(xué)生的在線信息查詢、選課功能以及教師對(duì)課程信息發(fā)布的管理等功能,另外也初步解決了教師在課程信息發(fā)布管理上的權(quán)限問(wèn)題。本程序前臺(tái)采用Dreamweaver 4.03進(jìn)行頁(yè)面制作,后臺(tái)由SQL Server數(shù)據(jù)庫(kù)支持,通過(guò)使用ASP語(yǔ)言實(shí)現(xiàn)動(dòng)態(tài)網(wǎng)頁(yè)的效果,達(dá)到對(duì)數(shù)據(jù)庫(kù)的操作以完成使用者的要求。本文中除了有對(duì)程序的總體設(shè)計(jì)、詳細(xì)設(shè)計(jì)、功能實(shí)現(xiàn)等主體部分外,在這之前還介紹了與網(wǎng)上選課系統(tǒng)相關(guān)的信息管理系統(tǒng)、網(wǎng)絡(luò)編程技術(shù)、ASP編程語(yǔ)言、SQL Server數(shù)據(jù)庫(kù)服務(wù)器等的基本內(nèi)容及發(fā)展情況。
關(guān)鍵字:選課、課程信息發(fā)布、權(quán)限、SQL Server、ASP
Abstract:with the development of the enrolling number, the data for daily education is increasing, too. This system is special for the on-line course choosing to design both from the aspect of the student and the teacher. The student can choose the course independently and the teacher can manage the information of the announcing course, also. This system is basically used for the on-line information searching, the course choosing and the announcing course managing. Besides, the power of the teacher has been well controlled. The form is made by Dreamweaver 4.03 , the data base is built by SQL Server and the active website is made by using the ASP language .This paper includes the main designing , the detail designing, the function designing and , before this , some basic knowledge and present development of the programs mentioned above.
Keywords:course choosing , announcing the course information , power , SQL Server , ASP
目 錄
摘要(中文)------------------------------------------------------------------------------------2
摘要(英文)---------------------------------------------------------------------------------------2
概述------------------------------------------------------------------------------------------------5
第一章:設(shè)計(jì)的可行性-------------------------------------------------------------------------7
1.1 MIS系統(tǒng)的產(chǎn)生和發(fā)展情況--------------------------------------------------------7
1.2 網(wǎng)上選課系統(tǒng)的產(chǎn)生和可行性分析-----------------------------------------------7
第二章:相關(guān)軟件及技術(shù)介紹----------------------------------------------------------------9
2.1Dreamweave-----------------------------------------------------------------------------9
2.2 SQL Server------------------------------------------------------------------------------9
2.3 ASP(Active Server Page) -------------------------------------------------------------9
2.4 HTML(Hyper Text Markup Language) -------------------------------------------10
第三章:系統(tǒng)概述------------------------------------------------------------------------------11
3.1 項(xiàng)目范圍------------------------------------------------------------------------------11
3.2 設(shè)計(jì)策略------------------------------------------------------------------------------11
第四章:系統(tǒng)總體設(shè)計(jì)------------------------------------------------------------------------12
4.1 系統(tǒng)結(jié)構(gòu)設(shè)計(jì)------------------------------------------------------------------------12
4.1.1 各模塊功能-------------------------------------------------------------------12
4.1.2 模塊間的調(diào)用關(guān)系----------------------------------------------------------12
4.1.3 模塊間的接口----------------------------------------------------------------14
4.2數(shù)據(jù)庫(kù)設(shè)計(jì)----------------------------------------------------------------------------14
第五章:詳細(xì)設(shè)計(jì)------------------------------------------------------------------------------17
5.1 教師/學(xué)生登錄功能-----------------------------------------------------------------17
5.2 教師/學(xué)生密碼管理功能-----------------------------------------------------------18
5.3 學(xué)生的信息瀏覽/查詢功能--------------------------------------------------------20
5.3.1 選課信息查詢----------------------------------------------------------------20
5.3.2 查詢開課信息----------------------------------------------------------------21
5.3.3 查詢公告信息----------------------------------------------------------------22
5.3.4 查詢課程信息----------------------------------------------------------------22
5.3.5 查詢教師信息----------------------------------------------------------------23
5.3.6 查詢選課名單----------------------------------------------------------------23
5.4 教師的信息瀏覽/發(fā)布/修改/刪除功能------------------------------------------23
5.4.1 瀏覽已發(fā)布信息-------------------------------------------------------------23
5.4.2 信息發(fā)布----------------------------------------------------------------------24
5.4.3 課程信息修改----------------------------------------------------------------25
5.4.4 課程信息刪除----------------------------------------------------------------25
5.4.5 查詢公告信息----------------------------------------------------------------27
5.5修改教師信息功能-------------------------------------------------------------------27
5.6添加教師信息功能-------------------------------------------------------------------27
5.7刪除教師信息功能-------------------------------------------------------------------28
5.8修改學(xué)生信息功能-------------------------------------------------------------------29
5.9添加學(xué)生信息功能-------------------------------------------------------------------29
5.10刪除學(xué)生信息功能------------------------------------------------------------------29
5.11刪除公告信息功能------------------------------------------------------------------30
第六章:設(shè)計(jì)過(guò)程中的問(wèn)題及解決---------------------------------------------------------31
6.1 數(shù)據(jù)庫(kù)的連接------------------------------------------------------------------------31
6.2 參數(shù)的傳遞---------------------------------------------------------------------------31
6.3 公共數(shù)據(jù)------------------------------------------------------------------------------31
第七章:總結(jié)------------------------------------------------------------------------------------32
謝辭---------------------------------------------------------------33
參考文獻(xiàn)-----------------------------------------------------------34
附錄----------------------------------------------------------------------------------------------35