基于J2EE的在线考试系统的设计与实现毕业论文+任务书+中期表+翻译及原文+答辩+源码+数据库+辅导视频
基于J2EE的在线考试系统的设计与实现摘 要科技在进步,人们生活和工作的方式正发生着改变,不仅体现在人们的衣食住行,也体现在与时俱进的考试形式上。以前的考试需要组织者投入大量的时间和精力,需要对考试的试题进行筛选,对后期的考卷进行批阅,这么多的步骤影响了整个考试执行的效率。因此,本文提出了一种在线考试系统,用于解决上述的一些问题。本文描述的在线考试系统主要是利用浏览器作为界面,利用B/S模式,即用户可利用浏览器直接访问本站点。主要用到的技术是采用JavaWeb技术和MySql数据库等设计出了各种功能。该系统主要有用户管理、功能管理、角色权限管理、学生在线考试、试题管理、错题管理、自动组卷等功能。本文提供了一些该系统的部分代码跟截图帮助介绍该系统,对系统的总体设计、详细设计以及测试都给出了一些介绍,还对运行截图以及代码作出了相应的解释。该在线考试系统基本上可以满足一些简单的考试,运行良好,基本可以满足设计要求。关键词: 考试;JavaWeb;在线The design and implementation of the network examination systemAbstractScience and technology in progress, people living and working the way is changing, not only reflected in people's basic necessities, but also reflected in the form of examination with the times. The previous exams require the organizers to devote a lot of time and effort to the examination of the examination questions, the late examination of the examination papers, so many steps affect the efficiency of the entire examination. Therefore, this paper presents a network test system, used to solve some of the above problems.This article describes the network test system is mainly using the browser as an interface, the use of B / S mode, that users can use the browser to directly access the site. The main use of the technology is the use of JavaWeb technology and MySql database design a variety of functions. The system mainly has user management, function management, role rights management, student network examination, test questions management, wrong title management, automatic test paper and other functions.This article provides some of the system code and screenshots to help introduce the system, the overall design of the system, detailed design and testing are given some introduction, but also on the operation of the screenshot and the code to make a corresponding explanation. The network test system is basically able to meet some simple exams, running well, the basic can meet the design requirements.Keywords:Examination; JavaWeb; Network目 录摘 要 iAbstract ii第1章 绪论 11.1 研究的目的及意义 11.2 研究开发现状分析 11.3 研究的内容 1第2章 系统相关技术 32.1 JAVA简介 32.2 J2EE 32.3 MySQL 42.4 MyEclipse 52.5 JavaScript 62.6 JQuery 62.7 CSS3 72.8 JSP 72.9 Tomcat服务器 8第3章 可行性与需求分析 93.1 可行性分析 93.2 需求分析 9第4章 系统总体设计 114.1. 系统概要功能图 114.2 系统基本功能 114.2.1 登录功能 114.2.2 系统答题 114.2.3 答题得分 124.2.4 错题解析 124.2.5 系统功能管理 124.2.6 用户管理 124.2.7 角色管理 124.2.8 题目管理 134.2.9 试卷管理 134.3 数据库设计 13第5章 系统详细设计 185.1 学生用户端 185.1.1 学生用户登录 185.1.2 主界面 195.1.3 系统答题 205.1.4 答题得分 215.1.5 错题解析 245.2 管理员端 245.2.1 管理员登录 245.2.2 管理员主界面 255.2.3 系统功能管理 255.2.4 用户管理 275.2.5 角色管理 295.2.6 题目管理 305.2.7 试卷管理 325.3 数据管理 33第6章 系统测试 376.1 功能测试 376.2 兼容性测试 426.3 测试的方法 42第7章 结束语 43致谢 44参考文献 45外文翻译 46