推荐
专栏
教程
课程
飞鹅
本次共找到2249条
android消息推送
相关的信息
Wesley13
•
3年前
android WebView 使用实例
主布局文件:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_parent"
Stella981
•
3年前
IM推送服务端:Centrifugo
Centrifugo:golang开发的即时推送服务。文档:https://fzambia.gitbooks.io/centrifugal/content/index.html(ps:比较大的图片需要拖拽到独立的页签打开)复制点oschina以前发的介绍:Centrifugo是一个
Stella981
•
3年前
MQ对比之RabbitMQ & Redis
消息队列选择:RabbitMQ&RedisRabbitMQRabbitMQ是一个由erlang开发的AMQP(AdvancedMessageQueue)的开源实现的产品,RabbitMQ是一个消息代理,从“生产者”接收消息并传递消息至“消费者”,期间可根据规则路由、缓存、持久化消息。“生产者”也即message
Stella981
•
3年前
EasyRTMP推送扩展支持HEVC(H265) RTMP推送之Metadata结构填写详解
我们在《EasyNVR摄像机网页直播中,推流组件EasyRTMP推送RTMP扩展支持HEVC(H.265)的方案(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fxiejiashu%2Farticle%2Fdetails%2F89602501)》中描述了关
Stella981
•
3年前
React Native集成阿里云推送
集成阿里云推送的方式有两种:一:通过maven库达到快速集成的目的,二:通过手动修改配置配置文件的方法,由于手动修改配置文件过程繁琐且极易出现问题,所以强烈建议使用maven库达到快速集成的目的。下面是详细步骤:1.在Project根目录下build.gradle文件中配置maven库URL:
Wesley13
•
3年前
IOS8 兼容本地推送
if (UIApplication instancesRespondToSelector:@selector(registerUserNotificationSettings:)) { UIApplication sharedApplication
Stella981
•
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Stella981
•
3年前
RabbitMQ消息持久化和消息确认机制
消息持久化消息在传输过程中,可能会出现各种异常失败甚至宕机情况,为了保证消息传输的可靠性,需要进行持久化,也就是在数据写在磁盘上。消息队列持久化包括三部分:1.Message持久化,也就是发送时消息持久化。(Message包含body,body为我们需要发送的消息具体内容,一般以json字符串发送,消费端
Stella981
•
3年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
1
•••
12
13
14
•••
225