文件名称:SMS System
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.79mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个SP的短信系统,包括CMPP3的协议在内。
.程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射.
采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业务系统中的各短信业务又是用插件式管理,只要继承一个基类就可以很方便的开发短信业务,而且每个业务类是可以使用自己的多线程的,并且可以随时动态加载和卸载任一业务也不影响其它业务的正常运行,短信业务的添加可分为两种,一种是已编译好的DLL文件覆盖原DLL文件即可立即更新,另一种是源文件,设定好源文件的类名等信息保存即可立即编译加载,方便修改 -SP of a messaging system, including CMPP3 agreement included.
. Application framework on the use of all plug-in extensions, extensions can be used in addition to Remote can also be used to expand the program to provide an interface for expansion. To the technology used, Remote (the Internet, any computer can control and send SMS), the program domain (short message service is a program for each domain, even if any of the issues will not affect the other s business operations, and can be dynamically loaded at any time to unload), connection pool, thread pool, reflection.
With full plug-in management, business systems is one of its plug-in, complete a take-Provision of Http server plug-ins, plus free plug-ins, while the business system is to use the SMS plug-in management, as long as a base class inheritance you can easily develop SMS, and each business category can use their own multi-threaded, and can dynamically loaded and unloaded at any time any other business does not affect the n
.程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射.
采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业务系统中的各短信业务又是用插件式管理,只要继承一个基类就可以很方便的开发短信业务,而且每个业务类是可以使用自己的多线程的,并且可以随时动态加载和卸载任一业务也不影响其它业务的正常运行,短信业务的添加可分为两种,一种是已编译好的DLL文件覆盖原DLL文件即可立即更新,另一种是源文件,设定好源文件的类名等信息保存即可立即编译加载,方便修改 -SP of a messaging system, including CMPP3 agreement included.
. Application framework on the use of all plug-in extensions, extensions can be used in addition to Remote can also be used to expand the program to provide an interface for expansion. To the technology used, Remote (the Internet, any computer can control and send SMS), the program domain (short message service is a program for each domain, even if any of the issues will not affect the other s business operations, and can be dynamically loaded at any time to unload), connection pool, thread pool, reflection.
With full plug-in management, business systems is one of its plug-in, complete a take-Provision of Http server plug-ins, plus free plug-ins, while the business system is to use the SMS plug-in management, as long as a base class inheritance you can easily develop SMS, and each business category can use their own multi-threaded, and can dynamically loaded and unloaded at any time any other business does not affect the n
相关搜索: sms System
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SMSSystem/BaseService/AssemblyInfo.cs
SMSSystem/BaseService/BaseService.csproj
SMSSystem/BaseService/BaseService.csproj.user
SMSSystem/BaseService/BillingCode.cs
SMSSystem/BaseService/bin/Debug/BaseService.dll
SMSSystem/BaseService/bin/Debug/BaseService.pdb
SMSSystem/BaseService/bin/Debug/BaseService.xml
SMSSystem/BaseService/bin/Debug/IAPI.dll
SMSSystem/BaseService/bin/Debug/IAPI.pdb
SMSSystem/BaseService/bin/Debug/IAPI.xml
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.dll
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.pdb
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.xml
SMSSystem/BaseService/bin/Release/BaseService.dll
SMSSystem/BaseService/bin/Release/IAPI.dll
SMSSystem/BaseService/bin/Release/SMSSystem.IServiceClass.dll
SMSSystem/BaseService/BookServUser.cs
SMSSystem/BaseService/CInfoList.cs
SMSSystem/BaseService/DB.cs
SMSSystem/BaseService/GetConfigSt.cs
SMSSystem/BaseService/ISMSPlug.cs
SMSSystem/BaseService/MobServ.cs
SMSSystem/BaseService/obj/BaseService.csproj.FileList.txt
SMSSystem/BaseService/obj/BaseService.csproj.FileListAbsolute.txt
SMSSystem/BaseService/obj/Debug/BaseService.dll
SMSSystem/BaseService/obj/Debug/BaseService.pdb
SMSSystem/BaseService/obj/Debug/BaseService.projdata
SMSSystem/BaseService/obj/Debug/BaseService.projdata1
SMSSystem/BaseService/obj/Debug/buildinfo.inf
SMSSystem/BaseService/obj/Debug/ResolveAssemblyReference.cache
SMSSystem/BaseService/obj/Release/BaseService.dll
SMSSystem/BaseService/obj/Release/BaseService.projdata
SMSSystem/BaseService/obj/Release/Refactor/BaseService.dll
SMSSystem/BaseService/obj/Release/ResolveAssemblyReference.cache
SMSSystem/BaseService/ServerMT.cs
SMSSystem/BaseService/ShowMsg.cs
SMSSystem/BaseService/SMSFactory.cs
SMSSystem/BaseService/TSL.cs
SMSSystem/BaseService/WapPush.cs
SMSSystem/CMPP3API/AssemblyInfo.cs
SMSSystem/CMPP3API/bin/Debug/CMPP3API.dll
SMSSystem/CMPP3API/bin/Debug/CMPP3API.ini
SMSSystem/CMPP3API/bin/Debug/CMPP3API.pdb
SMSSystem/CMPP3API/bin/Debug/CMPP3API.xml
SMSSystem/CMPP3API/bin/Debug/codelist.txt
SMSSystem/CMPP3API/bin/Debug/errorlist.txt
SMSSystem/CMPP3API/bin/Debug/IAPI.dll
SMSSystem/CMPP3API/bin/Debug/IAPI.pdb
SMSSystem/CMPP3API/bin/Debug/IAPI.xml
SMSSystem/CMPP3API/bin/Release/CMPP3API.dll
SMSSystem/CMPP3API/bin/Release/IAPI.dll
SMSSystem/CMPP3API/CMPP3API.csproj
SMSSystem/CMPP3API/CMPP3API.csproj.user
SMSSystem/CMPP3API/CMPPClient.cs
SMSSystem/CMPP3API/CMPPClientSender.cs
SMSSystem/CMPP3API/INI.cs
SMSSystem/CMPP3API/MSG/BIConvert.cs
SMSSystem/CMPP3API/MSG/CMPP_ACTIVE_TEST.cs
SMSSystem/CMPP3API/MSG/CMPP_ACTIVE_TEST_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_DELIVER.cs
SMSSystem/CMPP3API/MSG/CMPP_DELIVER_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_SUBMIT.cs
SMSSystem/CMPP3API/MSG/CMPP_SUBMIT_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_TERMINATE.cs
SMSSystem/CMPP3API/MSG/CMPP_TERMINATE_RESP.cs
SMSSystem/CMPP3API/MSG/Connect_Resp.cs
SMSSystem/CMPP3API/MSG/MSG_Header.cs
SMSSystem/CMPP3API/MSG/MSP_Connect.cs
SMSSystem/CMPP3API/MSG/SomeSet.cs
SMSSystem/CMPP3API/MSG/WapPush.cs
SMSSystem/CMPP3API/obj/CMPP3API.csproj.FileList.txt
SMSSystem/CMPP3API/obj/CMPP3API.csproj.FileListAbsolute.txt
SMSSystem/CMPP3API/obj/Debug/buildinfo.inf
SMSSystem/CMPP3API/obj/Debug/CMPP3API.dll
SMSSystem/CMPP3API/obj/Debug/CMPP3API.pdb
SMSSystem/CMPP3API/obj/Debug/CMPP3API.projdata
SMSSystem/CMPP3API/obj/Debug/CMPP3API.projdata1
SMSSystem/CMPP3API/obj/Release/CMPP3API.dll
SMSSystem/CMPP3API/obj/Release/CMPP3API.projdata
SMSSystem/CMPP3API/obj/Release/Refactor/CMPP3API.dll
SMSSystem/CMPP3API/QueueItem.cs
SMSSystem/CMPP3API/Submit_Result.cs
SMSSystem/GetMAC/App.ico
SMSSystem/GetMAC/AssemblyInfo.cs
SMSSystem/GetMAC/bin/Debug/GetMAC.exe
SMSSystem/GetMAC/bin/Debug/GetMAC.pdb
SMSSystem/GetMAC/bin/Release/GetMAC.exe
SMSSystem/GetMAC/GetMAC.csproj
SMSSystem/GetMAC/GetMAC.csproj.user
SMSSystem/GetMAC/main.cs
SMSSystem/GetMAC/obj/Debug/buildinfo.inf
SMSSystem/GetMAC/obj/Debug/GetMAC.exe
SMSSystem/GetMAC/obj/Debug/GetMAC.pdb
SMSSystem/GetMAC/obj/Debug/GetMAC.projdata
SMSSystem/GetMAC/obj/Debug/GetMAC.projdata1
SMSSystem/GetMAC/obj/GetMAC.csproj.FileListAbsolute.txt
SMSSystem/GetMAC/obj/Release/GetMAC.exe
SMSSystem/GetMAC/obj/Release/GetMAC.projdata
SMSSystem/HTTP/AssemblyInfo.cs
SMSSystem/HTTP/bin/Debug/BaseService.dll
SMSSystem/HTTP/bin/Debug/BaseService.pdb
SMSSystem/HTTP/bin/Debug/BaseService.xml
SMSSystem/HTTP/bin/Debug/HTTP.dll
SMSSystem/HTTP/bin/Debug/HTTP.pdb
SMSSystem/HTTP/bin/Debug/HttpSMS.xml
SMSSystem/HTTP/bin/Debug/IAPI.dll
SMSSystem/HTTP/bin/Debug/IAPI.pdb
SMSSystem/HTTP/bin/Debug/IAPI.xml
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.dll
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.pdb
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.xml
SMSSystem/HTTP/bin/Release/BaseService.dll
SMSSystem/HTTP/bin/Release/HTTP.dll
SMSSystem/HTTP/bin/Release/IAPI.dll
SMSSystem/HTTP/bin/Release/SMSSystem.IServiceClass.dll
SMSSystem/HTTP/HTTP.cs
SMSSystem/HTTP/HTTP.cs---
SMSSystem/HTTP/HTTP.csproj
SMSSystem/HTTP/HTTP.csproj.user
SMSSystem/HTTP/obj/Debug/HTTP.dll
SMSSystem/HTTP/obj/Debug/HTTP.pdb
SMSSystem/HTTP/obj/Debug/HTTP.projdata
SMSSystem/HTTP/obj/Debug/HTTP.projdata
SMSSystem/BaseService/BaseService.csproj
SMSSystem/BaseService/BaseService.csproj.user
SMSSystem/BaseService/BillingCode.cs
SMSSystem/BaseService/bin/Debug/BaseService.dll
SMSSystem/BaseService/bin/Debug/BaseService.pdb
SMSSystem/BaseService/bin/Debug/BaseService.xml
SMSSystem/BaseService/bin/Debug/IAPI.dll
SMSSystem/BaseService/bin/Debug/IAPI.pdb
SMSSystem/BaseService/bin/Debug/IAPI.xml
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.dll
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.pdb
SMSSystem/BaseService/bin/Debug/SMSSystem.IServiceClass.xml
SMSSystem/BaseService/bin/Release/BaseService.dll
SMSSystem/BaseService/bin/Release/IAPI.dll
SMSSystem/BaseService/bin/Release/SMSSystem.IServiceClass.dll
SMSSystem/BaseService/BookServUser.cs
SMSSystem/BaseService/CInfoList.cs
SMSSystem/BaseService/DB.cs
SMSSystem/BaseService/GetConfigSt.cs
SMSSystem/BaseService/ISMSPlug.cs
SMSSystem/BaseService/MobServ.cs
SMSSystem/BaseService/obj/BaseService.csproj.FileList.txt
SMSSystem/BaseService/obj/BaseService.csproj.FileListAbsolute.txt
SMSSystem/BaseService/obj/Debug/BaseService.dll
SMSSystem/BaseService/obj/Debug/BaseService.pdb
SMSSystem/BaseService/obj/Debug/BaseService.projdata
SMSSystem/BaseService/obj/Debug/BaseService.projdata1
SMSSystem/BaseService/obj/Debug/buildinfo.inf
SMSSystem/BaseService/obj/Debug/ResolveAssemblyReference.cache
SMSSystem/BaseService/obj/Release/BaseService.dll
SMSSystem/BaseService/obj/Release/BaseService.projdata
SMSSystem/BaseService/obj/Release/Refactor/BaseService.dll
SMSSystem/BaseService/obj/Release/ResolveAssemblyReference.cache
SMSSystem/BaseService/ServerMT.cs
SMSSystem/BaseService/ShowMsg.cs
SMSSystem/BaseService/SMSFactory.cs
SMSSystem/BaseService/TSL.cs
SMSSystem/BaseService/WapPush.cs
SMSSystem/CMPP3API/AssemblyInfo.cs
SMSSystem/CMPP3API/bin/Debug/CMPP3API.dll
SMSSystem/CMPP3API/bin/Debug/CMPP3API.ini
SMSSystem/CMPP3API/bin/Debug/CMPP3API.pdb
SMSSystem/CMPP3API/bin/Debug/CMPP3API.xml
SMSSystem/CMPP3API/bin/Debug/codelist.txt
SMSSystem/CMPP3API/bin/Debug/errorlist.txt
SMSSystem/CMPP3API/bin/Debug/IAPI.dll
SMSSystem/CMPP3API/bin/Debug/IAPI.pdb
SMSSystem/CMPP3API/bin/Debug/IAPI.xml
SMSSystem/CMPP3API/bin/Release/CMPP3API.dll
SMSSystem/CMPP3API/bin/Release/IAPI.dll
SMSSystem/CMPP3API/CMPP3API.csproj
SMSSystem/CMPP3API/CMPP3API.csproj.user
SMSSystem/CMPP3API/CMPPClient.cs
SMSSystem/CMPP3API/CMPPClientSender.cs
SMSSystem/CMPP3API/INI.cs
SMSSystem/CMPP3API/MSG/BIConvert.cs
SMSSystem/CMPP3API/MSG/CMPP_ACTIVE_TEST.cs
SMSSystem/CMPP3API/MSG/CMPP_ACTIVE_TEST_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_DELIVER.cs
SMSSystem/CMPP3API/MSG/CMPP_DELIVER_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_SUBMIT.cs
SMSSystem/CMPP3API/MSG/CMPP_SUBMIT_RESP.cs
SMSSystem/CMPP3API/MSG/CMPP_TERMINATE.cs
SMSSystem/CMPP3API/MSG/CMPP_TERMINATE_RESP.cs
SMSSystem/CMPP3API/MSG/Connect_Resp.cs
SMSSystem/CMPP3API/MSG/MSG_Header.cs
SMSSystem/CMPP3API/MSG/MSP_Connect.cs
SMSSystem/CMPP3API/MSG/SomeSet.cs
SMSSystem/CMPP3API/MSG/WapPush.cs
SMSSystem/CMPP3API/obj/CMPP3API.csproj.FileList.txt
SMSSystem/CMPP3API/obj/CMPP3API.csproj.FileListAbsolute.txt
SMSSystem/CMPP3API/obj/Debug/buildinfo.inf
SMSSystem/CMPP3API/obj/Debug/CMPP3API.dll
SMSSystem/CMPP3API/obj/Debug/CMPP3API.pdb
SMSSystem/CMPP3API/obj/Debug/CMPP3API.projdata
SMSSystem/CMPP3API/obj/Debug/CMPP3API.projdata1
SMSSystem/CMPP3API/obj/Release/CMPP3API.dll
SMSSystem/CMPP3API/obj/Release/CMPP3API.projdata
SMSSystem/CMPP3API/obj/Release/Refactor/CMPP3API.dll
SMSSystem/CMPP3API/QueueItem.cs
SMSSystem/CMPP3API/Submit_Result.cs
SMSSystem/GetMAC/App.ico
SMSSystem/GetMAC/AssemblyInfo.cs
SMSSystem/GetMAC/bin/Debug/GetMAC.exe
SMSSystem/GetMAC/bin/Debug/GetMAC.pdb
SMSSystem/GetMAC/bin/Release/GetMAC.exe
SMSSystem/GetMAC/GetMAC.csproj
SMSSystem/GetMAC/GetMAC.csproj.user
SMSSystem/GetMAC/main.cs
SMSSystem/GetMAC/obj/Debug/buildinfo.inf
SMSSystem/GetMAC/obj/Debug/GetMAC.exe
SMSSystem/GetMAC/obj/Debug/GetMAC.pdb
SMSSystem/GetMAC/obj/Debug/GetMAC.projdata
SMSSystem/GetMAC/obj/Debug/GetMAC.projdata1
SMSSystem/GetMAC/obj/GetMAC.csproj.FileListAbsolute.txt
SMSSystem/GetMAC/obj/Release/GetMAC.exe
SMSSystem/GetMAC/obj/Release/GetMAC.projdata
SMSSystem/HTTP/AssemblyInfo.cs
SMSSystem/HTTP/bin/Debug/BaseService.dll
SMSSystem/HTTP/bin/Debug/BaseService.pdb
SMSSystem/HTTP/bin/Debug/BaseService.xml
SMSSystem/HTTP/bin/Debug/HTTP.dll
SMSSystem/HTTP/bin/Debug/HTTP.pdb
SMSSystem/HTTP/bin/Debug/HttpSMS.xml
SMSSystem/HTTP/bin/Debug/IAPI.dll
SMSSystem/HTTP/bin/Debug/IAPI.pdb
SMSSystem/HTTP/bin/Debug/IAPI.xml
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.dll
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.pdb
SMSSystem/HTTP/bin/Debug/SMSSystem.IServiceClass.xml
SMSSystem/HTTP/bin/Release/BaseService.dll
SMSSystem/HTTP/bin/Release/HTTP.dll
SMSSystem/HTTP/bin/Release/IAPI.dll
SMSSystem/HTTP/bin/Release/SMSSystem.IServiceClass.dll
SMSSystem/HTTP/HTTP.cs
SMSSystem/HTTP/HTTP.cs---
SMSSystem/HTTP/HTTP.csproj
SMSSystem/HTTP/HTTP.csproj.user
SMSSystem/HTTP/obj/Debug/HTTP.dll
SMSSystem/HTTP/obj/Debug/HTTP.pdb
SMSSystem/HTTP/obj/Debug/HTTP.projdata
SMSSystem/HTTP/obj/Debug/HTTP.projdata
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.