投票管理系统的设计与实现
摘 要
随着互联网与信息技术的快速发展,计算机已经在各行各业都得到了十分广泛的应用,人们越来越习惯使用计算机来完成各种日常的工作,“无纸化”办公模式成为当前社会的主流。传统的人工投票方式,往往需要将参与投票的人们聚集起来,同时票数结果的统计也需要耗费较多的人力和时间,效率极低。此外,人工投票结果也一直因无法完全保证公平性和公正性而被人们诟病。信息化时代的到来,传统的人工投票方式越来越受到人们的排斥。
本文基于Java的投票管理系统在分析设计时遵循软件工程的思想,文中详细阐述了系统需求分析、系统设计、数据库设计、系统实现以及系统测试五方面。系统运用Spring和Mybatis两大框架技术的整合进行系统的开发,采用了B/S体系结构和免费、小巧、易用的MySql作为数据库服务器,服务器则选择了开源的Tomcat。系统实现了前台功能和后台管理功能,其中前台功能包括用户登录、用户注册、用户投票、投票中心和投票历史等功能;后台管理功能实现了投票信息管理、详细投票查看、用户信息管理、投票信息统计等功能。
系统界面友好,简单易用,易于维护且具有良好的可扩展性,非常何时各种在线投票系统的需求。
关键词:投票管理系统;Spring;Mybatis;MySql
DESIGN AND IMPLEMENTATION OF VOTING MANAGEMENT SYSTEM
ABSTRACT
With the rapid development of the Internet and information technology, computers have been widely used in all walks of life. People are more and more accustomed to using computers to complete various daily tasks. The “paperless” office model has become the current society. Mainstream. The traditional method of manual voting often requires the people who participate in the voting to gather together, and the statistics of the number of votes also require more manpower and time, and the efficiency is extremely low. In addition, the results of manual voting have also been criticized for not being able to fully guarantee fairness and impartiality. With the advent of the information age, traditional manual voting methods have been increasingly rejected by people.
This paper based on Java's voting management system follows the idea of software engineering in analysis and design. The paper elaborates five aspects of system requirements analysis, system design, database design, system implementation and system testing. The system uses the integration of Spring and Mybatis framework technology to develop the system. It uses the B/S architecture and free, small and easy-to-use MySql as the database server. The server chooses the open source Tomcat. The system implements the front-end function and the background management function. The front-end functions include user login, user registration, user voting, voting center and voting history. The background management function implements voting information management, detailed voting view, user information management, and voting information. Statistics and other functions.
The system is user-friendly, easy to use, easy to maintain and has good scalability, very much when it comes to the needs of various online voting systems.
Keywords: voting management system; Spring; Mybatis; MySql
目 录
摘 要
ABSTRACT
目 录
第一章 绪论
1.1 课题背景、目的及意义
1.1.1 课题背景
1.1.2 课题目的和意义
1.2 国内外研究现状
1.2.1 国内的研究现状
1.2.2 国外的研究现状
第二章 相关技术介绍
2.1 Javascript
2.2 Ajax
2.3 MySQL
2.4 SSM框架
2.5 JSP
2.6 B/S模式
2.7 EasyUI
2.8 系统开发平台及运行环境
2.8.1 系统开发平台
2.8.2 运行环境
第三章 系统需求分析
3.1 功能需求分析
3.2 非功能需求分析
3.3 可行性分析
3.3.1 经济可行性
3.3.2 技术可行性
第四章 系统设计
4.1 系统架构
4.2 系统功能模块设计
4.3 系统工作流程设计
4.3.1 系统总体工作流程设计
4.3.2 用户投票流程设计
4.4 数据库设计
4.4.1 数据库概念设计
4.4.2 数据库逻辑设计
第五章 投票管理系统实现
5.1 关键代码分析
5.2 前台功能模块
5.2.1 首页
5.2.2 登录注册
5.2.3 投票中心
5.2.4 投票历史
5.3 后台功能模块
5.3.1 管理员登录
5.3.2 投票信息管理
5.3.3 详细投票查看
5.3.4 用户信息管理
5.3.5 投票信息统计
第六章 系统测试
6.1 测试的目的与目标
6.2 测试方法
6.3 测试用例
6.4 测试结论
结论与展望
致谢
参考文献