水电在线缴费管理系统的设计与实现(SSM框架,Eclipse,MySQL)
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
水电在线缴费管理系统的设计与实现(SSM框架,Eclipse,MySQL)(论文说明书11600字,程序代码,MySQL数据库)
摘要:鉴于最为原始的水电收费采用的是手工操作,不能进行集中化的信息管理。通过对目前水电缴费的现实情况的调查了解,开发一个便捷高效的水电缴费管理系统非常有必要。该系统基于B/S架构,开发中用到了JSP技术,后台数据存储选用了MySQL数据库,开发环境选用的是Eclipse,Tomcat作为服务器,系统开发采用了基于Maven的SSM开发框架。该系统主要实现了前台用户的登陆、在线缴费、修改密码,后台管理员的价格管理、用户信息管理以及账单管理功能。通过使用该系统,企业能够大大节约人力成本及时间成本。
关键词:管理系统,在线缴费,MySQL,JSP,Tomcat。
Design and Implementation of on-line payment Management System for Hydro-electricity
Abstract:In view of the manual operation of the most original water and electricity charges, centralized information management can not be carried out. It is necessary to develop a convenient and efficient water and electricity payment management system by investigating and understanding the current situation of water and electricity payment. The system is based on B/S architecture, JSP technology is used in the development, MySQL database is used for background data storage, Eclipse is used as the development environment, Tomcat is used as the server, and Maven-based S SM development framework is used in the system development. The system mainly realizes the functions of front-end login, online payment, password modification, price management of back-end administrators, user information management and bill management. By using this system, enterprises can save manpower cost and time cost greatly. [资料来源:http://THINK58.com]
Key words:Management System,On-line payment,MySQL,JSP,Tomcat.
JDK 1.8版本
Eclipse10.0
MySQL5.7或更高版本
Tomcat6.0或更高版本
系统功能设计
本系统主要分为用户功能和管理员功能两部分,用户主要功能是在线缴费,管理员则是对有关于用户产生的相关信息进行管理。系统在用户功能上主要实现了修改密码、查看当前水电价格、查看水电费账单、在线缴费、查看水电用量趋势等。管理员功能实现了用户信息管理、用户账单管理、水电价格管理、用户查询、添加用户等操作。
[版权所有:http://think58.com]
[资料来源:THINK58.com]
目 录
1绪论 1
1.1研究背景与意义 1
1.2国内外发展状况 1
2开发技术 2
2.1SSM开发框架 2
2.2MyBatis 3
2.3Spring 4 [资料来源:http://think58.com]
2.4SpringMVC 5
3系统分析 5
3.1可行性分析 5
3.2系统需求分析 6
3.2.1系统用例分析 6
3.2.2系统设计目标与运行环境 8
4系统功能设计 9
4.1系统前台功能设计 9
4.1.1登录流程设计 10
4.1.2密码管理流程设计 11
4.1.3在线缴费流程设计 12
4.2后台管理功能设计 12
4.2.1用户账单管理流程设计 13
4.2.2水电价格管理流程设计 14
4.2.3用户信息管理模块流程设计 14
5数据库设计 15
5.1系统ER图设计 16
5.2数据库表格设计 18
6系统详细设计与实现 20
6.1前台用户模块 20
6.1.1登录模块 20
6.1.2修改密码 20
6.1.3在线缴费 21 [资料来源:THINK58.com]
6.1.4查看用量趋势 24
6.2后台管理模块 24
6.2.1用户信息管理 24
6.2.2水电价格管理 26
6.2.3用户账单管理 27
6.2.4查询历史数据 28
总结 29
参考文献 29
致 谢 31
上一篇:虚拟智能仓储—数据采集与综合管理子系统设计(SSM框架,MySQL)
下一篇:医院管理系统的设计与实现(SSM框架,Eclipse,MySQL)