網(wǎng)絡(luò)基礎(chǔ)在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).zip
網(wǎng)絡(luò)基礎(chǔ)在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),摘 要隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,利用計(jì)算機(jī)來(lái)獲取和處理信息是當(dāng)今信息管理的一大特點(diǎn)?;赽/s架構(gòu)的系統(tǒng)作為最普遍最實(shí)用的系統(tǒng),其管理現(xiàn)代化、信息化,對(duì)整個(gè)社會(huì)起著巨大的推動(dòng)作用。網(wǎng)上在線考試系統(tǒng)是典型的b/s架構(gòu)的系統(tǒng),其開(kāi)發(fā)主要包括應(yīng)用程序的開(kāi)發(fā), 數(shù)據(jù)庫(kù)的建立和維護(hù)兩個(gè)方面。在應(yīng)用...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 bshhty 發(fā)布網(wǎng)絡(luò)基礎(chǔ)在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
摘 要
隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,利用計(jì)算機(jī)來(lái)獲取和處理信息是當(dāng)今信息管理的一大特點(diǎn)?;贐/S架構(gòu)的系統(tǒng)作為最普遍最實(shí)用的系統(tǒng),其管理現(xiàn)代化、信息化,對(duì)整個(gè)社會(huì)起著巨大的推動(dòng)作用。
網(wǎng)上在線考試系統(tǒng)是典型的B/S架構(gòu)的系統(tǒng),其開(kāi)發(fā)主要包括應(yīng)用程序的開(kāi)發(fā), 數(shù)據(jù)庫(kù)的建立和維護(hù)兩個(gè)方面。在應(yīng)用程序的開(kāi)發(fā)方面,設(shè)計(jì)中使用 MyEclipse進(jìn)行編程設(shè)計(jì)。它引入了面向?qū)ο缶幊痰乃枷?,使系統(tǒng)界面友好,功能完善,操作靈活,使用方便。同時(shí),在數(shù)據(jù)庫(kù)的建立和維護(hù)方面,采用Oracle 公司的Oracle(10g)作為數(shù)據(jù)庫(kù)的開(kāi)發(fā)工具。它適用于Unix/Windowes操作平臺(tái),是大中型系統(tǒng)使用較廣的數(shù)據(jù)庫(kù)開(kāi)發(fā)平臺(tái)。網(wǎng)上在線考試系統(tǒng)開(kāi)發(fā)的總體目的是在實(shí)現(xiàn)Internet和局域網(wǎng)內(nèi)的在線考試。本系統(tǒng)是基于內(nèi)蒙古工業(yè)大學(xué)為對(duì)象進(jìn)行總體開(kāi)發(fā)和設(shè)計(jì)的。
關(guān)鍵詞:在線考試系統(tǒng);Java;Oracle;Struts2;JDBC
Abstract
Along with computer technology's swift development, gains and the process information using the computer is now a information management major characteristic. Takes most generally the most practical system based on the B/S construction's system, its management modernization, the informationization, are taking the huge promotion effect to the entire society.
Online test system is the typical B/S construction system, its development mainly includes the application procedure the development, the database establishment and maintains two aspects. In the application procedure's development aspect, in the design uses IBM Corporation's Eclipse to carry on the programming design. It has introduced the object-oriented programming thought that causes the system contact surface to be friendly, the function is perfect, the operation is flexible, easy to operate. At the same time, in the database establishment and the maintenance aspect, uses Oracle Corporation's Oracle (10g) to take the database the development kit. It is suitable for the Unix/Windowes service platform, is the large and middle scale system use broad database develops the platform. On-line online test system development's overall goal to in realizes in Internet and local area network's online test. This system is carries on the overall development and the design based on the Shanghai Briup Software Company for the object.
Key words: online test system; Java; Oracle; Struts2; JDBC
目 錄
引 言 1
第一章 系統(tǒng)需求分析 2
1.1 選題意義 2
1.2 系統(tǒng)初步調(diào)查 2
1.3 系統(tǒng)可行性分析 2
1.4 系統(tǒng)功能需求概述 3
第二章 開(kāi)發(fā)技術(shù)及工具介紹 4
2.1 開(kāi)發(fā)工具 4
2.1.1 MyEclipse 4
2.1.2 Oracle數(shù)據(jù)庫(kù) 4
2.1.3 tomcat服務(wù)器 4
2.2 開(kāi)發(fā)技術(shù) 5
2.2.1 java 5
2.2.2 Servlet 5
2.2.3 JSP 5
2.2.4 JDBC 6
2.3 開(kāi)發(fā)框架技術(shù) 6
2.3.1 struts2 6
2.4 開(kāi)發(fā)模式 6
2.5 系統(tǒng)運(yùn)行環(huán)境 7
第三章 系統(tǒng)分析與設(shè)計(jì) 8
3.1 系統(tǒng)功能分析 8
3.1.1 系統(tǒng)功能描述 8
3.1.2 功能設(shè)計(jì)分析 9
3.2 系統(tǒng)設(shè)計(jì) 11
3.2.1 系統(tǒng)功能結(jié)構(gòu)圖 11
3.2.2 系統(tǒng)用例圖 12
3.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 13
3.3.1 數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 13
3.3.2 數(shù)據(jù)庫(kù)的物理設(shè)計(jì) 14
第四章 系統(tǒng)的實(shí)現(xiàn) 16
4.1 后臺(tái)管理模塊 16
4.1.1 登錄 17
4.1.2 教學(xué)管理功能 17
4.1.3 教師管理功能 19
4.1.4 題庫(kù)管理功能 20
4.1.5 管理員自管理功能 21
4.1.6 考試管理功能 22
4.1.7 系統(tǒng)管理功能 24
4.2 考生管理模塊 24
4.2.1 考試管理功能 25
4.3 教師管理模塊 28
4.3.1 查看考試詳情 29
4.3.2 試題講解 31
4.3.3 教師自管理 31
4.3.4 系統(tǒng)管理 31
第五章 關(guān)鍵技術(shù)解決 32
結(jié) 論 33
參考文獻(xiàn) 34
謝 辭 35
附 錄 36
TA們正在看...
- rbt-6ts04s教學(xué)機(jī)器人實(shí)驗(yàn)指導(dǎo)書(shū).doc
- 工業(yè)機(jī)器人實(shí)驗(yàn)指導(dǎo)書(shū).doc
- 一年級(jí)數(shù)學(xué)(上冊(cè))練習(xí)題.doc
- 基于sh架構(gòu)的文檔管理應(yīng)用開(kāi)發(fā)論文.doc
- 基于javaee的學(xué)生信息管理系統(tǒng)的開(kāi)發(fā)與設(shè)計(jì).doc
- 個(gè)人簡(jiǎn)歷模板中英.doc
- 電話行銷(xiāo)培訓(xùn)教材.doc
- matlab程序流程控制語(yǔ)句.ppt
- 建模插值.ppt
- 初等模型.ppt