1
摘要
当前时代的两个突出特征是世界经济一体化和以计算机为代表的信息技术
的迅速发展。为了使组织在激烈的竞争中保持实力和发展,它必须对迅速变化
的环境做出有效而有效的响应。 管理信息系统的应用可以提供这种有效的决策
支持。电费是家庭日常生活的重要组成部分。目前,电费全部集中管理,根据
电费的实际情况,开发了一款电费管理系统,可以通过统一的帐号查询用电信
息,方便用户使用。
根据需求,确定系统采用,JAVA 作为编程语言,MySQL 作为数据库。整个
系统要操作方便、易于维护、灵活实用。主要实现了电能计量、数据查询、系
统管理等功能。
关键词:电费管理系统;Vue;MySQL
2
Abstract
Two prominent features of the current era are the integration of the world
economy and the rapid development of information technology represented by
computers. In order for an organization to maintain its strength and development in
the fierce competition, it must respond effectively and efficiently to a rapidly
changing environment. The application of management information system can
provide such effective decision support. Electricity bills are an important part of
home daily life. At present, all electricity charges are managed centrally. According
to the actual situation of electricity charges, an electricity charge management
system has been developed, which can query the electricity consumption information
through a unified account, which is convenient for users.
According to the requirements, determine the system adoption, JAVA as the
programming language, MySQL as the database. The whole system should be easy
to operate, easy to maintain, flexible and practical. Mainly implemented functions
such as energy measurement, data query, and system management.
Keywords: Electricity charge management system; Vue; MySQL
3
目 录
1 绪 论 ..................................................5
1.1 系统开发目的 ...............................................5
1.2 系统开发意义 ...............................................5
2 关 键 技 术 介 绍 ..........................................6
2.1 VUE 简介 ....................................................6
2.2 MYSQL 简介 ..................................................6
2.3 JAVA 语言简介 ...............................................7
2.4 MyEclipse 开发平台 ..........................................9
2.5 SSM 简介 ..................................................10
3 需 求 分 析 与 设 计 .......................................12
3.1 系统需求分析 ..............................................12
3.2 运行可行性 ................................................12
3.3 系统可行性分析 ............................................12
3.3.1 技术可行性 .....................................................................................12
3.3.2 经济可行性 .....................................................................................13
3.3.3 操作可行性 .....................................................................................13
3.4 系统功能分析 ..............................................13
3.5 系统功能结构图 ............................................14
4
3.6 系统流程分析 ..............................................14
4 数 据 库 设 计 ............................................18
4.1 数据库逻辑结构设计 ........................................18
4.2 数据库物理结构设计 ........................................19
5 系 统 的 详 细 设 计 与 实 现 .................................21
5.1 系统登录页面 ..............................................21
5.2 用户列表信息页面 ..........................................21
5.3 添加用户信息页面 ..........................................22
5.4 权限管理信息页面 ..........................................22
5.5 添加角色信息页面 ..........................................23
5.6 电能计量信息页面 ..........................................23
5.7 添加用电信息页面 ..........................................24
5.8 电费查询信息页面 ..........................................25
5.9 票据打印信息页面 ..........................................25
5.10 用户查询信息页面 .........................................25
5.11 我的成绩列表信息页面 .....................................26
6 系 统 测 试 ..............................................27
6.1 测试原则 ..................................................27
6.2 测试目的 ..................................................28
6.3 测试分类 ..................................................28