基于web的调查问卷系统的设计.doc

约37页DOC格式手机打开展开

基于web的调查问卷系统的设计,基于web的调查问卷系统的设计 摘 要 随着科学技术的发展和人们社会生活水平的不断提高,传统的市场、民意调查越来越不能满足社会的需要。在网络经济进一步深化的今天,建设一个高效、便利、安全的在线调查站点是十分必要的。以实现在市场研究、民意调查以及学术研究方面的科学的应用。本系统按实际需求设计,包括用户的登录、注册、用户对...
编号:10-137124大小:2.40M
分类: 论文>计算机论文

内容介绍

此文档由会员 bshhty 发布

基于Web的调查问卷系统的设计

摘 要
随着科学技术的发展和人们社会生活水平的不断提高,传统的市场、民意调查越来越不能满足社会的需要。在网络经济进一步深化的今天,建设一个高效、便利、安全的在线调查站点是十分必要的。以实现在市场研究、民意调查以及学术研究方面的科学的应用。
本系统按实际需求设计,包括用户的登录、注册、用户对问卷的调查。此次设计的重点是网站应用程序对数据的访问,其中前台技术采用基于B/S模式的,使用ASP编程语言设计完成,开发工具是Dreamweaver,后台数据库采用Microsoft Office Access 2003,数据访问技术采用ADO。
本文首先介绍了问题的背景,接着提出问题,并针对具体项目展开需求调查分析;再基于需求设计出具体的方案;然后对整个系统进行了详细的分析和设计,在设计与实现过程中,结合源代码具体的描述出整个项目的开发过程,最后对整个系统进行测试得出测试结论。
关键词:在线调查;ASP;数据访问

 

Abstract
With the development of society, researches on traditional markets, people’s willing can not satisfy the needs of society more and more. Nowadays network economy is more deep, so it is very necessary to set up an effective, convenient, secure on-line research web site, which will realize the scientific applications in research on market, people’s willing and study.
This system is designed according to actual requirements, and it includes researches on questionnaire for users. The keystone of this design is that web site application programs access data. There into, the technology of front end adopts ASP based-B/S mode and Dreamweaver as the development tool, database of back end adopts Microsoft Office Access 2003 and ADO as data access technology.
This text introduces background of this issue firstly, then put forwards issue, and aims at the actual project to start the research analysis of requirements; Then designs detailed project based on requirements; And then analyzes in detail and design the whole system, in the course of design and realization, describes the development process of the whole project according to source codes; At last tests the whole system and draws testing conclusion.
Keywords: on-line research; ASP; Data-Access.

 
目  录

第一章 绪论 1
1.1 问题背景 1
1.2 研究范围及技术要求 1
1.2.1 研究范围 1
1.2.2 技术要求 2
第二章 系统需求分析 3
2.1 任务概述 3
2.1.1 系统的目标 3
2.1.2 系统的开发环境 3
2.2 功能划分 3
2.3 数据描述 4
2.4 其它要求 7
第三章 系统概要设计 8
3.1 具体方案设计 8
3.1.1 模块划分 8
3.1.2具体说明 8
3.1.3 方案的实现方法 9
3.2方案论证分析 10
3.2.1 方案的技术可行性 10
3.2.2 方案的经济可行性 10
3.2.3 方案优点与不足 10
3.3与C/S结构的比较 11
第四章 系统详细设计 13
4.1 登录和注册模块的实现 13
4.1.1 登录模块的实现 13
4.1.2 注册模块的实现 13
4.2 数据库连接的实现 18
4.3 问卷调查模块的实现 18
4.4 利用百度搜索功能 23
5.1 测试方案概述 25
5.1.1 测试策略 25
5.1.2 测试方法 25
5.2 具体测试过程 25
5.2.1 功能测试 25
5.2.2 性能测试 27
5.3测试结论 27
结束语 29
参考文献 30