在线调查问卷web站点毕业设计(附源程序.rar
在线调查问卷web站点毕业设计(附源程序,论文标准word格式排版 共45页 14663字附在线调查问卷web站点源程序摘 要随着社会的发展,传统的市场、民意调查越来越不能满足社会的需要。在网络经济进一步深化的今天,建设一个高效、便利、安全的在线调查站点是十分必要的。以实现在市场研究、民意调查以及学术研究方面的科学的应用。本系统按实际需求设计,包括用户对问卷的...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 九阴真经 发布
论文标准WORD格式排版 共45页 14663字 附在线调查问卷WEB站点源程序
摘 要
随着社会的发展,传统的市场、民意调查越来越不能满足社会的需要。在网络经济进一步深化的今天,建设一个高效、便利、安全的在线调查站点是十分必要的。以实现在市场研究、民意调查以及学术研究方面的科学的应用。
本系统按实际需求设计,包括用户对问卷的调查,管理员对用户和问卷的管理。此次毕业设计的重点是网站应用程序对数据的访问,其中前台技术采用基于B/S模式的ASP.NET,开发工具是VISUAL STUDIO.NET 2006,后台数据库采用SQL SERVER 2000,数据访问技术采用ADO.NET。
本文首先介绍了问题的背景,接着提出问题,并针对具体项目展开需求调查分析;再基于需求设计出具体的方案;然后对整个系统进行了详细的分析和设计,在设计与实现过程中,结合源代码具体的描述出整个项目的开发过程;最后对整个系统进行测试得出测试结论。
关键字:在线调查;问卷管理;数据访问
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 scientic 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, management on users and questionnaire for manager. The keystone of this design is that web site application programs access data. Thereinto, the technology of front end adopts ASP.NET based-B/S mode and VISUAL STUDIO.NET 2006 as the development tool, database of back end adopts SQL SERVER 2000 and ADO.NET 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; management on questionnaire; 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.2.1系统用户 3
§2.2.2 具体功能划分 4
§2.3 性能需求 6
§2.3.1时间特性 6
§2.3.2适应性 6
§2.4 数据描述 6
§2.4.1 设计局部数据库实体关系 6
§2.4.2 设计全局数据库实体关系 12
§2.5 其它要求 13
第三章 方案设计 14
§3.1 具体方案设计 14
§3.1.1 模块划分 14
§3.1.2 各个模块的具体说明 14
§3.1.3 方案的实现方法 20
§3.2方案论证分析 20
§3.2.1 方案的技术可行性 20
§3.2.2 方案的经济可行性 20
§3.2.3 方案优点与不足 21
§3.3 此方案与C/S结构的比较 21
第四章 设计与实现 23
§4.1 登录和注册模块的实现 23
§4.1.1 登录模块的实现 23
§4.1.2 注册模块的实现 24
§4.2 数据库连接的实现 24
§4.3 用户功能模块的实现 25
§4.3.1 参与问卷调查模块的实现 25
§4.3.2 查询问卷模块的实现 27
§4.3.3 个人资料管理模块的实现 28
§4.4 管理员功能模块的实现 29
§4.4.1 问卷管理模块的实现 29
§4.4.2 用户管理模块的实现 32
§4.5 系统框架 34
第五章 应用与测试 35
§5.1 测试方案概述 35
§5.1.1 测试策略 35
§5.1.2 测试方法 35
§5.2 具体测试过程 35
§5.2.1 功能测试 35
§5.2.2 性能测试 37
§5.3测试结论 38
结束语 39
参考文献 40
致谢 41
摘 要
随着社会的发展,传统的市场、民意调查越来越不能满足社会的需要。在网络经济进一步深化的今天,建设一个高效、便利、安全的在线调查站点是十分必要的。以实现在市场研究、民意调查以及学术研究方面的科学的应用。
本系统按实际需求设计,包括用户对问卷的调查,管理员对用户和问卷的管理。此次毕业设计的重点是网站应用程序对数据的访问,其中前台技术采用基于B/S模式的ASP.NET,开发工具是VISUAL STUDIO.NET 2006,后台数据库采用SQL SERVER 2000,数据访问技术采用ADO.NET。
本文首先介绍了问题的背景,接着提出问题,并针对具体项目展开需求调查分析;再基于需求设计出具体的方案;然后对整个系统进行了详细的分析和设计,在设计与实现过程中,结合源代码具体的描述出整个项目的开发过程;最后对整个系统进行测试得出测试结论。
关键字:在线调查;问卷管理;数据访问
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 scientic 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, management on users and questionnaire for manager. The keystone of this design is that web site application programs access data. Thereinto, the technology of front end adopts ASP.NET based-B/S mode and VISUAL STUDIO.NET 2006 as the development tool, database of back end adopts SQL SERVER 2000 and ADO.NET 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; management on questionnaire; 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.2.1系统用户 3
§2.2.2 具体功能划分 4
§2.3 性能需求 6
§2.3.1时间特性 6
§2.3.2适应性 6
§2.4 数据描述 6
§2.4.1 设计局部数据库实体关系 6
§2.4.2 设计全局数据库实体关系 12
§2.5 其它要求 13
第三章 方案设计 14
§3.1 具体方案设计 14
§3.1.1 模块划分 14
§3.1.2 各个模块的具体说明 14
§3.1.3 方案的实现方法 20
§3.2方案论证分析 20
§3.2.1 方案的技术可行性 20
§3.2.2 方案的经济可行性 20
§3.2.3 方案优点与不足 21
§3.3 此方案与C/S结构的比较 21
第四章 设计与实现 23
§4.1 登录和注册模块的实现 23
§4.1.1 登录模块的实现 23
§4.1.2 注册模块的实现 24
§4.2 数据库连接的实现 24
§4.3 用户功能模块的实现 25
§4.3.1 参与问卷调查模块的实现 25
§4.3.2 查询问卷模块的实现 27
§4.3.3 个人资料管理模块的实现 28
§4.4 管理员功能模块的实现 29
§4.4.1 问卷管理模块的实现 29
§4.4.2 用户管理模块的实现 32
§4.5 系统框架 34
第五章 应用与测试 35
§5.1 测试方案概述 35
§5.1.1 测试策略 35
§5.1.2 测试方法 35
§5.2 具体测试过程 35
§5.2.1 功能测试 35
§5.2.2 性能测试 37
§5.3测试结论 38
结束语 39
参考文献 40
致谢 41