【正文】
級(jí) 專(zhuān) 業(yè) 計(jì)算機(jī)科學(xué)與技術(shù) 二級(jí)學(xué)院 XXXXXXXX XXXXXXXXX學(xué)院 20xx年 5月 鄭重聲明 本人的畢業(yè)論文(設(shè)計(jì))是在指導(dǎo)教師 徐貴軍 老師 的指導(dǎo)下獨(dú)立撰寫(xiě)完成的。如有剽竊、抄襲、造假等違反學(xué)術(shù)道德、學(xué)術(shù)規(guī)范和侵權(quán)的行為,本人愿意承擔(dān)由此產(chǎn)生的各種后果,直至法律責(zé) 任,并愿意通過(guò)網(wǎng)絡(luò)接受公眾的監(jiān)督。 畢業(yè)論文(設(shè)計(jì))作者(簽名): 年 月 日 I 摘 要 此在線考試系統(tǒng)平臺(tái)采用 B/S 模式的構(gòu)架,是一個(gè)綜合的網(wǎng)絡(luò)教學(xué)系統(tǒng)平臺(tái),本系統(tǒng)分為兩個(gè)子系統(tǒng),后臺(tái)管理系統(tǒng)和前臺(tái)考試系統(tǒng),后臺(tái)管理系統(tǒng)主要包括題庫(kù)管理、試卷管理、考試管理、批卷管理、成績(jī)管理、機(jī)構(gòu)管理、用戶管理和系統(tǒng)設(shè)置等模塊,前臺(tái)考試系統(tǒng)僅包括考生答題模塊。這個(gè)系統(tǒng)在開(kāi)發(fā)過(guò)程中,所用的編程語(yǔ)言是 java和目前主流的 Struts、 Hibernate、Spring三大框架,應(yīng)用了分布式的一些技術(shù)。在架構(gòu)上,實(shí)現(xiàn)了業(yè)務(wù)處理和數(shù)據(jù)庫(kù)處理的分離,整體上提高了系統(tǒng)的安全性和可擴(kuò)展性。 serverside application first authenticates the user, then according to the request submitted by the user corresponding to the operation. This system in the development process, the programming language is java, and now the mainstream of the Struts2 and hibernate, spring three frameworks, the application of a distributed some of the concepts. Overall, this is a threetier structure of the system, the action of the control layer and service business layer, jsp display layer. Separation of the business processing and database processing, and improve the overall system security and scalability. The system developed in the Windows environment. The serverside using for Windows HTTP and JSP service program to explain the jsp script. Key words servlet struts2 spring hibernate B / S Mode 1 目 錄 摘要 ............................................................................................................................................ I ABSTRACT.............................................................................................................................. II 1 引言 ........................................................................................................................................ 1 2 背景介紹 ........................................................ 1 選題背景 ......................................................................................................................... 1 研究的目的及意義 ......................................................................................................... 1 課題內(nèi)容簡(jiǎn)介 ................................................................................................................. 1 可行性分析 ..................................................................................................................... 1 本課題的實(shí)現(xiàn)途徑 ......................................................................................................... 2 3 需求分析 ................................................................................................................................ 2 概述 ................................................................................................................................. 2 業(yè)務(wù)流程分析 ................................................................................................................. 2 數(shù)據(jù)庫(kù)分析 ..................................................................................................................... 3 4 系統(tǒng)設(shè)計(jì) ........................................................ 3 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) ......................................................................................................... 3 系統(tǒng)流程圖 ..................................................................................................................... 4 數(shù)據(jù)庫(kù)設(shè)計(jì) ..................................................................................................................... 5 系統(tǒng)開(kāi)發(fā)環(huán)境 ................................................................................................................. 8 系統(tǒng)開(kāi)發(fā)環(huán)境介紹 ......................................................................................................... 8 開(kāi)發(fā)框架技術(shù)介紹 ......................................................................................................... 9 5 主要模塊及設(shè)計(jì) ................................................... 9 系統(tǒng)模塊簡(jiǎn)介 ................................................................................................................. 9 題庫(kù)管理 ....................................................................................................................... 10 試卷管理 ....................................................................................................................... 10 考試管理 ....................................................................................................................... 10 批卷管理 ....................................................................................................................... 10 機(jī)構(gòu)管理 ....................................................................................................................... 11 用戶管理 ....................................................................................................................... 11 系統(tǒng)設(shè)置 ....................................................................................................................... 11 6 詳細(xì)設(shè)計(jì) ....................................................... 12 系統(tǒng)功能簡(jiǎn)介 ............................................................................................................... 12 運(yùn)行環(huán)境簡(jiǎn)介 ............................................................................................................... 12 用戶登錄 ....................................................................................................................... 12 分類(lèi)管理 ....................................................................................................................... 12 2 試題管理 ....................................................................................................................... 13 檢索試題 ............................