网学网为需要其他类别的朋友们搜集整理了商业网站短信增值服务的设计与实现相关资料,希望对各位网友有所帮助!
论文字数: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