基于jsp(java)驾校考试系统的设计和开发 - 图文

更新时间:2023-11-02 16:10:02 阅读量: 综合文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

基于jsp

毕业设计(论文)

java)驾校考试系统的设计和开发

姓 名 系 别、 专 业 导 师 姓 名、职 称 完 成 时 间

(摘 要

在网络技术逐渐渗入社会生活各个层面的今天,传统的考试方式也面临着变革,而网上考试则是网络技术一个很重要的发展方向。网上考试一方面可以突破时空的界限;另一方面考生在自己熟悉的环境中考试也会更自在,能更好地发挥自己的真实水平,网络考试方式将是以后考试发展的趋势。

本论文主要阐述了基于Web技术的驾校考试系统的设计与实现。论文首先对系统设计所涉及的相关技术进行逐一介绍,并主要对该系统的设计概要以及系统的设计方法及功能也作了详尽说明,系统按照软件工程的思想进行系统设计,在需求分析的基础进行功能模块划分,然后对各个模块进行分析和详细设计,并用相关技术实现。

系统采用B/S开发模式,以MyEclipse6.0作为开发平台,java语言为主要编程语言,结合JSP、JavaScript、Html、SQL等语言,以Tomcat为服务器和SQL Server 2000为后台数据库。最终开发一个拥有自动组卷、自动判卷、信息管理的驾校考试系统。整个系统层次结构简单,操作容易,并具备一定的安全性。考生借助此系统,可以随时随地的进行考试,同时老师使用该系统能更高效、便捷的组织在线考试。

关键词:驾校考试系统 B/S开发模式 JSP

ABSTRACT

Gradually infiltrated into the network technology in all aspects of social life today, the traditional test method is also faced with change, the online exam is a very important network technology development. Online test on the one hand can break the boundaries of time and space; the other candidates in their own environment examination will be more comfortable, better play to their true level, the network test approach will be the development trend of future examination.

This paper expounds the Web-based Online Test System Design and Implementation. Firstly the design of the system involved in related technologies introduced one by one, and the main outline of the system design and system design and function of a detailed description, the system in accordance with the ideas of software engineering for system design, requirements analysis based functional module partition, then each module analysis and detailed design, and use related technology.

The system bases on B/S development model, using Java as a development platform, which utilizes JSP, JavaScript, and Html language as well. The web server is Tomcat. Database server is SQL Server 2000. The system structure is simple, easy and safe. Examinee can exam at any time by using the system. Simultaneously teachers can use the system to organize online examination more efficiently and conveniently.

Keywords: Online Examination B/S JSP

目 录

第一章 前言 ............................................................ 1 1.1开发背景及意义 ........................................................ 1 1.2论文研究目标 .......................................................... 1 第二章 驾校考试系统需求分析 ............................................ 2 2.1需求概述 .............................................................. 2 2.2系统开发目标 .......................................................... 2 2.3功能需求 .............................................................. 2 2.4性能需求 .............................................................. 3 2.5开发方案的比较与选择 .................................................. 4 2.6系统开发环境及工具 .................................................... 6 2.6.1开发/运行环境 ....................................................... 6 2.6.2开发工具的选取 ....................................................... 6 第三章 驾校考试系统的设计 .............................................. 8 3.1系统数据流程描述 ...................................................... 8 3.2系统总体结构设计 ..................................................... 11 3.3功能模块设计 ......................................................... 12 3.3.1考试模块 ........................................................... 12 3.3.2查询成绩模块 ....................................................... 13 3.3.3试卷管理模块 ....................................................... 14 3.3.4信息管理模块 ....................................................... 14 3.3.5判卷模块 ........................................................... 14 第四章 系统后台数据库设计 ............................................. 15 4.1数据库连接 ........................................................... 15 4.1.1配置SQL server 2000 ................................................ 15 4.1.2连接数据库 .......................................................... 15 4.2数据库设计概述 ....................................................... 15 4.2.1数据表实现 ......................................................... 16 4.2.2系统总体E-R图 ..................................................... 18 第五章 驾校考试系统的实现 ............................................. 20 5.1考试模块 ............................................................. 20 5.2成绩查询模块 ......................................................... 22 5.3试卷管理模块 ......................................................... 25 5.4信息管理模块 ......................................................... 29 5.5组卷模块 ............................................................. 31 第六章 系统运行与测试 ................................................. 33 6.1测试概述 ............................................................. 33 6.2系统部分单元测试方法 ................................................. 33

6.3测试截图 ............................................................. 33 6.4测试总结 ............................................................. 37 结论 错误!未定义书签。 谢辞 错误!未定义书签。 参考文献 错误!未定义书签。

本文来源:https://www.bwwdw.com/article/9052.html

Top