码迷,mamicode.com
首页 >  
搜索关键字:messaging    ( 312个结果
Caused by: java.lang.ClassNotFoundException: flex.messaging.io.BeanProxy
1、错误描述 2014-7-13 1:34:46 org.apache.catalina.startup.HostConfig undeploy 信息: Undeploying context [/blazeds] 2014-7-13 1:34:46 org.apache.catalina.core.ApplicationContext log 严重: Servlet MessageBroker...
分类:编程语言   时间:2014-07-13 17:32:46    阅读次数:311
Stomp
Stomp是一个简单的消息文本协议,它的设计核心理念就是简单与可用性,官方文档:http://stomp.github.io/现在我们就来实践一下Stomp协议,你需要的是:1.一个支持stomp消息协议的messaging server(譬如activemq,rabbitmq);2.一个终端(譬如...
分类:其他好文   时间:2014-07-07 22:54:38    阅读次数:233
[HTML5_WebWorkers]HTML5 web通信(跨文档通信/通道通信)简介
一、简单概要web通信(洋名:web messaging)是一种文档中独立的浏览上下文间的DOM不会被恶意的跨域脚本暴露数据分享方式。得得得,术语啊什么的,比看到凤姐还头疼。有必要把上面一句话拆开讲:web通信是一种数据分享方式(有屁话之嫌);通信的主体是“浏览上下文”(这是纳尼?);哦,“浏览上下...
分类:Web程序   时间:2014-07-03 07:14:57    阅读次数:234
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-07-01 08:54:18    阅读次数:414
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-06-30 19:28:20    阅读次数:225
马哥学习笔记二十二——高可用集群原理
HA Resource:资源FailOver:故障转移FailBack:故障转回资源粘性:资源是否倾向于留在当前节点Messaging Layer:集群服务信息层,基于UDP互相传递心跳信息,集群事务信息等 heartbeat(v1,v2,v3) heartbeat v3:heartbeat...
分类:其他好文   时间:2014-06-27 18:18:52    阅读次数:195
Flex 错误mx.messaging.messages::RemotingMessage)详解
(mx.messaging.messages::RemotingMessage)#0 从异常信息中可以发现destination值为空字符串,根本原因是配置文件remoting-config.xml中没有定义destination对应的调用目标。 比如 var classesDao : RemoteObject = new RemoteObject("ClassesDao"); 到remoting-config.xml中查找destination标签Id为ClassesDao的声明,没有找到,所以报告如上异...
分类:其他好文   时间:2014-06-24 18:49:02    阅读次数:210
Android推送服务(GCM)----GCM Architectural Overview翻译
GCMArchitectural OverviewGoogle Cloud Messaging for Android (GCM)是一个能够帮助开发者从服务器端发送数据到运行在Android手机上的程序的服务。这个服务提供了一个简单,轻量级的机制使得服务器端可以告诉移动端的程序与服务器端建立直接的联...
分类:移动开发   时间:2014-06-21 17:35:14    阅读次数:347
使用Google Cloud Messaging (GCM),PHP 开发Android Push Notifications (安卓推送通知)
什么是GCM?Google Cloud Messaging (GCM) 是Google提供的一个服务,用来从服务端向安卓设备发送推送通知。GCM分为客户端和服务端开发。这里我们只介绍服务端开发。其实过程非常简单,只需利用PHP发送POST数据。api key的取得?待补充?class GCM { ....
分类:移动开发   时间:2014-06-17 13:35:51    阅读次数:364
XMPP 简介 转载
XMPP : The Extensible Messaging and Presence Protocol 中文全称:可扩展通讯和表示协议 简介:可扩展通讯和表示协议 (XMPP) 可用于服务类实时通讯、表示和需求响应服务中的XML数据元流式传输。XMPP以Jabber协议为基础,而Jabber.....
分类:其他好文   时间:2014-05-31 14:32:52    阅读次数:292
312条   上一页 1 ... 29 30 31 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!