1 / 36
文档名称:

在线考试系统.doc

格式:doc   大小:724KB   页数:36页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

在线考试系统.doc

上传人:cjc2202537 2018/1/27 文件大小:724 KB

下载得到文件列表

在线考试系统.doc

相关文档

文档介绍

文档介绍:嘉应学院
毕业论文(设计)
题目: 在线考试系统
Title: Online examination system

题目: 在线考试系统
姓名: 蒋敏
学号: 2081111245
院别: 计算机学院
专业: 计算机科学与技术(师范)
指导教师: 蓝红苑
申请学位: 工学学士
毕业时间: 二O一二年六月
 
2012年 5月 20日

中文摘要
在线考试系统(OES)是使用java EE 和Struts2 + Spring + Hibernate框架开发的一个基于Web的在线考试平台,目标是针对公务员考试、事业单位考试、专业技术资格考试等,按照传统考试的规范流程,实现考试无纸化。该考试平台包含了人事考试网和考试管理系统两大系统,其中,考试管理系统包含了题库管理、试卷管理、考试信息发布、成绩统计和排行榜模块,人事考试网包含了考试信息查询、在线报名、在线考试、成绩查询和排行榜模块。本考试系统定位于实现考试的规范化、信息化管理,提升考试效率,增强考试的公平性,方便考试单位对考试工作的管理。
关键词:java EE,struts2,spring,hibernate,OES,MySQL,tomcat,在线考试
Abstract
Online examination system (OES) is to use Java EE and Struts2 + Spring + Hibernate a framework development based on Web of the online examination platform, the goal is for the civil service exam, institutions examination, professional technical qualifications test, according to the standard of traditional test process, realize the paperless examination. The test platform contains the personnel s and exam management system two big system, of which, the examination management system includes the question bank management, examination paper management, the test information release, achievements statistics and charts module, the personnel s contains the test information query, register online, online exam scores query, and list module. The examination system in realizing the standardization of the exam location, information management, to improve the efficiency of the exam, enhance the test of fairness, convenient to test the work unit test management.
Key Words:java EE,Struts2,spring、hibernate,OES,MySQL, tomcat,Online,Exam
目录
中文摘要 I
Abstract II
前言 1
第1章系统概述 2
关于在线考试系统 2
系统开发目的 2
系统实现的功能 2
软件过程模型 3
相关技术 3
第2章研导开发系统的可行性 5
研导系统的开发可行性 5
分析系统的技术可行性 5
研导系统的操作可行性 5
研导系统法律可行性 5
第3章在线考试系统的需求 6
系统的任务说明 6
系统应实现的目标 6
硬件及软件需求 6
系统功能需求 8
系统功能模块划分 9
第4章在线考试系统的总体设计 10
系统开发目标 10
设计思想 10
设计系统的数据 10
设计系统数据库的逻辑结构 10
设计系统数据库的存取方式 13
第5章在线考试系统的详细设计