毕业论文题目:JavaWeb应用开发——在线模拟考试系统的设计与实现学院:计算机与信息工程学院专业:软件工程学生姓名:许丽帆班级/学号软工091123205指导老师/督导老师:赵海华摘要I摘要随着网络技术的发展,远程教育和网上考试成为网络应用的一个重要方面.近几年,在线考试特别是基于Web的在线考试系统受到越来越多的人青睐。本次毕业设计的题目是在线模拟考试系统的设计与实现,系统采用浏览器/服务器模式开发,包括登录注册、在线考试、试卷设置、试题管理、分数的统计以及成绩查询等功能.系统运行在Windows7操作系统上,以Tomcat作为Web服务器,使用JSP技术和MySQL数据库实现。论文首先对在线考试系统做了需求分析,然后给出系统的设计与实现过程,最后,针对系统的各个功能进行了测试。关键词:在线考试;浏览器/服务器;JSP;MySQL;JDBC;AbstractIIAbstractWiththedevelopmentofnetworkingtechnology,onlineexaminationanddistanceeducationisanaspectintheapplicationofinternet。Inrecentyearstheon—lineexaminationespecialofWeb—basedexaminationismoreandmorepopular。Thegraduationproject’ssubjectistodesignandrealizationoftheonlineexaminationsystem。Thesystemusesthebrowser/servertodevelop。Itincludeslogin,newuserregistration,on-lineexamination,examinationpaperset,examinationpapermanagement,scorestatistics,queryresultsandotherfunctional.ThesystemtakestheWindows7astheOS,TomcatasthewebServer,usesJSPtechnologyandMySQLastheDatabaseServerdevelopmenttoolstorealizethesystem.Inthispaper,therequirementanalysisabouttheonlineexaminationsystemisintroduced,andthengivethesystemdesignandimplementation.Finally,allofthefunctionsofthesystemistested。Keywords:On-lineExamination;Browse/Server;JSP;MySQL;JDBC;目录III目录摘要(中文)....................................................................................................................................I(英文)...................................................................................................................................II第一章系统概述...................................................................................................................................11。1系统开发背景....................................................................................................................................11。2系统开发意义....................................................................................................................................11。3系统开发工具.....................................................................................................................................1第二章系统分析...................................................................................................................................52。1现状分析............................................................................................................................................52。2可行性分析........................................................................................................................................52.3设计目标..............................................................................................................................................62。4功能要求............................................................................................................................................62.5系统开发环境配置...............................................................................................................