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

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

商业网站短信增值服务的设计与实现

 本文ID:LWGSW13574 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 商业网站短信增值服务的设计 (收费:1000 积分)  

论文字数:16996,页数:51  有开题报告,任务书,代码,PPT

摘   要
 手机短信服务是一种在移动网络上传送简短信息的无线应用,是一种信息在无线网络上存储和转发的过程。近几年来,随着手机短信增值服务的蓬勃发展,短信在各行各业中的研究和应用越来越受到人们的重视。
 本文首先对短信增值业务以及涉及到的技术进行了学习和研究,然后对popocc网站的“快乐男声原创歌曲征集”活动的投票系统进行了需求分析、概要设计以及详细设计,其中包括系统体系结构的规划,功能模块的划分,以及整个系统流程的制定等。最后在东信通NTX Web Service短信接口基础之上设计和实现了该短信投票系统,满足了该网站对创意作品短信投票的需求。
 通过应用Web Service接口来设计和实现popocc短信投票系统,不仅对手机短信服务合作接口原理以及Web Service在实际开发中的应用有了一个全面的了解,同时也熟练地掌握了这种基于网站的短信服务的开发流程。

关键词: Web Service;短信;接口;投票
 The Business Website Short message Increases in Value a Ministrant
 Design and the Realization
 
 Abstract
 SMS(Short Message Service) is a kind of wireless applicantion in carrying brief message via the mobile network. At the same time, it is a process that messages are stored and then transmitted in the wireless network. For the last few years, as the huge development in the SMS,people pay more and more attention in the research and application of Short Messege in kinds of areas.
 In this article, firstly, I did some studies and research for the business in increase in value of Short Messege and the technologies associated. Then, I made the requirement analysis, conception design and detail design which included programming of the system’s architecture, the partition of the function module and the flow of the whole system. At last, I implemented this system based on the Short Message Interfaces of the Donson NTX Web Service, and satisfied the requirement of the the website “popocc” to the original works.
 By using the Web Service to design and carry out the Short Message Vote system for the website “popocc”.Not only I knew about the principle to have to the service cooperation and the Web Service is in actually development of the application all-sided,but also captured the development process of this kind of Short Message System that based on websites expertly.
 
 Keywords:Web Service; Short message; Interface; Vote
目   录
1.绪论 1
1.1 课题的来源及研究意义 1
 1.2 国内外研究状况和相关领域中已有的成果 1
1.3 设计和研究方法 2
1.4 设计过程和研究方法 2
2.XML Web Services技术以及东信通NTX Web 服务 3
2.1 XML Web Service 3
2.1.1 Web Service体系结构的定义 3
2.1.2 Web Service服务体系结构模型 3
2.1.3 Web Service的优势 5
2.2 东信通 NTX Web Service 5
2.2.1 东信通NTX Web Service接口分析 5
3.popocc 短信投票系统的需求分析 9
3.1 功能描述 9
3.1.1 用户管理 9
3.1.2 系统设置管理 9
3.1.3 作品资源管理 10
3.1.4 短信资源管理 10
3.1.5 投票汇总信息管理 11
3.2 开发平台和工具 11
3.2.1 系统的开发平台和工具 11
4.popocc 短信投票系统的设计 17
4.1 popocc 短信投票系统的体系结构 17
4.2 popocc 短信投票系统的结构划分 18
4.2.1 基于模块化的体系结构 18
4.3 popocc短信投票系统的业务流程 20
4.4 数据库设计 20
4.4.1 数据库数据结构设计 20
4.4.2 物理结构设计 22
4.4.3 数据结构与程序的关系 22
4.5 popocc短信投票系统的详细设计 23
4.5.1 用户管理 23
4.5.2 系统设置管理 23
4.5.3 作品资源管理 24
4.5.4 短信资源管理 25
4.5.5 投票汇总信息管理 26
5.popocc 短信投票系统的实现 27
5.1 开发环境 27
5.1.1 开发语言 27
5.1.2 所使用的其它技术 27
5.2 数据访问层 27
5.3 业务逻辑层 27
5.4 页面表现层 27
总    结 28
致    谢 29
参考文献 30
附  录 31
附录A   系统初始化数据设置 31
附录B   数据访问基类 32
附录C   公共事务处理类 CommonData.cs 34
附录D   短信投票的启动与停止 41
附录E   页面访问权限控制类 PageManage.cs 43


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于Spring的软件测试专业网站表.. 下一篇:基于Word的电子签章的设计与实现
Tags:商业 网站 短信 增值服务 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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