jsp考试系统JSP+TOMCAT+SQL

时间:2022-05-13 04:44:53 计算机网络毕业论文 我要投稿
  • 相关推荐

jsp考试系统JSP+TOMCAT+SQL

毕业论文

基于WEB的考试管理系统
 
摘  要:系统基于Browser/Server模式开发,应用DreamweaverMX软件,结合JSP编程技术,并以 Microsoft SQL server2000为数据库开发工具,在Windows xp系统中使用JDBC驱动程序进行数据库连接。
     论文主要阐述的是考试管理系统的操作过程及1些关键技术。该系统考生和管理员信息主要在管理员系统中输入,不需数据库直接输入,考试时考生输入准考证号码,核对正确后进入考生界面,考生界面主要有选择试卷、成绩查询组成,关键实现了考生在选择试卷后进入考试窗体,系统强制考生退出,及考完后对客观题的自动评分、存档。管理员进入管理员系统界面,管理员系统主要由系统管理、考生管理、题库管理、监控等模块组成,管理员系统和考试系统共同构成了该考试管理系统。
关键词:JSP ;Browser/Server模式;题库管理;考试。

 

Examination Administrative System on the Basis of WEB
 
Abstract: This system is based on Browser/Server mode development , employ DreamweaverMX software, combine JSP programming technology, regard Microsoft SQL server 2000 as the database developing instrument, use JDBC driver to join the database in Windows XP system.
What the thesis is mainly explained is procedure of the administrative system of an examination and some key technology. System this examinee and administrator information input of the system in administrator mainly, not needing the direct input of database , the examinee inputs the number of admission card for entrance examination when having an examination, enter examinee interface after check correct, examinee boundary plane mainly choose the paper , achievement to inquire about and make up, the key has realized examinees and entered and had an examination body of window behind choosing the paper, the system forces examinees to withdraw, and grading , filing automatically to objective question after finishing doing in the test. Administrator enter administrator systematic interface , administrator system mainly by system management, examinee manage, exam pool manage, module of controlling etc. make up, administrator system and examination system form, should have an examination administrative system together.
Key words: JSP; Browser/Server mode; Question bank management;Exam。

 


目  录

摘要
前  言 1
1 概 述 2
1.1 选题背景 2
1.2 JSP技术介绍 2
1.2.1 JSP的运行原理 2
1.2.2 JSP的生命周期 3
1.2.3 Servlet和JavaBean技术介绍 4
1.2.4 ASP、PHP及JSP3种技术比较 5
1.2.5 JAVA 虚拟机 5
1.2.6 服务器环境配置 5
1.3 数据库后台环境配置 8
2 系统需求分析 9
2.1 系统功能分析 9
2.2 系统性能分析 9
2.3系统方案的确定和评价 9
3 系统总体设计 11
3.1 系统层次模块图 11
3.1.1 系统管理模块 11
3.1.2 考生管理模块 11
3.1.3 题库管理模块 12
3.1.4 监控模块 12
3.1.5 考试模块 12
3.2 系统流程图 13
3.3 数据表设计 13
4 详细设计及编码 18
4.1 系统管理模块 18
4.1.1 管理员登录 18
4.1.2 更改密码 19
4.1.3 高级管理 20
4.1.4 添加资源 21
4.1.5 添加管理员 24
4.1.6 删除管理员 26
4.1.7 审批试卷 26
4.2考生管理模块 27
4.2.1 考生注册 27
4.2.2 考生信息查询 29
4.3 题库管理模块 32
4.3.1 基本属性设置 32
4.3.2 自定义试卷 33
4.3.3 随机生成试卷 34
4.4 监控模块 35
4.4.1 控制考试 35
4.4.2 监控中心 36
4.5考试功能模块 36
4.5.1 考生登录 36
4.5.2 选择试卷 36
5 系统开发关键技术 40
5.1 主要程序实现的代码描述 40
5.1.1 提醒分类程序的主要代码描述 40
6 结束语 42
参考文献 43
致  谢 44

前  言
在网络技术逐渐渗入社会生活各个层面的今天,传统的考试方式也面临着变革,而网络考试则是1个很重要的方向。基于Web技术的网络考试管理系统可以借助于遍布全球的Internet进行,因此考试既可以在本地进行,也可以在异地进行,大大拓展了考试的灵活性。
网络考试管理系统的实现技术有多种,本文采用Web 技术实现。Web技术超越了传统的“客户机/服务器”两层结构,采用了3层体系结构:用户界面层/事务层/数据库层。因此Web结构有着更好的安全性。在用户机上不需要安装任何应用程序,应用程序可以安装在事务层所在的计算机上,试题存放在数据库服务器上(事务层和数据库可以是同1台机器)。
服务器端程序的实现技术也很多,本文选用了当前比较流行的网络编程技术——JSP作为主要实现手段(配合Java Servlet、Java Bean、HTML等)。JSP作为1种Web实现技术,它的效率是高的。这1点正好符合了考试管理系统所要求的实时性。JSP自身的安全性,再加上实现模式的特点,完全能够达到考试的保密性要求,保证了考试的公平性原则。除此之外,作为Java平台的1部分,JSP拥有Java语言“1次编写,各处运行”的特点。又随着越来越多的服务器供应商将JSP支持添加到他们的产品中,这样1来用JSP做成的这套系统可以轻松移植到其它平台来运行。

jsp考试系统JSP+TOMCAT+SQL

【jsp考试系统JSP+TOMCAT+SQL】相关文章:

jsp图书管理系统论文03-28

在线考试系统设计与开发论文03-08

防沉迷系统02-10

综合布线系统概述09-22

管理系统设计论文03-28

项目管理系统开题报告06-30

库存管理系统论文07-21

物资管理系统论文08-02

电子商务系统开题报告07-20

信息管理系统开题报告07-20