基于ssh的在线考试系统源代码和毕业论文 下载本文

内容发布更新时间 : 2024/5/23 19:09:15星期一 下面是文章的全部内容请认真阅读。

基于ssh的在线考试系统

目 录

绪 论 ........................................................... 2 第1章 系统开发背景及意义 ....................................... 4

1.1系统开发背景 ............................................. 4 1.2系统开发意义 ............................................. 4 第2章网上考试系统需求分析 ...................................... 6

2.1现状分析 ................................................. 6 2.2可行性分析 ............................................... 7

2.2.1经济可行性 ......................................... 7 2.2.2技术可行性 ......................................... 7 2.3设计目标 ................................................. 8 2.4功能要求 ................................................. 8 2.5系统开发环境配置 ......................................... 9 2.6系统开发工具 ............................................. 9

2.6.1开发语言—JSP(Java Server Page) .................. 9 2.6.2数据库—MySQL5.0 .................................. 10

第3章 网上考试系统设计 ........................................ 11

3.1数据库设计 .............................................. 11

3.1.1数据库需求分析 .................................... 11 3.1.2数据库概念结构设计 ................................ 12 3.1.3数据库逻辑结构设计 ................................ 13 3.1.4数据库表设计 ...................................... 16 3.2系统结构设计 ............................................ 16

3.2.1页面模块化设计 .................................... 16 3.2.2 MVC模式设计(Jsp+Servlet+JavaBean) .............. 17

第4章 网上考试系统实现 ........................................ 18

4.1系统各部分的实现方法 .................................... 18

4.1.1创建与数据库的连接 ................................ 18 4.1.2访问数据库的JavaBean .............................. 19 4.1.3用户及管理员登录模块页面 .......................... 20 4.1.4系统主要模块页面 .................................. 24 4.1.5学生考试模块的实现页面 ............................ 26 4.1.6教师添加试题制作试卷模块的实现 .................... 28

第5章 系统测试 ................................................ 31

5.1什么是软件测试 .......................................... 31 5.2软件测试的目标与方法 .................................... 31 5.3系统的不足和展望 ........................................ 31 结束语 ......................................................... 32 致 谢 .......................................... 错误!未定义书签。 参考文献 ....................................................... 33

摘 要

在线考试系统是目前市场占有率较高,应用最广泛的远程网络学习考试软件,适合政府、行业及企业的各专业网上考试、作业、练习等应用。它采用Web方式,同时适用于局域网和Internet,无需安装客户端,即可实现网上考试、作业、练习、成绩排行等功能,并能够答卷保存、自动判分、成绩查询和分析等功能。

在开发方法上,引入了当今流行的ssh技术思想,数据库采用Mysql。把整个开发程分为需求分析、概要设计、详细设计、系统实现等步骤。该系统通过优化和再造管理流程,使人力资源的管理更为高效和科学,数据更为准确,从而将人事部门从繁重的、耗时的工作中解放出来,把精力集中到更高层的政策性工作中去。

关键词 在线考试系统 ;ssh;mysql数据库 abstract

Online examination system is currently high market share, the most widely used test remote network learning software for government, industry, professional and corporate online exams, assignments, exercises and other applications. It uses the Web the way, applies to both LAN and Internet, without having to install a client, you can achieve online exams, assignments, training, performance ranking and other functions, and the ability to save scripts, automatic judgment, scores query and analysis functions.

On the development methods, the introduction of today's popular ssh technical ideas, database using Mysql. The entire development process is divided into the needs analysis, step outline design, detailed design, system implementation. The system is optimized and recycling management process, so that more efficient management of human resources and scientific data more accurate, thus the personnel department from the heavy, time-consuming work of liberation, to concentrate on higher-level policy work.

Keywords online examination system; ssh; mysql database

绪 论

考试是检验教学效果的重要手段,也是促进学生学习的重要手段,是教学过程中的一个重要环节。学生考试成绩的优劣,不但反映其对教学内容和应掌握知识的分析、理解、吸收、运用的能力,更反映教师对教学内容的把握和熟练程度。