- 相關推薦
jsp考試系統(tǒng)JSP+TOMCAT+SQL
畢業(yè)論文
基于WEB的考試管理系統(tǒng)
摘 要:系統(tǒng)基于Browser/Server模式開發(fā),應用DreamweaverMX軟件,結合JSP編程技術,并以 Microsoft SQL server2000為數(shù)據(jù)庫開發(fā)工具,在Windows xp系統(tǒng)中使用JDBC驅動程序進行數(shù)據(jù)庫連接。
論文主要闡述的是考試管理系統(tǒng)的操作過程及1些關鍵技術。該系統(tǒng)考生和管理員信息主要在管理員系統(tǒng)中輸入,不需數(shù)據(jù)庫直接輸入,考試時考生輸入準考證號碼,核對正確后進入考生界面,考生界面主要有選擇試卷、成績查詢組成,關鍵實現(xiàn)了考生在選擇試卷后進入考試窗體,系統(tǒng)強制考生退出,及考完后對客觀題的自動評分、存檔。管理員進入管理員系統(tǒng)界面,管理員系統(tǒng)主要由系統(tǒng)管理、考生管理、題庫管理、監(jiān)控等模塊組成,管理員系統(tǒng)和考試系統(tǒng)共同構成了該考試管理系統(tǒng)。
關鍵詞:JSP ;Browser/Server模式;題庫管理;考試。
Examination Administrative System on the Basis of WEB
Abstract: This system is based on Browser/Server mode development , employ DreamweaverMX software, combine JSP programming technology, regard Microsoft SQL server 2000 as the database developing instrument, use JDBC driver to join the database in Windows XP system.
What the thesis is mainly explained is procedure of the administrative system of an examination and some key technology. System this examinee and administrator information input of the system in administrator mainly, not needing the direct input of database , the examinee inputs the number of admission card for entrance examination when having an examination, enter examinee interface after check correct, examinee boundary plane mainly choose the paper , achievement to inquire about and make up, the key has realized examinees and entered and had an examination body of window behind choosing the paper, the system forces examinees to withdraw, and grading , filing automatically to objective question after finishing doing in the test. Administrator enter administrator systematic interface , administrator system mainly by system management, examinee manage, exam pool manage, module of controlling etc. make up, administrator system and examination system form, should have an examination administrative system together.
Key words: JSP; Browser/Server mode; Question bank management;Exam。
目 錄
摘要
前 言 1
1 概 述 2
1.1 選題背景 2
1.2 JSP技術介紹 2
1.2.1 JSP的運行原理 2
1.2.2 JSP的生命周期 3
1.2.3 Servlet和JavaBean技術介紹 4
1.2.4 ASP、PHP及JSP3種技術比較 5
1.2.5 JAVA 虛擬機 5
1.2.6 服務器環(huán)境配置 5
1.3 數(shù)據(jù)庫后臺環(huán)境配置 8
2 系統(tǒng)需求分析 9
2.1 系統(tǒng)功能分析 9
2.2 系統(tǒng)性能分析 9
2.3系統(tǒng)方案的確定和評價 9
3 系統(tǒng)總體設計 11
3.1 系統(tǒng)層次模塊圖 11
3.1.1 系統(tǒng)管理模塊 11
3.1.2 考生管理模塊 11
3.1.3 題庫管理模塊 12
3.1.4 監(jiān)控模塊 12
3.1.5 考試模塊 12
3.2 系統(tǒng)流程圖 13
3.3 數(shù)據(jù)表設計 13
4 詳細設計及編碼 18
4.1 系統(tǒng)管理模塊 18
4.1.1 管理員登錄 18
4.1.2 更改密碼 19
4.1.3 高級管理 20
4.1.4 添加資源 21
4.1.5 添加管理員 24
4.1.6 刪除管理員 26
4.1.7 審批試卷 26
4.2考生管理模塊 27
4.2.1 考生注冊 27
4.2.2 考生信息查詢 29
4.3 題庫管理模塊 32
4.3.1 基本屬性設置 32
4.3.2 自定義試卷 33
4.3.3 隨機生成試卷 34
4.4 監(jiān)控模塊 35
4.4.1 控制考試 35
4.4.2 監(jiān)控中心 36
4.5考試功能模塊 36
4.5.1 考生登錄 36
4.5.2 選擇試卷 36
5 系統(tǒng)開發(fā)關鍵技術 40
5.1 主要程序實現(xiàn)的代碼描述 40
5.1.1 提醒分類程序的主要代碼描述 40
6 結束語 42
參考文獻 43
致 謝 44
前 言
在網(wǎng)絡技術逐漸滲入社會生活各個層面的今天,傳統(tǒng)的考試方式也面臨著變革,而網(wǎng)絡考試則是1個很重要的方向;赪eb技術的網(wǎng)絡考試管理系統(tǒng)可以借助于遍布全球的Internet進行,因此考試既可以在本地進行,也可以在異地進行,大大拓展了考試的靈活性。
網(wǎng)絡考試管理系統(tǒng)的實現(xiàn)技術有多種,本文采用Web 技術實現(xiàn)。Web技術超越了傳統(tǒng)的“客戶機/服務器”兩層結構,采用了3層體系結構:用戶界面層/事務層/數(shù)據(jù)庫層。因此Web結構有著更好的安全性。在用戶機上不需要安裝任何應用程序,應用程序可以安裝在事務層所在的計算機上,試題存放在數(shù)據(jù)庫服務器上(事務層和數(shù)據(jù)庫可以是同1臺機器)。
服務器端程序的實現(xiàn)技術也很多,本文選用了當前比較流行的網(wǎng)絡編程技術——JSP作為主要實現(xiàn)手段(配合Java Servlet、Java Bean、HTML等)。JSP作為1種Web實現(xiàn)技術,它的效率是高的。這1點正好符合了考試管理系統(tǒng)所要求的實時性。JSP自身的安全性,再加上實現(xiàn)模式的特點,完全能夠達到考試的保密性要求,保證了考試的公平性原則。除此之外,作為Java平臺的1部分,JSP擁有Java語言“1次編寫,各處運行”的特點。又隨著越來越多的服務器供應商將JSP支持添加到他們的產(chǎn)品中,這樣1來用JSP做成的這套系統(tǒng)可以輕松移植到其它平臺來運行。
【jsp考試系統(tǒng)JSP+TOMCAT+SQL】相關文章:
jsp圖書管理系統(tǒng)論文03-28
防沉迷系統(tǒng)02-10
綜合布線系統(tǒng)概述09-22
管理系統(tǒng)設計論文03-28
項目管理系統(tǒng)開題報告06-30
庫存管理系統(tǒng)論文07-21
物資管理系統(tǒng)論文08-02
電子商務系統(tǒng)開題報告07-20
信息管理系統(tǒng)開題報告07-20