国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

在線考試系統(tǒng)畢業(yè)論文.rar

RAR格式版權(quán)申訴手機打開展開

在線考試系統(tǒng)畢業(yè)論文,8000多字26頁包括中期總結(jié)報告內(nèi)容提要在線考試將成為未來學(xué)校測試學(xué)生學(xué)習(xí)進度的方法之一,代替?zhèn)鹘y(tǒng)的紙張考試。本文闡述了在線考試所涉及的相關(guān)知識、實現(xiàn)手段及設(shè)計思想。首先介紹了在線考試的相關(guān)知識—cgi(通用網(wǎng)關(guān)接口)的基本知識。從以下幾點圖文并貌詳細介紹了cgi:為什么要使用cgi、什么是cgi...
編號:55-37340大小:459.10K
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 weyue 發(fā)布

在線考試系統(tǒng)畢業(yè)論文
8000多字 26頁
包括中期總結(jié)報告

內(nèi)容提要

在線考試將成為未來學(xué)校測試學(xué)生學(xué)習(xí)進度的方法之一,代替?zhèn)鹘y(tǒng)的紙張考試。
本文闡述了在線考試所涉及的相關(guān)知識、實現(xiàn)手段及設(shè)計思想。
首先介紹了在線考試的相關(guān)知識—CGI(通用網(wǎng)關(guān)接口)的基本知識。從以下幾點圖文并貌詳細介紹了CGI:為什么要使用CGI、什么是CGI、CGI的運作流程、CGI傳遞資料的方法、CGI程序流程及CGI的優(yōu)點。
接下來簡略介紹了CGI程序語言:Perl及其優(yōu)點。
通過對CGI和Perl語言的介紹,使讀者能夠大概了解在線考試的實現(xiàn)手段及工作過程。
本文在接下來的大量篇幅重點介紹在線考試的設(shè)計思想,包括數(shù)據(jù)庫、程序與數(shù)據(jù)庫的鏈接、客戶端訪問界面及考試過程的編程實現(xiàn)。


Abstract
Online examination will be one of the methods to substitute traditional paper exam to test students’ study progress in future schools.
The article concerns related knowledge, implement means and planning idea of online exam.
First, the article introduces primary knowledge of CGI, which is correlated to online exam. It introduces CGI vividly by pictures and essays from following points. Such as why CGI is used, what CGI is, the operation procedure of CGI, the method of CGI data transfer, CGI program process and strongpoint of CGI?
Secondly, CGI program language is introduced summarily including Perl and its virtue.
Through the introduction of CGI and Perl, readers can understand the implement method and operation process of online exam concisely.
In the following context, the article focuses on design idea of online exam including database, interlink between program and database, access interface of client terminal and programming attainment of test process.



目 錄


一、CGI的基本知識 1
1.1為什么要使用CGI? 1
1.2什么是CGI? 2
1.3 CGI運作流程 2
1.4 CGI傳遞資料的方法 5
1.5 CGI程序流程 6
1.6 CGI的優(yōu)點 7
二、CGI程序語言—Perl 8
2.1 CGI編程語言 8
2.2 PERL 8
三、設(shè)計思想 10
3.1 程序要達到的目的 10
3.2 準備工作 10
3.2.1 后臺數(shù)據(jù)庫 10
3.2.2 實現(xiàn)數(shù)據(jù)庫與程序鏈接 12
3.3 客戶端訪問界面 14
3.4 編程實現(xiàn)考試過程 15
3.4.1 第一階段(student.cgi) 15
3.4.2 第二階段(test.cgi) 20
3.4.3 編程過程中遇到的問題 24
四、綜述 26