需要金幣:![]() ![]() |
資料包括:完整論文 | ![]() |
![]() |
轉(zhuǎn)換比率:金額 X 10=金幣數(shù)量, 例100元=1000金幣 | 論文字?jǐn)?shù):15081 | ![]() | |
折扣與優(yōu)惠:團(tuán)購(gòu)最低可5折優(yōu)惠 - 了解詳情 | 論文格式:Word格式(*.doc) | ![]() |
摘要:隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,學(xué)校也已進(jìn)入信息化時(shí)代。為了使學(xué)考試管理更高效、更科學(xué),決定開(kāi)發(fā)基于JAVA EE的駕照在線考試系統(tǒng)。 本系統(tǒng)在設(shè)計(jì)方面采用B/S模式,同時(shí)使用JSP技術(shù)進(jìn)行基本頁(yè)面的設(shè)計(jì)與功能實(shí)現(xiàn),后臺(tái)數(shù)據(jù)庫(kù)選用SQL Server 2008數(shù)據(jù)庫(kù)。駕照在線考試系統(tǒng)有管理員、考生兩種用戶。管理員可以修改管理員、考生用戶的信息。管理員用戶根據(jù)所得權(quán)限對(duì)題庫(kù)進(jìn)行增加、修改、刪除,并可對(duì)試卷進(jìn)行增加、刪除、修改,還查看學(xué)生成績(jī)等操作。考生用戶則可以進(jìn)行在線測(cè)試、查詢成績(jī)等操作。本系統(tǒng)可以進(jìn)行隨機(jī)抽題,自動(dòng)批改答案,大大提高了考試的效率,減輕了駕校開(kāi)支。 本系統(tǒng)的設(shè)計(jì)實(shí)施為在線考試系統(tǒng)的運(yùn)行做基礎(chǔ),為在線考試系統(tǒng)提供良好的條件。 關(guān)鍵詞 JSP;SQL Server2008;J2EE;駕照在線考試系統(tǒng)
Abstract:With the rapid development of computer technology, the school has entered the information age. Science test administration to make more efficient, more science, decided to develop JAVA EE based online examination system. The system used in the design of B / S mode, JSP technology, the basic page design and implementation of function, use SQL Server 2000 database for background database.Driving license online examination system includes two kinds of users, administrator and examinee. The administrator can modify the administrator, the examinee user information. Administrator users according to the authority to increase, modify, delete the database, and can add, delete, modify the papers, also check student achievement and other operations. The examinee users can online test, query results and other operations. This system can be a random question, automatic correction of the answer, greatly improve the efficiency of the examination, reduce the driving expenses. Design and implementation of this system for the online exam system to run as a foundation for the online examination system to provide a good condition. Keywords JSP SQL Server2008 J2EE Driving Lisence examination system JavaBean exam -online
當(dāng)前考試系統(tǒng)中,仍有許多是基于C/S模式的,每一次伴隨著系統(tǒng)的升級(jí),都要在每個(gè)客戶端更新軟件,耗時(shí)耗力。可喜的是,隨著技術(shù)的發(fā)展,基于B/S模式的在線考試系統(tǒng)越來(lái)越多,逐漸占據(jù)了主導(dǎo)地位。它克服了C/S模式下的許多缺點(diǎn),從傳統(tǒng)的基于C/S模式的考試系統(tǒng)轉(zhuǎn)變到基于B/S模式的考試系統(tǒng),可以使用戶在任何一臺(tái)電腦上,只要可以上網(wǎng),就可以使用該服務(wù),大大簡(jiǎn)化了操作,為用戶提供了方便。另一方面,也為教師的管理和批閱工作提供了方便,提高了效率。但是經(jīng)過(guò)多方的觀察和研究,發(fā)現(xiàn)大多數(shù)的在線考試系統(tǒng)都是采用基于頁(yè)面的模式開(kāi)發(fā),每個(gè)頁(yè)面中都包含了要用到的所有功能邏輯,導(dǎo)致代碼重復(fù)率高,結(jié)構(gòu)不夠清晰,維護(hù)升級(jí)起來(lái)也很費(fèi)時(shí)間和人力。鑒于這種情況,所以我們將J2EE的概念加入到在線考試系統(tǒng)中來(lái),使得該系統(tǒng)更易于升級(jí)和維護(hù)。
|