目 录
摘要 1
Abstract 2
前 言 3
第1章 绪论 4
1.1 课题背景 4
1.2 课题目的和意义 4
1.3 系统结构 5
1.4 课题主要工作 5
1.5 论文结构 5
第2章 系统的需求分析 7
2.1 系统总体分析 7
2.2 系统的功能分析 7
2.3 数据库需求分析 7
2.4 系统可行性分析 7
2.5 系统安全性分析 8
第3章 系统概要设计 9
3.1 软件运行环境设计 9
3.2 系统设计目标 9
3.3 系统模块设计 9
3.4 系统数据库设计 10
3.4.1 管理员信息表 10
3.4.2 投票主题表 11
3.4.3 投票选项表 11
3.4.4 投票者信息表 12
3.4.5 系统配置表 12
3.4.6 创建触发器 13
3.5 系统文件说明 13
第4章 系统详细设计与实现 14
4.1 系统设计的相关技术 14
4.1.1 ASP.NET动态网页技术 14
4.1.2 ASP.NET对象概述 14
4.1.3 ASP.NET常用对象 15
4.1.4 ADO.NET概述 19
4.1.5 SQL Server 2000 20
4.2 系统设计总体思路 22
4.3 系统总流程图 24
4.4 系统主页面 25
4.5 系统管理模块 25
4.6 投票管理模块 26
4.6.1 投票信息管理界面的实现 27
4.6.2 投票主题的添加 27
4.6.3投票主题的修改 28
4.6.4投票主题的删除 29
4.6.5投票选项的管理 29
4.6.6投票选项的添加 30
4.6.7投票选项的修改 31
4.6.8 投票选项的删除 32
4.6.9 投票系统的配置 32
4.6.10 管理员密码的修改 32
4.7投票结果显示页面 33
第5章 系统调试与扩充 34
网上系统软件5.1 测试环境 34
5.2 调试中遇到的问题和解决方法 34
5.3 系统扩充 34
结 束 语 35
参考文献 36
致 谢 37
部分程序的核心源代码 38
网上在线投票系统的设计与实现
摘要:网上在线投票系统在我们的日常生活中应用得十分广泛,特别是在21世纪作为internet和web的世界。网络上很多的评选活动都是通过网上投票系统来实现的,如站投票评选用户最喜欢的明星、音乐网站投票评选出歌曲排行榜等等。网上投票系统让用户投票方便,也让投票统计结果变得迅速,还能及时了解用户的意见及建议。这对于传统纸质的调查节省了人力物力,正因为如此,在线投票系统能得以如此广泛的使用。
对网上在线投票系统的实现,网络安全是我们首要解决的问题,比如说用户权限的限制、防
止用户修改投票数据、防止用户任意的重复投票等。下文将介绍一个在IIS服务器上用ASP.NET设计的功能相对简单的网上在线投票系统。
关键词:在线投票系统;网络安全;ASP.NET
The Design and Implementation of network
online voting system
Abstract:Online voting system is applied in a broad in our daily life, especially when 21 century is considered as the world of internet and web. On the Internet,many of the activities are selected by online voting system to achieve the results, Such as the vote selection of the most like star in the entertainment site, the vote selection of song list in the music site, etc. It is convenience for users to vote by online voting system, and users can acquire the rapid results. What’ s more,users’s views and suggestion can gathered rapidly .Comparing with the traditional paper-based survey,it saves personnel and resource, That is why the online voting system can be so widely used.
But the biggest problem of the online voting system we must solve is the network security, For example, the user privileges must be limitted, you must prevent users modify the voting data and prevent any repeated voting of users.The following Papers will introduce a relatively simple on-line voting system on an IIS server designing by the ASP.NET
Keywords:Online voting system;network security;ASP.NET
前 言
随着Internet的高速发展,基于网络B/S(Browser/Server)结构的应用程序得到越来越广泛的应用。B/S结构应用程序的客户端只需要一个浏览器,而将所有的业务规则、数据处理等工作放在服务器端进行,这是一种非常适合Internet的结构。
网络技术的发展,网页的应用范围逐步扩大,Microsoft公司推出的ASP.NET(Active Server Pages,动态服务器网页)技术的网络应用平台,已经被广泛的编程人员采纳。可以开发出满足企业、组织和个人要求的各种网站,ASP.NET的主要特性是能够把脚本、HT
ML、组件和强大的Web数据库访问功能结合在一起,形式一个能在服务器上运行的应用程序,并按用户的要求专门制作的HTML页面传送给客户端浏览器。
互联网日益广泛的使用,各种互联网业务在国内的迅速普及,使得网上在线投票系统在许多网络应用中得到了十分广泛的使用。网上在线投票在网络活动中非常常见,网络上很多的评选活动都是通过网上在线投票系统来实现的。如新闻网站投票评选用户最感兴趣的新闻;音乐网站投票评选出歌曲排行榜;还有各种各样“最佳”的评选,都是通过投票来进行的。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论