商業(yè)網(wǎng)站短信增值服務(wù)的設(shè)計與實現(xiàn).rar
商業(yè)網(wǎng)站短信增值服務(wù)的設(shè)計與實現(xiàn),1.7萬字 51頁資料壓縮包內(nèi)包括開題報告,任務(wù)書,答辯ppt,論文正文,程序代碼,資料內(nèi)容完整,推薦下載!摘 要手機(jī)短信服務(wù)是一種在移動網(wǎng)絡(luò)上傳送簡短信息的無線應(yīng)用,是一種信息在無線網(wǎng)絡(luò)上存儲和轉(zhuǎn)發(fā)的過程。近幾年來,隨著手機(jī)短信增值服務(wù)的蓬勃發(fā)展,短信在各行各業(yè)中的研究和應(yīng)用越來越受到...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 lanqiuhuo 發(fā)布
商業(yè)網(wǎng)站短信增值服務(wù)的設(shè)計與實現(xiàn)
1.7萬字 51頁
資料壓縮包內(nèi)包括開題報告,任務(wù)書,答辯PPT,論文正文,程序代碼,資料內(nèi)容完整,推薦下載!
摘 要
手機(jī)短信服務(wù)是一種在移動網(wǎng)絡(luò)上傳送簡短信息的無線應(yīng)用,是一種信息在無線網(wǎng)絡(luò)上存儲和轉(zhuǎn)發(fā)的過程。近幾年來,隨著手機(jī)短信增值服務(wù)的蓬勃發(fā)展,短信在各行各業(yè)中的研究和應(yīng)用越來越受到人們的重視。
本文首先對短信增值業(yè)務(wù)以及涉及到的技術(shù)進(jìn)行了學(xué)習(xí)和研究,然后對popocc網(wǎng)站的“快樂男聲原創(chuàng)歌曲征集”活動的投票系統(tǒng)進(jìn)行了需求分析、概要設(shè)計以及詳細(xì)設(shè)計,其中包括系統(tǒng)體系結(jié)構(gòu)的規(guī)劃,功能模塊的劃分,以及整個系統(tǒng)流程的制定等。最后在東信通NTX Web Service短信接口基礎(chǔ)之上設(shè)計和實現(xiàn)了該短信投票系統(tǒng),滿足了該網(wǎng)站對創(chuàng)意作品短信投票的需求。
通過應(yīng)用Web Service接口來設(shè)計和實現(xiàn)popocc短信投票系統(tǒng),不僅對手機(jī)短信服務(wù)合作接口原理以及Web Service在實際開發(fā)中的應(yīng)用有了一個全面的了解,同時也熟練地掌握了這種基于網(wǎng)站的短信服務(wù)的開發(fā)流程。
關(guān)鍵詞: 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 國內(nèi)外研究狀況和相關(guān)領(lǐng)域中已有的成果 1
1.3 設(shè)計和研究方法 2
1.4 設(shè)計過程和研究方法 2
2.XML Web Services技術(shù)以及東信通NTX Web 服務(wù) 3
2.1 XML Web Service 3
2.1.1 Web Service體系結(jié)構(gòu)的定義 3
2.1.2 Web Service服務(wù)體系結(jié)構(gòu)模型 3
2.1.3 Web Service的優(yōu)勢 5
2.2 東信通 NTX Web Service 5
2.2.1 東信通NTX Web Service接口分析 5
3.popocc 短信投票系統(tǒng)的需求分析 9
3.1 功能描述 9
3.1.1 用戶管理 9
3.1.2 系統(tǒng)設(shè)置管理 9
3.1.3 作品資源管理 10
3.1.4 短信資源管理 10
3.1.5 投票匯總信息管理 11
3.2 開發(fā)平臺和工具 11
3.2.1 系統(tǒng)的開發(fā)平臺和工具 11
4.popocc 短信投票系統(tǒng)的設(shè)計 17
4.1 popocc 短信投票系統(tǒng)的體系結(jié)構(gòu) 17
4.2 popocc 短信投票系統(tǒng)的結(jié)構(gòu)劃分 18
4.2.1 基于模塊化的體系結(jié)構(gòu) 18
4.3 popocc短信投票系統(tǒng)的業(yè)務(wù)流程 20
4.4 數(shù)據(jù)庫設(shè)計 20
4.4.1 數(shù)據(jù)庫數(shù)據(jù)結(jié)構(gòu)設(shè)計 20
4.4.2 物理結(jié)構(gòu)設(shè)計 22
4.4.3 數(shù)據(jù)結(jié)構(gòu)與程序的關(guān)系 22
4.5 popocc短信投票系統(tǒng)的詳細(xì)設(shè)計 23
4.5.1 用戶管理 23
4.5.2 系統(tǒng)設(shè)置管理 23
4.5.3 作品資源管理 24
4.5.4 短信資源管理 25
4.5.5 投票匯總信息管理 26
5.popocc 短信投票系統(tǒng)的實現(xiàn) 27
5.1 開發(fā)環(huán)境 27
5.1.1 開發(fā)語言 27
5.1.2 所使用的其它技術(shù) 27
5.2 數(shù)據(jù)訪問層 27
5.3 業(yè)務(wù)邏輯層 27
5.4 頁面表現(xiàn)層 27
總 結(jié) 28
致 謝 29
參考文獻(xiàn) 30
附 錄 31
附錄A 系統(tǒng)初始化數(shù)據(jù)設(shè)置 31
附錄B 數(shù)據(jù)訪問基類 32
附錄C 公共事務(wù)處理類 CommonData.cs 34
附錄D 短信投票的啟動與停止 41
附錄E 頁面訪問權(quán)限控制類 PageManage.cs 43
參考文獻(xiàn)
[1] 樊曉虹、閆洪亮.短信網(wǎng)址在企業(yè)電子商務(wù)中的應(yīng)用分析[J].集團(tuán)經(jīng)濟(jì)研究,2006,9(9):2-3.
[2] 林延.移動增值業(yè)務(wù)未來之路[J].當(dāng)代通訊,2006,21(9):12-18.
[3] 微軟公司,XML WEB SERVICE開發(fā)[M].北京:高等教育出版社,2004-2:66-79.
[4] 艾群芳.東信通NTX Web服務(wù)開發(fā)人員參考[M].深圳:東信通網(wǎng)絡(luò)公司,2006-3-29:2-5,26-32.
[5] [美]A.Russell Jones.ASP.NET與C#從入門到精通[M].西安:電子工業(yè)出版社,2003-3.
[6] 南若然.淺析我國媒體利用短信同受眾交流的現(xiàn)狀[D].中國傳媒大學(xué)
附 錄
附錄A 系統(tǒng)初始化數(shù)據(jù)設(shè)置
//引用東信通NTX Web Service
//定義數(shù)據(jù)庫連接字符串
......
附錄B 數(shù)據(jù)訪問基類
DataAccessBade.cs
public class DataAccessBase
{
//定義該類共用變量
private SqlConnection conn; //
private SqlCommand mycom; //
private SqlDataAdapter myda; //
private SqlDataReader mydr;
......
附錄C 公共事務(wù)處理類 CommonData.cs
public class CommonData
{
public CommonData()
{
}
public static DonsonNtxWebService11 NTXWebService = new DonsonNtxWebService11();
public static string Connection_String = System.Configuration.ConfigurationManager.AppSettings["ConnectionString"].ToString().Trim();
public static string ServeID =
......
附錄D 短信投票的啟動與停止
public static bool StartVotingSystem(string startTime, string endTime)
{
if (CommonData.SMSSystemState == "stoped")//判斷短信投票(短信的收發(fā))是否處于完全停止?fàn)顟B(tài)。
{
if (startTime.CompareTo(endTime) >= 0)
return false;
else
{
string now = System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
......
附錄E 頁面訪問權(quán)限控制類 PageManage.cs
public class PageManage : System.Web.UI.Page
{
public PageManage()
{
}
///
/// 初始化頁面
///
public void InitPage()
{
......
1.7萬字 51頁
資料壓縮包內(nèi)包括開題報告,任務(wù)書,答辯PPT,論文正文,程序代碼,資料內(nèi)容完整,推薦下載!
摘 要
手機(jī)短信服務(wù)是一種在移動網(wǎng)絡(luò)上傳送簡短信息的無線應(yīng)用,是一種信息在無線網(wǎng)絡(luò)上存儲和轉(zhuǎn)發(fā)的過程。近幾年來,隨著手機(jī)短信增值服務(wù)的蓬勃發(fā)展,短信在各行各業(yè)中的研究和應(yīng)用越來越受到人們的重視。
本文首先對短信增值業(yè)務(wù)以及涉及到的技術(shù)進(jìn)行了學(xué)習(xí)和研究,然后對popocc網(wǎng)站的“快樂男聲原創(chuàng)歌曲征集”活動的投票系統(tǒng)進(jìn)行了需求分析、概要設(shè)計以及詳細(xì)設(shè)計,其中包括系統(tǒng)體系結(jié)構(gòu)的規(guī)劃,功能模塊的劃分,以及整個系統(tǒng)流程的制定等。最后在東信通NTX Web Service短信接口基礎(chǔ)之上設(shè)計和實現(xiàn)了該短信投票系統(tǒng),滿足了該網(wǎng)站對創(chuàng)意作品短信投票的需求。
通過應(yīng)用Web Service接口來設(shè)計和實現(xiàn)popocc短信投票系統(tǒng),不僅對手機(jī)短信服務(wù)合作接口原理以及Web Service在實際開發(fā)中的應(yīng)用有了一個全面的了解,同時也熟練地掌握了這種基于網(wǎng)站的短信服務(wù)的開發(fā)流程。
關(guān)鍵詞: 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 國內(nèi)外研究狀況和相關(guān)領(lǐng)域中已有的成果 1
1.3 設(shè)計和研究方法 2
1.4 設(shè)計過程和研究方法 2
2.XML Web Services技術(shù)以及東信通NTX Web 服務(wù) 3
2.1 XML Web Service 3
2.1.1 Web Service體系結(jié)構(gòu)的定義 3
2.1.2 Web Service服務(wù)體系結(jié)構(gòu)模型 3
2.1.3 Web Service的優(yōu)勢 5
2.2 東信通 NTX Web Service 5
2.2.1 東信通NTX Web Service接口分析 5
3.popocc 短信投票系統(tǒng)的需求分析 9
3.1 功能描述 9
3.1.1 用戶管理 9
3.1.2 系統(tǒng)設(shè)置管理 9
3.1.3 作品資源管理 10
3.1.4 短信資源管理 10
3.1.5 投票匯總信息管理 11
3.2 開發(fā)平臺和工具 11
3.2.1 系統(tǒng)的開發(fā)平臺和工具 11
4.popocc 短信投票系統(tǒng)的設(shè)計 17
4.1 popocc 短信投票系統(tǒng)的體系結(jié)構(gòu) 17
4.2 popocc 短信投票系統(tǒng)的結(jié)構(gòu)劃分 18
4.2.1 基于模塊化的體系結(jié)構(gòu) 18
4.3 popocc短信投票系統(tǒng)的業(yè)務(wù)流程 20
4.4 數(shù)據(jù)庫設(shè)計 20
4.4.1 數(shù)據(jù)庫數(shù)據(jù)結(jié)構(gòu)設(shè)計 20
4.4.2 物理結(jié)構(gòu)設(shè)計 22
4.4.3 數(shù)據(jù)結(jié)構(gòu)與程序的關(guān)系 22
4.5 popocc短信投票系統(tǒng)的詳細(xì)設(shè)計 23
4.5.1 用戶管理 23
4.5.2 系統(tǒng)設(shè)置管理 23
4.5.3 作品資源管理 24
4.5.4 短信資源管理 25
4.5.5 投票匯總信息管理 26
5.popocc 短信投票系統(tǒng)的實現(xiàn) 27
5.1 開發(fā)環(huán)境 27
5.1.1 開發(fā)語言 27
5.1.2 所使用的其它技術(shù) 27
5.2 數(shù)據(jù)訪問層 27
5.3 業(yè)務(wù)邏輯層 27
5.4 頁面表現(xiàn)層 27
總 結(jié) 28
致 謝 29
參考文獻(xiàn) 30
附 錄 31
附錄A 系統(tǒng)初始化數(shù)據(jù)設(shè)置 31
附錄B 數(shù)據(jù)訪問基類 32
附錄C 公共事務(wù)處理類 CommonData.cs 34
附錄D 短信投票的啟動與停止 41
附錄E 頁面訪問權(quán)限控制類 PageManage.cs 43
參考文獻(xiàn)
[1] 樊曉虹、閆洪亮.短信網(wǎng)址在企業(yè)電子商務(wù)中的應(yīng)用分析[J].集團(tuán)經(jīng)濟(jì)研究,2006,9(9):2-3.
[2] 林延.移動增值業(yè)務(wù)未來之路[J].當(dāng)代通訊,2006,21(9):12-18.
[3] 微軟公司,XML WEB SERVICE開發(fā)[M].北京:高等教育出版社,2004-2:66-79.
[4] 艾群芳.東信通NTX Web服務(wù)開發(fā)人員參考[M].深圳:東信通網(wǎng)絡(luò)公司,2006-3-29:2-5,26-32.
[5] [美]A.Russell Jones.ASP.NET與C#從入門到精通[M].西安:電子工業(yè)出版社,2003-3.
[6] 南若然.淺析我國媒體利用短信同受眾交流的現(xiàn)狀[D].中國傳媒大學(xué)
附 錄
附錄A 系統(tǒng)初始化數(shù)據(jù)設(shè)置
//引用東信通NTX Web Service
//定義數(shù)據(jù)庫連接字符串
......
附錄B 數(shù)據(jù)訪問基類
DataAccessBade.cs
public class DataAccessBase
{
//定義該類共用變量
private SqlConnection conn; //
private SqlCommand mycom; //
private SqlDataAdapter myda; //
private SqlDataReader mydr;
......
附錄C 公共事務(wù)處理類 CommonData.cs
public class CommonData
{
public CommonData()
{
}
public static DonsonNtxWebService11 NTXWebService = new DonsonNtxWebService11();
public static string Connection_String = System.Configuration.ConfigurationManager.AppSettings["ConnectionString"].ToString().Trim();
public static string ServeID =
......
附錄D 短信投票的啟動與停止
public static bool StartVotingSystem(string startTime, string endTime)
{
if (CommonData.SMSSystemState == "stoped")//判斷短信投票(短信的收發(fā))是否處于完全停止?fàn)顟B(tài)。
{
if (startTime.CompareTo(endTime) >= 0)
return false;
else
{
string now = System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
......
附錄E 頁面訪問權(quán)限控制類 PageManage.cs
public class PageManage : System.Web.UI.Page
{
public PageManage()
{
}
///
/// 初始化頁面
///
public void InitPage()
{
......
TA們正在看...
- 2016年甘肅成人高考專升本高等數(shù)學(xué)二真題及答案.doc
- 2016年甘肅成人高考高起點史地真題及答案.doc
- 2016年甘肅成人高考高起點數(shù)學(xué)文真題及答案.doc
- 2016年甘肅成人高考高起點數(shù)學(xué)理真題及答案.doc
- 2016年甘肅成人高考高起點理化真題及答案.doc
- 2016年甘肅成人高考高起點英語真題及答案.doc
- 2016年甘肅成人高考高起點語文真題及答案.doc
- 2016年福建成人高考專升本醫(yī)學(xué)綜合真題及答案.doc
- 2016年福建成人高考專升本大學(xué)語文真題及答案.doc
- 2016年福建成人高考專升本政治真題及答案.doc