登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于移动代理技术的话费查询系统毕业论文

 2022-01-30 07:01  

论文总字数:22614字

摘 要

手机日益成为我们日常生活中必不可少的用品,手机用户的数量也随着网络的普及越来越多,每个人一部手机成为社会上一种趋势,但是,随着手机用户的日渐增多,手机系统对于手机用户的业务管理也越来越多。因此,我们就需要一个系统来管理手机用户所需要的功能,比如手机余额查询等服务,如果实现,就会让手机的使用也随之变得更加简便。

该系统是基于Springboot框架和Maven进行的开发,它们二者结合起来的开发的系统易操作并且安全性能较好,同时,二者之间也提供了很方便的接口,数据库是采用MySQL数据库,使用方便。

该系统就是本着可以给用户提供手机话费管理服务,可以对历史记录,当前余额和欠费记录查询,充值话费,管理手机套餐,也可以修改个人的信息;此系统的后台管理者即管理员可以登录系统来进行对用户的管理,比如添加新用户、管理用户的个人资料、处理用户的话费充值申请,还有,管理员还要实时地添加或删除手机话费的套餐。

此论文较为详尽地叙述了设计手机余额查询系统的分析设计过程,包含系统分析、系统设计和系统测试等内容。

关键词:手机话费管理服务 SpringBoot Maven MySQL

Realization of Phone Call Management System Based on SpringBoot Framework

Abstract

Mobile phones are increasingly becoming an indispensable part of our daily lives. The number of mobile phone users is also increasing with the popularity of the Internet. Everyone has a mobile phone which is becoming a trend in society. However, with the increasing number of users with mobile phone .The mobile phone system has created more and more business managements for mobile phone users. Therefore, we need a system to manage the functions that required by mobile phone users, such as the function of mobile phone balance inquiry and other services. If it is implemented, the use of mobile phones will generally become easier.

The system is based on the development of Springboot framework and Maven technology . Both of them are easy to operate and have good safety performances . At the same time , it also provides a convenient interface between them . The database is used by Mysql database and it is convenient to use .

The system is based on the ability to provide users with mobile phone management services, can search historical records, current balances and arrears records, recharge calls, manage mobile phone packages, and can also modify personal information; the background administrator of this system is the administrator You can log in to the system to manage users. For example, you can add new users, manage personal information of users, and handle users' recharge requests. In addition, administrators must also add or delete phone bills in real time.

This article has detail description in analysis processes and design process about this designed system, including system analysis, system design, and system testing.

Keywords:Mobile phone management service; SpringBoot;Maven; MySQL

目录

摘 要 I

Abstract II

第一章 引言 1

1.1 选题的背景和意义 1

1.2 系统技术分析 2

1.2.1 Spring Boot框架 2

1.2.2 Maven工具 2

1.2.3 MVC模式 3

1.2.4 MySQL数据库系统 4

第二章 可行性分析和需求分析 5

2.1可行性的分析 5

2.1.1技术的可行性 5

2.1.2操作的可行性 6

2.1.2经济的可行性 6

2.2系统需求分析 6

2.2.1系统性能需求分析 7

2.2.2系统业务功能需求分析 7

2.2.3系统业务功能结构分析 11

2.3系统开发环境设计分析 16

第三章 系统总体设计与开发 17

3.1系统的整体框架 17

3.1.1手机用户模块 18

3.1.2系统管理员模块 18

3.2系统的部署 18

3.2.1 负载均衡部分 18

3.2.2 拦截器部分 19

3.3数据库的设计 20

3.3.1用户信息表(user) 20

3.3.2手机余额表(balance) 20

3.3.3充值欠费记录表(record) 21

3.3.4充值申请表(message) 21

3.3.5套餐信息表(business_info) 22

3.3.6 用户套餐选择表(user_business) 22

第四章 系统详细的设计及实现 23

4.1 注册模块设计和说明 23

4.1.1 流程逻辑 23

4.1.2 程序描述 23

4.2 登录模块设计和说明 24

4.2.1 流程逻辑 24

4.2.2 程序描述 25

4.3功能服务模块设计和说明 25

4.3.1 充值记录查询模块 25

4.3.2 余额查询和充值模块 26

4.3.3欠费记录查询模块 27

4.3.4套餐选择模块 28

4.3.5 自动扣费模块 28

4.3.6 修改个人资料模块 31

4.4 管理员模块设计说明 31

4.4.1流程逻辑 31

4.4.2程序描述 31

第五章 系统展示 33

5.1系统展示过程和结果 33

5.1.1手机用户 33

5.1.2管理员模块 37

第六章 结论 41

参考文献 42

致 谢 44

引言

选题的背景和意义

通信问题是人们在沟通过程中一直存在的问题。起初是电报,电话,现在已经是移动手机和智能手机的天下了。人们逐渐克服了这个难题,人与人之间的交流也日趋简单方便。通信技术不断飞速发展,移动手机通信已经发展成现今世界必不可少的通信方式之一,沟通也因此变得更加容易和便捷。

移动手机用户现今日趋增多,因此,手机用户的管理方面也不知不觉增加了很多有待我们解决的问题。更加值得注意的是,手机业务的功能需求也要根据手机用户的需要增加,比如账户余额的查询以及账单的记录查询问题等。这些成为了手机管理的主要要解决的问题。为了解决这一系列的问题,就需要一个运营商可以管理手机用户的同时,又能给手机用户带来便利的手机系统管理的软件。

请支付后下载全文,论文总字数:22614字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图