码迷,mamicode.com
首页 >  
搜索关键字:messaging    ( 312个结果
WCF学习之旅----基础篇之MSMQ
服务端 using?System; using?System.Collections.Generic; using?System.Linq; using?System.Text; using?System.Messaging; namespace?BaseOfWcf { ????class?Program ????{ ????????sta...
分类:其他好文   时间:2015-09-09 19:53:38    阅读次数:218
XMPPFramework
XMPPExtensible Messaging and Present Protocol可扩展消息处理现场协议特征: XMPP使用tcp传XML流程, 做IMxmpp.orgobjcio.cnhttp://objcio.cnhttp://www.appcoda.comhttp://www.rayw...
分类:其他好文   时间:2015-09-09 19:17:40    阅读次数:217
Desgin of Instant Messaging Client
1 public class Client extends JFrame implements Runnable{ 2 3 private JPanel jPanel= new JPanel(); 4 private JLabel jLabel1=new JLabel("...
分类:其他好文   时间:2015-08-26 19:57:01    阅读次数:137
[Powershell] Convert Chinese character to pinying
Found a new job in Beijing, the company was using cloud stuff for infrastructure IT systems, like mail system, mobile messaging, IM. The company is go...
分类:系统相关   时间:2015-08-18 21:12:37    阅读次数:182
kafka的并行度与JStorm性能优化
kafka的并行度与JStorm性能优化   > Consumers Messaging traditionally has two models: queuing and publish-subscribe. In a queue, a pool of consumers may read from a server and each message goes to one of th...
分类:Web程序   时间:2015-08-18 01:20:54    阅读次数:1040
heartbeat实现Nginx高可用
Heartbeat是著名HA项目,Heartbeat在3.0之后分拆为Heartbeat和Pacemaker 两个各自独立项目。Pacemaker在后续发展中使用Corosync作为消息层,和Corosync紧密结合,同时也保留Heartbeat作为可选的消息层。不管heartbeat,还是corosync都是高可用集群中的Cluster Messaging Layer(集群信息层),是主要传递发集群信息与心跳信息的,并没有资源管理功能,资源管理还得依赖于上层的crm(Cluster resource Ma...
分类:其他好文   时间:2015-08-04 15:38:19    阅读次数:116
了解HTML5和“她”的 API (二)
Communication API Cross Document Messaging (跨文档消息通信) postMessage API origin security(源安全)chatFrame.contentWindow.postMessage('hello','http:...
分类:Windows程序   时间:2015-07-27 12:57:14    阅读次数:249
A javascript library providing cross-browser, cross-site messaging/method invocation. http://easyxdm.net
easyXDM - easy Cross-Domain MessagingeasyXDM is a Javascript library that enables you as a developer to easily work around the limitation set in place...
分类:编程语言   时间:2015-07-24 09:10:57    阅读次数:134
Web service standards: SOAP, REST, OData, and more
Web service standards: SOAP, REST, OData, and moreSo far, we've covered the components of aweb service, the messaging format and transport protocols.B...
分类:Web程序   时间:2015-07-23 19:40:13    阅读次数:216
Learning WCF Chapter2 Service Description
While messaging protocols are responsible for message serialization formats,there must be a way to capture the protocols required to communicate betwe...
分类:其他好文   时间:2015-07-17 18:05:53    阅读次数:71
312条   上一页 1 ... 18 19 20 21 22 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!