freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)上課件管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)—畢業(yè)設(shè)計(jì)論文(已修改)

2024-12-19 16:08 本頁面
 

【正文】 畢業(yè)設(shè)計(jì) ( 論文 ) 網(wǎng)上課件管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請(qǐng)學(xué)位專業(yè): 申請(qǐng)學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 網(wǎng)上課件管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著互聯(lián)網(wǎng)技術(shù)的迅猛發(fā)展,網(wǎng)絡(luò)給人們帶來了很多便利,比如人們借助于網(wǎng)絡(luò)進(jìn)行在線教學(xué)。在線教學(xué)第一步要做的就是將教學(xué)內(nèi)容在網(wǎng)上發(fā)布,用戶則選擇自己需要的課件資源進(jìn)行下載。本文提出并設(shè)計(jì)實(shí)現(xiàn)了基于 WEB的網(wǎng)上課件管理系統(tǒng),本系統(tǒng)提供課件 的上傳 和 下載,上傳方式 是 無組件 上傳 。客戶端腳本采用 VBScript編寫,可適用于包括 IE在內(nèi)的所有支持 VBScript的瀏覽器。 系統(tǒng)平臺(tái)設(shè)計(jì)時(shí),采用的是 Dreamweaver MX為開發(fā)工具,利用 ASP技術(shù),以 ACCESS數(shù)據(jù)庫作為后臺(tái)數(shù)據(jù)庫, WEB服務(wù)采用 Win2021平臺(tái)的 IIS實(shí)現(xiàn)。 系統(tǒng)有一個(gè)功能強(qiáng)大的后臺(tái)管理系統(tǒng):可以進(jìn)行人員管理,權(quán)限管理,課件管理。 本系統(tǒng)由用戶注冊(cè)與登錄模塊、功能模塊、課件上傳與下載功能模塊、課件搜索模塊、密碼驗(yàn)證模塊五個(gè)模塊組成, 用戶只需要通過瀏覽器訪問就可以實(shí)現(xià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。 Online Teaching。 ASP 目 錄 論文總頁數(shù): 27頁 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ù)庫表設(shè)計(jì) ............................................................................................ 10 ................................................................................................... 10 開發(fā)環(huán)境 .......................................................................................................... 10 開發(fā)工具 ...........................................................................................................11 Dreamweaver MX.......................................................................................11 ASP 技術(shù) ...................................................................................................11 4 系統(tǒng)實(shí)現(xiàn) .................................................................................................................... 11 系統(tǒng)主界面設(shè)計(jì) .................................................................................................11 用戶注冊(cè)與登錄功能模塊設(shè)計(jì) ........................................................................... 12 登錄頁面 ................................................................................................. 12 登錄成功頁面 .......................................................................................... 14 登錄失敗頁面 .......................................................................................... 15 注冊(cè)頁面 ................................................................................................. 16 注冊(cè)成功頁面 .......................................................................................... 17 注冊(cè)失敗頁面 .......................................................................................... 18 管理功能模塊設(shè)計(jì) ............................................................................................ 18 用戶修改信息頁面 ................................................................................... 18 用戶找回密碼功能 ................................................................................... 19 管理員編輯用戶信息和刪除用戶 .............................................................. 19 課件管理 ................................................................................................. 20 課件上傳與下載功能模塊設(shè)計(jì) ........................................................................... 21 無組件上傳類文件 ................................................................................... 21 文件上傳平臺(tái) .......................................................................................... 22 文件上傳功能頁 ...................................................................................... 23 下載功能頁 ............................................................................................. 26 課件搜索功 能模塊設(shè)計(jì) ..................................................................................... 26 密碼驗(yàn)證功能模塊 ............................................................................................ 28 5 系統(tǒng)測(cè)試 ..............................................................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1