第一范文网 - 专业文章范例文档资料分享平台

电信计费管理系统设计与实现毕业设计论文

来源:用户分享 时间:2025/6/3 4:17:33 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

成都理工大学毕业设计(论文)

电信计费管理系统设计与实现

摘 要

随着我国电信业的迅猛发展,各项业务量快速增长,新的业务种类和新的服务形式不断推出,电信计费管理系统的重要性日益突出。本文通过对电信计费的基本原理、实现流程等进行研究分析,完成了计费管理系统的总体规划、分析、设计、实现以及运行调试和评价,其中使用管理信息系统结构化开发方法完成系统分析与设计工作,使用UML建模的方法完成了系统的实现工作。该系统基于B/S模式,以Oracle为后台数据库,用MyEclipse 6.5、Tomcat 6.0、PowerDesigner 12等工具进行开发。系统后台数据库中通过存储过程和JOB定时器实时地对话单数据进行统计,并在前台使用JSP和AJAX技术实时展现统计数据。该系统具有很好的实用性,可帮助相应工作人员方便地完成各种话单统计工作,提高工作效率。

关键词:计费管理系统;系统分析与设计;结构化方法;UML建模

I

成都理工大学毕业设计(论文)

Design and Implementation of Telecom

Billing Management System

Abstract: In recent years, with the rapid development of China's telecom, the rapid growth of new business volume, types and new services. In order to make these continuously develop business to better development, the importance of the management system of telecommunication billing increasingly prominent. This thesis researches and analyses the fundamental principle, implement of bill system of telecom business. Its system planning, analysis, design, implementation, operation and evaluation have accomplished by the structured development method of management of information system, and UML modeling method. This system is based on B/S model, selecting MyEclipse6.5 Tomcat6.0, JDK6.7 and PowerDesigner12 as development tools with Oracle 10g for database of it. In front of the system use AJAX and JSP to show data, in the system of data stored in the backend database using real-time process and JOB timer for statistics bill data, so that relevant personnel can get real-time data. The system has good practicability; the system can make a convenience of the statistics of kinds of fee list for the telecom operators meanwhile can make a high efficiency for telecom staff.

Keywords: Billing Management System; System Analysis and Design; Structured Method; UML Modeling.

II

成都理工大学毕业设计(论文)

目 录

第1章 前言......................................................... 1 第2章 项目概述..................................................... 2 2.1. 项目开发背景................................................. 2 2.2. 项目开发目的................................................. 2 2.3. 项目开发方法................................................. 3 第3章 系统总体规划................................................. 4 3.1. 系统初步调查................................................. 4 3.2. 可行性分析................................................... 4 3.3. 组织机构调查................................................. 5 3.4. 系统逻辑业务规划............................................. 6 3.5. 系统数据类规划............................................... 6 3.6. 系统开发计划................................................. 7 第4章 系统分析..................................................... 9 4.1. 系统详细调查................................................. 9 4.2. 需求分析.................................................... 11 4.2.1. 系统面向的用户.......................................... 11 4.2.2. 系统管理员需求.......................................... 12 4.2.3. 资料管理员需求.......................................... 12 4.2.4. 查询统计管理员需求...................................... 14 4.2.5. 告警处理员需求.......................................... 16 4.3. 业务流程分析................................................ 16 4.4. 数据流程分析................................................ 20 4.5. 数据字典.................................................... 24 4.6. 系统逻辑模型................................................ 26 第5章 系统设计.................................................... 27 5.1. 模块结构设计................................................ 27

III

成都理工大学毕业设计(论文)

5.1.1. 系统管理模块结构........................................ 27 5.1.2. 资料管理模块结构........................................ 28 5.1.3. 查询统计管理模块结构.................................... 28 5.1.4. 监控告警管理模块结构.................................... 28 5.2. 代码设计.................................................... 30 5.3. 数据库设计.................................................. 31 5.3.1. 概念模型设计............................................ 31 5.3.2. 逻辑模型设计............................................ 34 5.3.3. 物理模型设计............................................ 35 5.4. 人机界面设计................................................ 39 5.4.1. 登录界面................................................ 39 5.4.2. 系统管理主界面.......................................... 39 5.4.3. 资料管理主界面.......................................... 40 5.4.4. 查询统计管理主界面...................................... 41 5.4.5. 监控告警管理主界面...................................... 42 第6章 系统实施.................................................... 43 6.1. 计算机逻辑配置.............................................. 43 6.1.1. 计算机局域网络配置...................................... 43 6.1.2. 计算机广域网络配置...................................... 43 6.2. 系统实施准备................................................ 44 6.3. 项目开发环境及工具介绍...................................... 45 6.3.1. MVC模式简介 ............................................ 45 6.3.2. Struts 2和Hibernate3.0技术框架简介 .................... 45 6.4. 程序设计.................................................... 46 6.4.1. 程序设计方法及风格...................................... 46 6.4.2. 系统管理模块程序设计.................................... 47 6.4.3. 资料管理模块程序设计.................................... 49 6.4.4. 查询统计管理模块程序设计................................ 52 6.4.5. 监控告警管理程序设计.................................... 55

IV

成都理工大学毕业设计(论文)

6.5. 系统测试与调试.............................................. 57 6.5.1. 功能测试................................................ 57 6.5.2. 性能测试................................................ 57 6.5.3. 系统调试................................................ 57 第7章 系统运行管理与评价.......................................... 58 7.1. 系统的运行管理.............................................. 58 7.2. 系统的评价.................................................. 59 7.2.1. 经济指标评价............................................ 59 7.2.2.性能指标评价............................................ 59 7.2.3. 管理指标评价............................................ 59 结 论.............................................................. 60 致 谢.............................................................. 61 参考文献........................................................... 62 附 录.............................................................. 63

V

电信计费管理系统设计与实现毕业设计论文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c2y08v9oz5q5nrap1rg1l036aw5tvxo00xqj_1.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top