码迷,mamicode.com
首页 >  
搜索关键字:Notification    ( 1147个结果
BGP学习笔记
BGP:一、基本概念1、基于TCP179,基于TCP的好处:面向链接的,有确认机制可靠的2、是一种用于AS之间路由传递和控制的协议(AS)3、BGP报文:open:协商建立邻居关系(版本,AS号,hold-time,router-id)keepalive:周期60s发送,用来保活TCP链接update:用来进行增量的路由更新notification:差错报文,在任何阶段都有可能发送,一旦收到直接进
分类:其他好文   时间:2018-03-12 18:46:55    阅读次数:433
Redis 事件通知(keyspace & keyevent notification)
IMPORTANT 2.8.0之后版本才可用 键空间通知使得客户端可以通过订阅频道或模式, 来接收那些以某种方式改动了 Redis 数据集的事件。 因为 Redis 目前的订阅与发布功能采取的是发送即忘(fire and forget)策略, 所以如果你的程序需要可靠事件通知(reliable no ...
分类:其他好文   时间:2018-03-09 14:09:03    阅读次数:928
阿里P6一面
前言:先自己尝试去回答,回答不了再看参考答案,你才能学的更多! 1.MVC具有什么样的优势,各个模块之间怎么通信,比如点击 Button 后 怎么通知 Model? 2.两个无限长度链表(也就是可能有环) 判断有没有交点 3.UITableView的相关优化 4.KVO、Notification、d ...
分类:其他好文   时间:2018-02-16 23:15:48    阅读次数:337
sigaction()
原型: sa_flag的参数 man手册里的 SA_NOCLDSTOP If signum is SIGCHLD, do not receive notification when child processes stop (i.e., when they receive one of SIGSTO ...
分类:其他好文   时间:2018-01-27 11:29:28    阅读次数:184
网络库libevent、libev、libuv对比
Libevent、libev、libuv三个网络库,都是c语言实现的异步事件库Asynchronousevent library)。 异步事件库本质上是提供异步事件通知(Asynchronous Event Notification,AEN)的。异步事件通知机制就是根据发生的事件,调用相应的回调函数 ...
分类:其他好文   时间:2018-01-02 11:24:55    阅读次数:169
男默女泪,ArcGIS AddIN 编辑逻辑赏析,走过路过,不要错过
看到了一段ESRI写的一个工具,我反编译了一下,学习工具中的几个代码片段 一. IEditTask :Provides access to a task that receives notification when the sketch is complete. The purpose of th ...
分类:其他好文   时间:2017-12-25 23:27:35    阅读次数:425
Obtaining Directory Change Notifications(微软的例子,使用FindFirstChangeNotification,FindNextChangeNotification,FindCloseChangeNotification API函数)
An application can monitor the contents of a directory and its subdirectories by using change notifications. Waiting for a change notification is simi ...
分类:Windows程序   时间:2017-12-21 23:03:57    阅读次数:426
Tuxedo:Tuxedo支持的分布式通信方式
1、RPC:用于远程方法调用。Java中类似的技术有EJB、WebService 2、Conversaction:交流。Java中类似的有JDBC。 3、Message Notification:消息通知。从接收端数量上划分问题。可以分为P2P、Broadcast 4、Event通知机制,这个应用太 ...
分类:其他好文   时间:2017-12-20 18:03:34    阅读次数:186
HTML5之Notification简单使用
初始化 测试 ...
分类:Web程序   时间:2017-12-18 19:09:38    阅读次数:310
密码找回业务逻辑
package jiyun.com.example.lenovo.android_myfindpass;import android.app.Activity;import android.app.Notification;import android.app.NotificationManager ...
分类:其他好文   时间:2017-12-17 22:20:46    阅读次数:140
1147条   上一页 1 ... 11 12 13 14 15 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!