通用投票管理系统的设计与实现 下载本文

内容发布更新时间 : 2024/7/4 17:41:11星期一 下面是文章的全部内容请认真阅读。

大连东软信息学院毕业设计(论文) 摘要

大连东软信息学院

毕业设计(论文)

论文题目:通用投票管理系统的设计与实现

系 所: 计算机科学与技术系 专 业: 计算机应用技术 学生姓名: 韩阔 学生学号: 11110510532 指导教师: 闫海珍 导师职称: 副教授 完成日期: 2014 年 04 月 27 日

大连东软信息学院

Dalian Neusoft University of Information

-Ⅱ-

大连东软信息学院毕业设计(论文) 摘要

通用投票管理系统的设计与实现

摘 要

随着时代的发展,互联网的普及。仅仅靠原始的手工管理或者简单的单机管理已经不能满足我们的需求;管理部门将面对大量的信息无法有高效率的将其中重要部分提取出来。既浪费了大量的人力和物力也无法提高准确率和及时性。

通用投票管理系统最重要的就是如何从众多繁琐的投票结果中,能够实时性的对投票用户进行添加,对人为原因所失误的投票进行修改以及删除,迅速导出所有投票数目,对各个项目的投票进行自动分类得出百分比,满足用户的实时性查询。

通用投票管理系统除了能够完成传统功能之外,更具有时效高、范围广和简单直观的优点,更能符合现代社会的需求。

系统从实用性和易维护考虑,分为前台和后台两大块。前台采用HTML、CSS实现网页页面布局;投票浏览功能,网上投票,投票项目以及参与投票规定等等。后台主要运用PHP编写,易于后台维护,并且功能强大,编写更便捷和美观、更方便(管理者)的管理。本系统采用了目前最强大的开源数据库MySQL,其体积小、速度快、总体拥有成本低。

关键词: 投票,PHP,MySQL

-Ⅱ-

大连东软信息学院毕业设计(论文) Abstract

Design and Implementation of General Vote

Management System

Abstract

With the development of the times, the popularity of the internet. Relying only on the original manual management or single simple management has been unable to meet our needs; management will face a large amount of information can not have high efficiency will be the important part of extracted. Can waste a lot of manpower and material resources can not improve the accuracy and timeliness.

General vote management system is the most important thing is how many tedious voting results in real-time, can add to the voting user, the failure of the man-made vote modify and delete, rapid export all the number of votes for each project, the automatic classification of the vote percentage, meet the real-time user query.

General vote management system can complete the traditional function, has the merit of high efficiency, wide range and simple and intuitive, can better meet the needs of modern society.

The system from the practical and easy to maintain, is divided into front and back two parts. Future use of HTML, CSS Webpage page layout; voting browsing, online voting, voting and vote rules etc.. The backstage mainly use PHP prepared, easy maintenance, and powerful, write more convenient and beautiful, more convenient (Management) management. The system uses the most powerful open-source database MySql, its small size, fast speed, low total cost of ownership.

Keywords: Vote, PHP, MySQL

-Ⅲ-