毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 计算机论文 >> 正文

ASP.net移动通信公司自助套餐业务网页的设计

更新时间:2016-10-1:  来源:毕业论文

ASP.net移动通信公司自助套餐业务网页的设计 摘  要:传统的移动通信业务办理都是在营业厅进行办理的,很多客户浪费了时间在排队办理业务上,并且移动公司花费了大量的人力物力去建设营业厅。这样就使资源造成了很大的浪费,因此需要创建网上营业厅来解决这些问题。
移动通信网上营业厅是运营商为给客户办理和查询等业务提供方便而建立的专用网站,用户通过注册并登陆可以在网上自助办理各类业务,例如:选择套餐和购买套餐等,这一点类似于网上商城。网上营业厅可使用户减少大量的时间在实体营业厅排队办理业务,也省去了来回奔波的时间。随着网络技术的发展以及用户的需求,“互联网”的概念已突破传统意义PC的模式,向多媒体应用、多样化移动终端而演变,而结果是将日常应用与网络紧密结合。这种网络构架的变革将对移动运营商的运营模式产生深远的影响,结果可能是:运营商将成立专门的独立的运营部门面对所需应用,统一运营应用层的“业务”,本文来自优*文~论'文&网,毕业论文 www.youerw.com 加7位QQ324'9114找源文并且与其他相关业务部门紧密结合,为客户提供完整全套的综合信息服务。中国移动门户网站也就相应而生,在汲取了国外 的成功经验的同时,又在实际应用中融合了中国客户自己的消费特质和服务为其提供需求。
网上营业厅能够实现会员注册、登录、修改个人信息、选择套餐、查询套餐情况以及查看各种服务等功能,移动通信系统的重要组成部分是由这些功能组成的、该系统在现在社会上起着非常大的作用。基于WEB模式,使用net 2.0对此系统进行设计开发,与用户的交互已WEB页面的形式,在开发系统的过程中,开发环境采用的是Microsoft Visual Studio 2010编程工具,用C语言进行系统的编写,并且运用了SQL  Server  2008数据库进行数据存储。从而实现该系统的所预期的功能。使整个系统操作简便、界面友好、安全灵活、访问便捷。
关键词:C语言;移动通信公司;SQL Server  2008
Mobile Communication Online Business Hall Simulative System
Abstract :Traditional mobile communication business is conducted in the business hall to deal with the handling, many clients, wasted time waiting in line to handle our business and mobile companies spend a lot of manpower material resources to build the business hall.So that it caused great waste of resources, so you need to create online business hall to deal with these problems.
Online business hall is operator for facilitating the clients to deal with and query and so on business and establish dedicated web site, by the user to register and login online business hall can deal with all kinds of business, for example: select packages, query plan, and other functions, it is similar to online mall.Online business hall enables users to reduce trouble, don't need to deal with all kinds of business and reserved in advance a lot of time and to spend time in the business hall queue.With the development of network technology and the needs of users, the concept of the "Internet" has continued to breakthrough traditional model based on PC, to the diversity of mobile terminals, multimedia application of next generation network evolution, and the results of the systematic is combined closely with the daily application and network.This change of the network architecture will be far-reaching influence on the operation mode of the mobile operators, a possible result: operators will set up independent specialized content application oriented operations, unified operation "business" of the application layer, and the corresponding closely combined with other business network operations department, to provide customers complete a full set of integrated information services.China mobile portal is born accordingly, while absorbing the successful experience of the abroad, and combine the Chinese customers in actual application of consumption demand and service providing.
Mobile communications business hall can realize online member register, login, modify personal information, choose the package, the query package and check the basic function such as all kinds of function such as the terms of service.These features are an important part of mobile communication system, plays an important role in social development.The system based on Web mode, use the.net 2.0 development, realize the interaction with the user in a Web page way, in the process of system development, the development environment using Microsoft Visual Studio 2010 programming tools, [47] in c # language for system development, and using SQL Server 2008 r2 database for data storage.So as to realize all functions of the system.The whole system is simple, friendly interface, safe and flexible, convenient access.
KeyWords: C#;Mobile Communications; SQL Server  2008
目 录

引 言 1
第1章 系统概述 2
1.1 移动通信自助套餐业务模拟系统概论 2
1.2 移动通信自助套餐业务模拟系统背景及其意义 2
1.3 移动通信自助套餐模拟系统功能模块概论 2
第2章 系统开发工具和环境 4
2.1 ASP.NET 简介 4
2.2 Visual C# 2010编程环境的介绍 5
2.3 Microsoft SQL Server 2008简介 6
第3章 系统需求分析 7
3.1.后台管理员 7
3.2.前台客户 7
3.3.固定套餐 7
3.4.权限分配 7
第4章 系统设计 7
4.1 系统的主要功能模块设计 7
4.2系统的子模块功能详细设计 8
4.2.1 主要参与者 8
系统管理员(admini) 8
用户(user) 8
4.2.2 主要用例 8
4.2.3 系统软件体系结构 10
4.3 主要用例编写 10
4.3.1管理员用例 11
4.3.2  用户购买用例 12
第5章 系统实现 14
5.1 映射概述 14
5.2数据连接公共模块的描述 14
5.3编程实现该对象 16
5.3.1 登陆界面 16
5.3.2 后台入口 17
5.3.3 管理员界面 17
5.3.4 用户选择界面 19
5.3.5 用户注册界面 20
第6章 调试与分析 21
6.1测试的重要性 21
6.2 测试实例的研究与选择 21
6.3 调试环境与调试条件 22
6.4 系统运行情况 22
6.5 系统评价 22
总结 23
致谢 24
参考文献 25,3201

[1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页

ASP.net移动通信公司自助套餐业务网页的设计下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。