论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

服务保障系统的设计与实现

 本文ID:LWGSW13644 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 服务保障系统的设计与实现 (收费:1000 积分)  

论文字数:15889,页数:48  有开题报告,任务书

摘   要
 随着电信市场竞争的加剧,客户已经成为各类电信运营企业的竞争对象。为切实加强对客户的服务及管理工作,适应电信市场竞争的新形势,留住客户,电信运营商迫切需要一套快速响应及业务支撑系统,来确保为客户提供高质量的服务。
 服务保障系统的建设可以实现电信跨专业、面向服务、闭环的电子化流程管理,以电子工单的形式达到管理手段的规范化和标准化,提高运维效率和对客户的服务质量。
 本设计主要依据湖南电信的需求,采用J2EE+WebLogic+Oracle的模式开发一套服务保障系统。首先,本文介绍了服务保障系统的业务流程,其中详细描述普通电话和IC卡故障每一类障碍的处理流程,同时比较宽带故障和电话故障的异同。然后,本文提出了系统的总体设计方案,将流程归纳为4种子流程,并将系统划分为故障受理,派测,查修,审核4个主要功能模块。最后,本文从流程控制,数据结构,功能模块,与10000号系统接口四个方面详细阐述了如何实现服务保障系统。
 本设计最大的特点是采用流程配置文件,Sql Map框架等多种方式实现了系统的通用性和可扩展性,使得故障处理流程的增加和修改十分灵活,只需配置相关数据而无需修改代码。
 
关键字:电话和IC卡故障,宽带故障,故障受理,派测,查修,审核
 
  Design and Implement of Service Assuring System

                                                            
 Abstract
 With the competition of telecommunication market intensifying, the customer has become competition objects of each kind of telecommunication enterprises. In order to effectively enhance customer service and management, enable it to meet the new competitive situation of telecommunication market, and retain customers, the enterprise needs a set of rapid response and operational support system to ensure to provide high-quality service for customers.
 The construction of Service Assuring System can realize the goal of telecommunication inter-professional, service-oriented, closed-loop electronic workflow management, normalize management measures through electronic forms and improve operating efficiency and customer service quality.
 According to the requirements of Hunan telecommunication, this design developed Service Assuring System using J2EE+WebLogic+Oracle. Firstly, this article introduces the operational process in Service Assuring System, including a detailed description of how to deal with each kind of obstacles contained in ordinary telephone and IC fault and a simple comparison between wideband and telephone fault. Then, this article presents a total design which divides the system into four principal modules: fault accepting, measuring, repairing and verifying. Finally, this article elaborates how to realize Service Assuring System from four aspects, which are process control, data structure, function modules and interface with 10000.
 The biggest feature of the design is realizing system interoperability and scalability through configuration files, SQL Map framework and other methods.

 Key Words: telephone and IC fault, wideband fault, fault accepting, measuring, repairing, verifying
 目       录
1.绪论 1
1.1 系统建设背景 1
1.1.1 遵照集团ITSP电信战略发展规划 1
1.1.2 配合湖南电信MBOSS转型规划 1
1.2 系统现状 1
1.2.1综合化集中维护支撑系统现状 2
1.2.2 97系统112子系统现状 3
1.2.3 10000系统96112子系统现状、IC卡子系统现状 3
1.3 系统建设目标 3
2.技术背景 5
2.1 J2EE概述 5
2.1.1 J2EE框架 5
2.1.2 J2EE核心技术 5
2.2 XML 7
2.2.1 XML简介 7
2.2.2使用dom4j和XPath解析XML 9
3.系统业务流程 11
3.1 电话和IC卡故障流程 11
3.2.1无障碍 11
3.2.2配线架障碍 11
3.2.3线路障碍 12
3.2.4电缆障碍 13
3.2.5机房障碍 14
3.2.6IC卡话机障碍 15
3.2 宽带故障流程 16
4.系统总体设计 17
4.1 总体流程和功能模块 17
4.2 设计原则 17
5.系统详细设计 20
5.1 流程控制设计 20
5.2 数据库设计 21
5.3 功能模块设计 22
5.3.1取故障单列表 22
5.3.2故障受理 23
5.3.3故障派测 25
5.3.4故障查修 27
5.3.5故障审核 29
5.4 与10000系统接口设计 33
结论 35
致谢 36
参考文献 37
附录A 数据库主要表结构 39


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:一种基于特征匹配的拒绝服务攻击.. 下一篇:ECU程序及CAN总线实现
Tags:服务 保障 系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号