以下是网学网为您推荐的其他类别-普通话考试信息管理网站的设计与实现,希望本篇文章对您学习有所帮助。
论文字数:14431,页数:47
摘要
由于目前各行业都有对普通话水平的达标要求,特别是报考公务员的人越来越多,普通话考试也越来越流行。但是经过调查发现目前普通话考试报名、查分、查证书、新闻、资料的收集还是比较麻烦,如果通过网站的方式来发布这些信息不但可以减少考生的时间,同时也能减少相关考试部门人力的投入。
本系统采用JSP+Servlet设计静态及动态的网页,数据库采用mysql,主要分成前台网站与后台管理系统两块。前台网站实现了会员注册、新闻查看、考试资料下载、考生留言、查看成绩、查看证书、网上报名等功能,后台实现新闻上传及管理、会员管理、成绩管理、证书管理、资料上传管理、网上报名管理、考生留言管理等功能。在网站中设置考生留言区,管理员可以通过这个区域与考生交流,这种方式便于考试对考试流程、成绩查询、证书发放的了解。考试成绩查询、证书查询便于考生快速的知道自己的成绩,而不必像过去一样打电话咨询成绩,既浪费金钱又浪费时间。考生还可以通过网站看到关于普通话考试的最新情况,以及培训等信息,并且可以通过网站下载许多与考试相关的资料,便于考生复习。
本文经过实际的需求分析,阐述了普通话考试信息管理网站支撑的相关技术,以及数据库设计,最后阐述系统的总体结构与系统的各个功能模块。
关键词:普通话考试,JSP,Servlet
ABSTRACT
Because of the current level of the standard of mandarin in many industries, more and more people take the Civil Service Examinations, so mandarin examinations becomes more and more popular.
However, basing on the result of investigates of mandarin examinations I know its sign way is scening. If the way through the online registration of candidates to reduce the time and reduce human-related inputs to the examination department. For inquiries, examinations, certificates inquiries to facilitate rapid examination of their results, without having to call the consultation, as in the past achievements, it would be a waste of money and a waste of time.
The system using JSP + servlet, databases using mysql, the main site is divided into front site and backstage management system. The front site achieve the functionals of the Member registration, news to view, download the data about test, the candidates message, view results, view the certificate, online registration and so on, the background achieves the functionals of news upload and management, membership management, performance management, certificate management, data upload management, Online registration management, message management features such as candidates.
In this paper, analysis of actual demand, on site support mandarin test technologies, as well as database design, and finally the overall structure of the system and system of the various functional modules.
Keywords: Mandarin examinations, JSP, Servlet
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 1
1.3系统简介 2
第2章 相关技术介绍 3
2.1 JSP介绍 3
2.2 AJAX技术介绍 4
2.3 JSON数据交换格式介绍 4
2.4 servlet简介 5
2.5 开发环境介绍 6
2.5.1 MyEclipse简介 6
2.5.2 Mysql简介 6
2.5.3 Tomcat简介 7
2.6 本章小结 7
第3章 系统分析 8
3.1 需求分析 8
3.2 系统主要功能要求 8
3.3 数据流图 11
3.4 数据字典 13
3.5 本章小结 15
第4章 数据库设计 16
4.1 数据库设计原则 16
4.2 概念结构设计 16
4.3 逻辑结构设计 18
4.4 本章小结 21
第5章 网站实现 22
5.1 开发环境及开发过程 22
5.2 功能设计 22
5.2.1 前台功能设计 26
5.2.2 后台管理系统功能设计 31
5.3 界面设计 35
5.4软件测试与完善 38
5.5 本章小结 40
第6章 结束语 41
致谢 42
参考文献 43