基于web的實(shí)驗(yàn)室管理系統(tǒng)(自動(dòng)排課功能的實(shí)現(xiàn)).rar
基于web的實(shí)驗(yàn)室管理系統(tǒng)(自動(dòng)排課功能的實(shí)現(xiàn)),論文完整無(wú)缺,參考性極強(qiáng)。附錄有主要/代表性程序與結(jié)果基于web的實(shí)驗(yàn)室管理系統(tǒng)摘要在學(xué)校實(shí)驗(yàn)室的管理中,發(fā)現(xiàn)了一些問(wèn)題,其中如:在統(tǒng)籌安排各班級(jí)上實(shí)驗(yàn)課的時(shí)間需要人工實(shí)現(xiàn),而且經(jīng)常會(huì)出現(xiàn)同時(shí)有多個(gè)班級(jí)要使用實(shí)驗(yàn)室的沖突,并且調(diào)課后沒(méi)有及時(shí)通知老師和班級(jí)同學(xué)。為了方便實(shí)驗(yàn)室的管理,我們提出利用網(wǎng)絡(luò)來(lái)管理實(shí)驗(yàn)室的上機(jī)情況...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 onlyme 發(fā)布
論文完整無(wú)缺,參考性極強(qiáng)。
附錄有主要/代表性程序與結(jié)果
基于web的實(shí)驗(yàn)室管理系統(tǒng)
摘要
在學(xué)校實(shí)驗(yàn)室的管理中,發(fā)現(xiàn)了一些問(wèn)題,其中如:在統(tǒng)籌安排各班級(jí)上實(shí)驗(yàn)課的時(shí)間需要人工實(shí)現(xiàn),而且經(jīng)常會(huì)出現(xiàn)同時(shí)有多個(gè)班級(jí)要使用實(shí)驗(yàn)室的沖突,并且調(diào)課后沒(méi)有及時(shí)通知老師和班級(jí)同學(xué)。為了方便實(shí)驗(yàn)室的管理,我們提出利用網(wǎng)絡(luò)來(lái)管理實(shí)驗(yàn)室的上機(jī)情況。以學(xué)校的網(wǎng)絡(luò)實(shí)驗(yàn)室為背景,開發(fā)一個(gè)基于web的實(shí)驗(yàn)室管理系統(tǒng)。
本課題的開發(fā)需要采用一種適合于數(shù)據(jù)庫(kù)編程,web多媒體開發(fā),而且具備同時(shí)訪問(wèn)多種數(shù)據(jù)庫(kù)功能的開發(fā)語(yǔ)言與工具,在當(dāng)前,asp是在web編程中比較盛行的數(shù)據(jù)庫(kù)開發(fā)技術(shù)。Asp在數(shù)據(jù)庫(kù)間的異構(gòu)連接,輕松地存取各種數(shù)據(jù)。此外,asp易學(xué)易用,短期內(nèi)即可掌握,使編程難度降低。使用asp開發(fā)網(wǎng)絡(luò)數(shù)據(jù)庫(kù),可以同html語(yǔ)言相互嵌套;而且可以適合于各種瀏覽器。因此,使用asp開發(fā)網(wǎng)絡(luò)數(shù)據(jù)庫(kù),并配合動(dòng)態(tài)網(wǎng)頁(yè)技術(shù),適應(yīng)于基于web程序的發(fā)展,也是開發(fā)本系統(tǒng)的理想技術(shù)。
關(guān)鍵詞 web開發(fā),asp,動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)
Abstract
There were a lot of problems in the lab of our school, for instance, we needed to arrange the time of experiment by hand, and the conflict that the lab was used by many classes at the same time appeared frequently. Moreover, it was not in time to notice students and teachers after changing lessons. We advise to manage the lab system by network for managing the lab conveniently setting by the school's lab, we invent the Lab's managing system based on web.
We need a language and a tool that is fit for data-base programming, web-multimedia, and can visit different kinds of the function of the date-base simultaneously. At present, ASP is a more popular date-base exploring technology than others which are contained in the web programming. The different component links of ASP in the data-base can easily save and gain all the data. In addition, ASP is easy to learn and to use, which can be mastered in a short term, as well as reduce the difficulties in programming. We would exploit the net-data-base by using ASP and html across. Also, ASP is fit for all kinds of browsers. Thus, it is propitious to develop the programming based on web by using asp to exploit net-data-base and the technology of dynamic web combined. Also, it is an ideal technology to exploit this system.
Keywords ASP, web exploit, dynamic web technology.
目 錄
1.1引言 4
1.2課題研究背景 4
1.3 問(wèn)題定義 5
1.4 可行性報(bào)告 5
2系統(tǒng)需求分析報(bào)告 7
2.1引言 7
2.2任務(wù)概述及任務(wù)流分析 7
2. 3數(shù)據(jù)流圖分析及數(shù)據(jù)描述 8
2.4功能需求 11
2. 5性能需求 11
2.6其它需求 12
3 系統(tǒng)設(shè)計(jì)說(shuō)明書 13
3.1引言 13
3.2 任務(wù)概述 13
3.3總體設(shè)計(jì) 13
3.4 接口設(shè)計(jì) 16
3. 5數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) 17
3. 6運(yùn)行設(shè)計(jì) 19
3.7出錯(cuò)設(shè)計(jì) 19
3. 8安全保密設(shè)計(jì) 19
3. 9維護(hù)設(shè)計(jì) 19
4 主要程序詳細(xì)設(shè)計(jì)說(shuō)明書 21
4.1 引言 21
4.2任務(wù)概述 21
4.3總控部分設(shè)計(jì) 21
5 用戶手冊(cè) 26
5.1系統(tǒng)簡(jiǎn)介 26
5.2 主要功能 26
5.3 運(yùn)行環(huán)境 26
5.4軟件環(huán)境安裝 27
5. 5數(shù)據(jù)存取機(jī)制 27
5. 6 操作說(shuō)明 28
6 系統(tǒng)評(píng)價(jià) 30
6.1系統(tǒng)的特點(diǎn) 30
6.2系統(tǒng)的優(yōu)點(diǎn)和缺點(diǎn) 30
6.3設(shè)計(jì)收獲與體會(huì) 30
參考資料 32
致謝 33
參考資料
[1] 李存斌 樊建平 ASP高級(jí)編程及其項(xiàng)目應(yīng)用開發(fā) 北京:中國(guó)水利水電出版社,2002
[2] 劉韜 駱娟 何旭洪 數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)實(shí)例導(dǎo)航 北京:人民郵電出版社,2002
[3] 汪曉平,吳勇強(qiáng),張宏林. ASP網(wǎng)絡(luò)開發(fā)技術(shù). 北京. 人民郵電出版社. 2000
[4] 徐罕,吳玉新. 網(wǎng)站ASP后臺(tái)解決方案. 北京. 人民郵電出版社. 2000
[5] 陸昌輝 吳曉華 << SQL Server 2000開發(fā)人員指南>> 宇航出版社 北京希望電子出版社 2002
附錄有主要/代表性程序與結(jié)果
基于web的實(shí)驗(yàn)室管理系統(tǒng)
摘要
在學(xué)校實(shí)驗(yàn)室的管理中,發(fā)現(xiàn)了一些問(wèn)題,其中如:在統(tǒng)籌安排各班級(jí)上實(shí)驗(yàn)課的時(shí)間需要人工實(shí)現(xiàn),而且經(jīng)常會(huì)出現(xiàn)同時(shí)有多個(gè)班級(jí)要使用實(shí)驗(yàn)室的沖突,并且調(diào)課后沒(méi)有及時(shí)通知老師和班級(jí)同學(xué)。為了方便實(shí)驗(yàn)室的管理,我們提出利用網(wǎng)絡(luò)來(lái)管理實(shí)驗(yàn)室的上機(jī)情況。以學(xué)校的網(wǎng)絡(luò)實(shí)驗(yàn)室為背景,開發(fā)一個(gè)基于web的實(shí)驗(yàn)室管理系統(tǒng)。
本課題的開發(fā)需要采用一種適合于數(shù)據(jù)庫(kù)編程,web多媒體開發(fā),而且具備同時(shí)訪問(wèn)多種數(shù)據(jù)庫(kù)功能的開發(fā)語(yǔ)言與工具,在當(dāng)前,asp是在web編程中比較盛行的數(shù)據(jù)庫(kù)開發(fā)技術(shù)。Asp在數(shù)據(jù)庫(kù)間的異構(gòu)連接,輕松地存取各種數(shù)據(jù)。此外,asp易學(xué)易用,短期內(nèi)即可掌握,使編程難度降低。使用asp開發(fā)網(wǎng)絡(luò)數(shù)據(jù)庫(kù),可以同html語(yǔ)言相互嵌套;而且可以適合于各種瀏覽器。因此,使用asp開發(fā)網(wǎng)絡(luò)數(shù)據(jù)庫(kù),并配合動(dòng)態(tài)網(wǎng)頁(yè)技術(shù),適應(yīng)于基于web程序的發(fā)展,也是開發(fā)本系統(tǒng)的理想技術(shù)。
關(guān)鍵詞 web開發(fā),asp,動(dòng)態(tài)網(wǎng)頁(yè)技術(shù)
Abstract
There were a lot of problems in the lab of our school, for instance, we needed to arrange the time of experiment by hand, and the conflict that the lab was used by many classes at the same time appeared frequently. Moreover, it was not in time to notice students and teachers after changing lessons. We advise to manage the lab system by network for managing the lab conveniently setting by the school's lab, we invent the Lab's managing system based on web.
We need a language and a tool that is fit for data-base programming, web-multimedia, and can visit different kinds of the function of the date-base simultaneously. At present, ASP is a more popular date-base exploring technology than others which are contained in the web programming. The different component links of ASP in the data-base can easily save and gain all the data. In addition, ASP is easy to learn and to use, which can be mastered in a short term, as well as reduce the difficulties in programming. We would exploit the net-data-base by using ASP and html across. Also, ASP is fit for all kinds of browsers. Thus, it is propitious to develop the programming based on web by using asp to exploit net-data-base and the technology of dynamic web combined. Also, it is an ideal technology to exploit this system.
Keywords ASP, web exploit, dynamic web technology.
目 錄
1.1引言 4
1.2課題研究背景 4
1.3 問(wèn)題定義 5
1.4 可行性報(bào)告 5
2系統(tǒng)需求分析報(bào)告 7
2.1引言 7
2.2任務(wù)概述及任務(wù)流分析 7
2. 3數(shù)據(jù)流圖分析及數(shù)據(jù)描述 8
2.4功能需求 11
2. 5性能需求 11
2.6其它需求 12
3 系統(tǒng)設(shè)計(jì)說(shuō)明書 13
3.1引言 13
3.2 任務(wù)概述 13
3.3總體設(shè)計(jì) 13
3.4 接口設(shè)計(jì) 16
3. 5數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) 17
3. 6運(yùn)行設(shè)計(jì) 19
3.7出錯(cuò)設(shè)計(jì) 19
3. 8安全保密設(shè)計(jì) 19
3. 9維護(hù)設(shè)計(jì) 19
4 主要程序詳細(xì)設(shè)計(jì)說(shuō)明書 21
4.1 引言 21
4.2任務(wù)概述 21
4.3總控部分設(shè)計(jì) 21
5 用戶手冊(cè) 26
5.1系統(tǒng)簡(jiǎn)介 26
5.2 主要功能 26
5.3 運(yùn)行環(huán)境 26
5.4軟件環(huán)境安裝 27
5. 5數(shù)據(jù)存取機(jī)制 27
5. 6 操作說(shuō)明 28
6 系統(tǒng)評(píng)價(jià) 30
6.1系統(tǒng)的特點(diǎn) 30
6.2系統(tǒng)的優(yōu)點(diǎn)和缺點(diǎn) 30
6.3設(shè)計(jì)收獲與體會(huì) 30
參考資料 32
致謝 33
參考資料
[1] 李存斌 樊建平 ASP高級(jí)編程及其項(xiàng)目應(yīng)用開發(fā) 北京:中國(guó)水利水電出版社,2002
[2] 劉韜 駱娟 何旭洪 數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)實(shí)例導(dǎo)航 北京:人民郵電出版社,2002
[3] 汪曉平,吳勇強(qiáng),張宏林. ASP網(wǎng)絡(luò)開發(fā)技術(shù). 北京. 人民郵電出版社. 2000
[4] 徐罕,吳玉新. 網(wǎng)站ASP后臺(tái)解決方案. 北京. 人民郵電出版社. 2000
[5] 陸昌輝 吳曉華 << SQL Server 2000開發(fā)人員指南>> 宇航出版社 北京希望電子出版社 2002