web學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā).doc
web學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā),目錄摘要iii關(guān)鍵字iiiabstractivkey wordsiv第一章 緒論11.1 引言11.2 課題現(xiàn)狀11.3 課題的研究目的和意義11.4 本文結(jié)構(gòu)2第二章 系統(tǒng)設(shè)計(jì)原理32.1 asp技術(shù)介紹32.2 b/s結(jié)構(gòu)42.3 asp運(yùn)行環(huán)境52.4 數(shù)據(jù)庫(kù)管理及介紹62.5 uml應(yīng)用介紹7第三章 系統(tǒng)總體設(shè)...
內(nèi)容介紹
此文檔由會(huì)員 csfujixie 發(fā)布目錄
摘要 III
關(guān)鍵字 III
Abstract IV
Key words IV
第一章 緒論 1
1.1 引言 1
1.2 課題現(xiàn)狀 1
1.3 課題的研究目的和意義 1
1.4 本文結(jié)構(gòu) 2
第二章 系統(tǒng)設(shè)計(jì)原理 3
2.1 ASP技術(shù)介紹 3
2.2 B/S結(jié)構(gòu) 4
2.3 ASP運(yùn)行環(huán)境 5
2.4 數(shù)據(jù)庫(kù)管理及介紹 6
2.5 UML應(yīng)用介紹 7
第三章 系統(tǒng)總體設(shè)計(jì) 8
3.1 系統(tǒng)的軟、硬件環(huán)境 8
3.2 系統(tǒng)功能模塊設(shè)計(jì) 8
3.3 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 10
3.3.1 ach表結(jié)構(gòu) 11
3.3.2 admin表結(jié)構(gòu) 11
3.3.4 subject表結(jié)構(gòu) 12
第四章 詳細(xì)設(shè)計(jì)與系統(tǒng)實(shí)現(xiàn) 13
4.1 管理員用戶(hù)管理設(shè)計(jì) 13
4.2 系統(tǒng)流程圖設(shè)計(jì) 13
4.3 數(shù)據(jù)庫(kù)的連接 15
4.4 數(shù)據(jù)庫(kù)的加密 15
4.5 系統(tǒng)主界面設(shè)計(jì) 17
4.6 管理員管理程序設(shè)計(jì) 18
4.6.1 初始化首頁(yè)顯示 18
4.6.2 信息管理模塊 20
4.6.3 課程管理模塊 24
4.6.4 成績(jī)管理模塊 25
4.7 系統(tǒng)頁(yè)面介紹 27
4.8 分頁(yè)顯示的代碼設(shè)計(jì) 29
第五章 設(shè)計(jì)總結(jié) 31
參考文獻(xiàn) 32
致謝 33
WEB學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)
——后端教學(xué)管理員用戶(hù)系統(tǒng)
摘要
隨著計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,其被越來(lái)越廣泛地應(yīng)用于各行各業(yè),作為教育單位的學(xué)校更不例外。現(xiàn)在校園網(wǎng)已普及,學(xué)生管理信息系統(tǒng)就是其中及其重要的一個(gè)?;赪eb的網(wǎng)絡(luò)管理模式將Web技術(shù)與管理技術(shù)相融合,使學(xué)校管理人員能夠方便地通過(guò)Web瀏覽器異地配置和監(jiān)控網(wǎng)絡(luò),這大大方便了老師和學(xué)生信息查閱和使用,提高了效率。
本管理信息系統(tǒng)是基于B/S結(jié)構(gòu)的WEB應(yīng)用程序,采用ASP作開(kāi)發(fā)平臺(tái),借助FrontPage等網(wǎng)頁(yè)制作軟件對(duì)系統(tǒng)進(jìn)行開(kāi)發(fā),后臺(tái)則采用Access數(shù)據(jù)庫(kù),并通過(guò)ADO數(shù)據(jù)庫(kù)訪問(wèn)技術(shù)實(shí)現(xiàn)網(wǎng)頁(yè)對(duì)后臺(tái)數(shù)據(jù)庫(kù)的各種管理操作,實(shí)現(xiàn)了學(xué)生管理信息的基本功能。該系統(tǒng)主要分為前端學(xué)生系統(tǒng)和后端管理系統(tǒng)兩部分。我主要負(fù)責(zé)后端管理系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)和相關(guān)數(shù)據(jù)庫(kù)的創(chuàng)建。實(shí)現(xiàn)的后端管理系統(tǒng)基本功能主要包括:管理員登錄與驗(yàn)證、用戶(hù)維護(hù)、成績(jī)維護(hù)、課程維護(hù)等。
設(shè)計(jì)中還使用了UML統(tǒng)一建模語(yǔ)言對(duì)系統(tǒng)需求進(jìn)行建模。
關(guān)鍵字
B/S結(jié)構(gòu),ASP,管理信息系統(tǒng),ADO
The Development and Design of WEB Student Management Information System
——the Teaching Administrator Back-end System
Abstract
With the computer network technology continues to develop, its been more widely used in various trades and industries, educational institutions as the school is not an exception. Now the campus network has been widespread, student management information system is one of the important one. Web-based management model will be Web technology and management technology integration, so that school administrators can easily through a Web browser remote configuration and monitoring network, which greatly facilitate the teachers and students access to and use of information and improve efficiency.
The management information system is based on B / S-WEB applications, using ASP for development platforms, such as using FrontPage Web authoring software for system development, the background is used Access database and, through ADO database access technology background database on the Web Various management operations, and the students the basic functions of management information. The system can be divided into front-end and back-end systems student management system in two parts. I am mainly responsible for the back-end management system design and development and the creation of relevant databases. Back-end management system to achieve the basic functions include: administrator login and authentication, user maintenance, performance maintenance, maintenance courses.
Also used in the design of the UML modeling of the system needs.
Key words
B/S Structure, ASP, MIS, ADO