毕业论文基于Java平台的问卷调查系统的设计与实现.docx
《毕业论文基于Java平台的问卷调查系统的设计与实现.docx》由会员分享,可在线阅读,更多相关《毕业论文基于Java平台的问卷调查系统的设计与实现.docx(48页珍藏版)》请在三一办公上搜索。
1、毕业论文基于Java平台的问卷调查系统的设计与实现河南机电高等专科学校 毕业设计论文 论文题目:基于Java平台的问卷调查系统的设计与实现 系 部 专 业 班 级 学生姓名 学 号 指导教师 年 月 日 摘 要 21世纪是一个以网络为核心的信息时代,计算机技术、网络技术已经渗透到*、学校,企事业单位的日常工作中。随着社会的发展,很多行业需要掌握大量的信息来了解特定的用户需求,传统的做法是组织大量的人力物力对用户散发调查表,然后对收集的信息进行统计并得到想要的结果.但这种传统的做法浪费大,效率低,周期长.为了改变这一现象, 必须用一种现代化的技术来改变这种现状,它应该能够方便的获取大量的数据,并
2、且能对数据进行分析,因此最近几年基于Web的网上调查系统开始占据问卷调查的主导地位。对于学校来说也存在这样的现状,随着大学人数的增多,老师与同学相互沟通很难,因而我设计了一个关于教学管理的网上问卷调查系统,希望能够给大家带来方便。 本在线调查系统采用模块化面向对象设计思想,采用Java与Jsp技术。具体采用J2EE编程思想,用到了Hibernate等框架具有以下的功能:开始调查、填写调查、查看调查填写进展、结束调查、审核调查、查看调查等功能,大大提高了教学的效率通过数据库可以永久的保存调查的结果,为以后调查提供参考。 通过这样一个调查系统,它不受时间的限制,可以采取匿名的方式接受调查,学生更能
3、反映真实的想法和意见。可以有针对性的对问卷内容做适当的处理,总结学生容易遇到的问题。利用计算机的运算能力,可以为我们进行大量的数据分析,并且能及时的将学生反映的问题提供给老师和教学部门,教学部门针对学生的要求而将教学方式进一步改进,大大提高了教学质量和教学效率。同时使无纸化办公离我们不在遥远。 关键词:问卷调查系统 数据处理 hibernate 持久化 Java Abstract The 21st was one take the network as the information age, the computer technology, the networking already se
4、eped to the government, the school, in Enterprises and institutions routine work. Along with societys development, many professions need to have the massive information to understand that the specific users needs, the tradition makes the law is the organization massive manpower and resources to the
5、user sending out survey form, then carries on to the collection information counts and obtains the wish result. But this tradition makes the law to waste in a big way, the efficiency is low, the cycle is long. In order to change this phenomenon, also has such present situation regarding the school,
6、along with university populations increase, teacher and schoolmate communicates mutually is very difficult, thus I have designed one about the teaching management on-line questionnaire survey system, hoped that can give everybody to bring conveniently. This online investigation system uses the modul
7、ation object-oriented design concept, uses Java and the Jsp technology. Uses the J2EE programming thought specifically, with frames and so on Hibernate had the following function: Started to investigate, the filling in investigation, examination investigation filling to progress, functions and so on
8、 conclusion investigation, verification investigation, examination investigation, raised the teaching efficiency greatly. Through the database may the permanent preserved investigation result, provide the reference for the later investigation. Through this kind of investigation system, it the time l
9、imit, may not adopt the anonymous way to accept the investigation, the student can reflect the real idea and the opinion. May target-oriented make suitable coming out to the questionnaire content, summarizes question which the student easy to meet. Using computers operational capability, may carry o
10、n the massive data analysis for us, and can prompt reflect the student the question provides to teacher and the teaching department, the teaching department in view of students request, but further improves the teaching way, improved the quality of teaching and the teaching efficiency greatly. Simul
11、taneously causes the paperless work to leave us remotely not. Key words: Questionnaire survey system; Data processing; hibernate lasting; java 目 录 1 绪论 . 1 1.1 系统开发背景 . 1 1.2 系统开发意义 . 1 1.3 论文组织结构 . 2 2 系统概述 . 3 2.1问卷调查的特点 . 3 2.2网上问卷调查的特点 . 3 2.3网上问卷的基本解决方案 . 3 3系统分析 . 5 3.1 功能需求描述 . 5 3.2 目标系统要求 .
12、 6 3.3 可行性分析 . 6 3.4 总体设计 . 8 4 系统的总体设计 . 10 4.1 平台选择 . 10 4.2开发技术的选择 . 12 4.3 系统开发工具与环境 . 12 4.3.1 开发语言JSP . 12 4.3.2 数据库MySQL . 13 4.3.3 系统开发环境 . 13 4.4 项目规划 . 14 4.4.1 系统功能结构图 . 14 4.5 系统设计 . 14 4.6 数据库设计 . 15 5 系统实现 . 19 5.1 系统各部分的实现方法 . 19 5.1.1 使用持久层框架实现对数据库的操作 . 19 5.1.2 业务逻辑层的实现 . 20 I 5.2 系
13、统界面设计及实现 . 21 5.2.1 网站前台首页设计及实现 . 21 5.2.2 登录模块设计及实现 . 21 5.2.3 参与调查模块设计及实现 . 22 5.2.4 答题模块设计及实现 . 23 5.2.5我的调查模块设计及实现 . 25 5.2.6 用户注册模块设计及实现 . 26 6系统测试与使用 . 28 6.1测试环境简介 . 28 6.2环境要求 . 28 6.3系统安装与运行 . 28 6.4 测试 . 28 6.4.1 普通用户身份测试 . 29 6.4.2 管理员功能测试 . 30 7 系统的不足及改进 . 33 7.1系统的不足及修改方法 . 33 7.2系统的评价分
14、析 . 33 7.2.1 实用性 . 33 7.2.2 可维护性 . 34 7.2.3可扩展性 . 34 8 结论 . 35 致 谢 . 36 参考文献 . 37 II 1 绪论 随着计算机技术的飞速发展,利用计算机来获取和处理信息是当今信息管理的一大特点。基于web系统作为最普遍最实用的系统,其管理现代化、信息化,对整个社会起着巨大的推动作用。 早期的问卷调查很不方便,需要大量的人力和财力,而却只能在相对局部的的区域里,对于不同的调查相对的人群也会有变化,针对性不强,因为数据量很大,信息的提取比较复杂,所以以前的问卷调查很少,只有发现了问题之后,才能知道问题的原因。当今的社会已经是一个信息时
15、代,只有在第一时间获得有效的信息,才能在社会上立足。 网上问卷调查系统正好弥补了这个缺陷,网上问卷调查现在已经成为了解社会状况的一种有效的方式,你只要在网上搜索调查,会有成万的相关记录,企业能及时的了解客户的需求,也能得到产品的优点和缺点,及时的了解信息,及时的处理问题是现在社会竞争中胜出的条件。 1.1 系统开发背景 在当前的各类企业网站中,通常都需要提供有相应的网络调查功能,以便收集广大客户的意见或看法。类似的,在企业对有关问题进行调查研究时,也可通过网络调查的方式实时高效地获取客户反馈信息,作为决策制定的参考依据。 1.2 系统开发意义 随着Internet的发展,世界网民的数量急剧增加
16、,社会的信息化强度增强,企业竞争越发激烈,故对市场信息的掌握范围不仅仅是周边的一些信息,而应把范围扩展到全国,甚至全世界,Internet恰恰是实现这目标的有利工具。对于新产品,新观点的调查范围应该更广泛,消息应该及时反馈给企业单位,故一个网上在线调查问卷系统应运而生,它正好充分满足客户的需求,信息反馈的范围扩大,人力资源的节省,从而使得企业在竞争激烈的市场中拥有更强大的资本。开发此调查问卷系统是为了更好的把市场的信息更准确更快速的反馈给客户,使信息的来源更广泛,从而提高信息的准确性。运用此系统可以降低企业为市场调查而消耗的人力和物力,利用节省的资源提高产品的质量,增强竞争力。 1 1.3 论
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 毕业论文 基于 Java 平台 问卷调查 系统 设计 实现
链接地址:https://www.31ppt.com/p-3607119.html