【正文】
用戶等遠(yuǎn)程瀏覽及管理。 目前應(yīng)用于動(dòng)態(tài)網(wǎng)頁(yè)設(shè)計(jì)的技術(shù)有很多,網(wǎng)上課件管理系統(tǒng)中主要采用了 ASP技術(shù)和數(shù)據(jù)庫(kù)技術(shù)的整合應(yīng)用。而學(xué)生登錄以后,則可以根據(jù)自己的專(zhuān)業(yè)課程,選擇自己需要查看的課件資源。 Online Teaching。 本系統(tǒng)由用戶注冊(cè)與登錄模塊、功能模塊、課件上傳與下載功能模塊、課件搜索模塊、密碼驗(yàn)證模塊五個(gè)模塊組成, 用戶只需要通過(guò)瀏覽器訪問(wèn)就可以實(shí)現(xiàn)操作。 系統(tǒng)平臺(tái)設(shè)計(jì)時(shí),采用的是 Dreamweaver MX為開(kāi)發(fā)工具,利用 ASP技術(shù),以 ACCESS數(shù)據(jù)庫(kù)作為后臺(tái)數(shù)據(jù)庫(kù), WEB服務(wù)采用 Win2021平臺(tái)的 IIS實(shí)現(xiàn)。本文提出并設(shè)計(jì)實(shí)現(xiàn)了基于 WEB的網(wǎng)上課件管理系統(tǒng),本系統(tǒng)提供課件 的上傳 和 下載,上傳方式 是 無(wú)組件 上傳 。 畢業(yè)設(shè)計(jì) ( 論文 ) 網(wǎng)上課件管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請(qǐng)學(xué)位專(zhuān)業(yè): 申請(qǐng)學(xué)位類(lèi)別: 指導(dǎo)教師姓名(職稱(chēng)): 論文提交日期: 網(wǎng)上課件管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著互聯(lián)網(wǎng)技術(shù)的迅猛發(fā)展,網(wǎng)絡(luò)給人們帶來(lái)了很多便利,比如人們借助于網(wǎng)絡(luò)進(jìn)行在線教學(xué)。在線教學(xué)第一步要做的就是將教學(xué)內(nèi)容在網(wǎng)上發(fā)布,用戶則選擇自己需要的課件資源進(jìn)行下載??蛻舳四_本采用 VBScript編寫(xiě),可適用于包括 IE在內(nèi)的所有支持 VBScript的瀏覽器。 系統(tǒng)有一個(gè)功能強(qiáng)大的后臺(tái)管理系統(tǒng):可以進(jìn)行人員管理,權(quán)限管理,課件管理。 關(guān)鍵詞: 網(wǎng)上課件管理系統(tǒng); 網(wǎng)上教學(xué); ASP The Design and Implementation of Online Courseware Management System Abstract Nowadays, the inter technology develops rapidly, which brings people great convenience, for example, the online teaching. The first step of online teaching is publishing the teaching content on the inter, people just need to choose what they want and download it. This dissertation designs and implements a Webbased online courseware management system. The system provides courseware upload and download. The uploading uses upload ponents. Client side is piled by VBscript, as suits any browsers which support VBscript, include IE. The whole system is posed of Dreamweaver, ASP and ACCESS. The WEB server uses IIS based on WINDOWS 2021. This system has a powerful backstage, it realizes the following: user management, authorization management, and course management. The system consists of user registration and login module, management module, courseware uploading and downloading function module, courseware search module and password authentication module. Users only need visit the browser and the operation can be achieved. Key words: Online Courseware Management System。 ASP 目 錄 論文總頁(yè)數(shù): 27頁(yè) 1 引言 .............................................................................................................................. 6 2 系統(tǒng)總體設(shè)計(jì) ................................................................................................................ 6 系統(tǒng)概要 ............................................................................................................. 6 系統(tǒng)功能模 塊構(gòu)成 ............................................................................................... 6 功能模塊具體介紹 .............................................................................................. 7 用戶注冊(cè)與登錄功能模塊 ........................................................................... 7 管理功能模塊 ............................................................................................. 9 課件上傳與下載功能模塊 ........................................................................... 9 課件搜索功能模塊 .................................................................................... 10 密碼驗(yàn)證功能模塊 .................................................................................... 10 系統(tǒng)數(shù)據(jù)庫(kù)表設(shè)計(jì) ............................................................................................ 10 ................................................................................................... 10 開(kāi)發(fā)環(huán)境 .......................................................................................................... 10 開(kāi)發(fā)工具 ...........................................................................................................11 Dreamweaver MX.......................................................................................11 ASP 技術(shù) ...................................................................................................11 4 系統(tǒng)實(shí)現(xiàn) .................................................................................................................... 11 系統(tǒng)主界面設(shè)計(jì) .................................................................................................11 用戶注冊(cè)與登錄功能模塊設(shè)計(jì) ........................................................................... 12 登錄頁(yè)面 ................................................................................................. 12 登錄成功頁(yè)面 .......................................................................................... 14 登錄失敗頁(yè)面 .......................................................................................... 15 注冊(cè)頁(yè)面 ................................................................................................. 16 注冊(cè)成功頁(yè)面 .......................................................................................... 17 注冊(cè)失敗頁(yè)面 .......................................................................................... 18 管理功能模塊設(shè)計(jì) ............................................................................................ 18 用戶修改信息頁(yè)面 ................................................................................... 18 用戶找回密碼功能 ................................................................................... 19 管理員編輯用戶信息和刪除用戶 .............................................................. 19 課件管理 ................................................................................................. 20 課件上傳與下載功能模塊設(shè)計(jì) ........................................................................... 21 無(wú)組件上傳類(lèi)文件 ................................................................................... 21 文件上傳平臺(tái) .......................................................................................... 22 文件上傳功能頁(yè) ...................................................................................... 23 下載功能頁(yè) ............................................................................................. 26 課件搜索功 能模塊設(shè)計(jì) ..................................................................................... 26 密碼驗(yàn)證功能模塊 ................................................................