码迷,mamicode.com
首页 >  
搜索关键字:pendingintent notification    ( 1236个结果
BaseAdapter.notifyDataSetChanged()之观察者设计模式
被观察者subject可以注册或取消注册观察者,也能给观察者发送notification。观察者收到notification后就update listview。未完待续... public void notifyDataSetChanged() { mDataSetObservable...
分类:其他好文   时间:2014-12-25 06:34:10    阅读次数:249
android之Notification通知
android之Notification通知我们在用手机的时候,如果来了短信,而我们没有点击查看的话,是不是在手机的最上边的状态栏里有一个短信的小图标提示啊?你是不是也想实现这种功能呢?今天的Notification就是解决这个问题的。[java]view plaincopypackagecn.co...
分类:移动开发   时间:2014-12-24 18:01:42    阅读次数:174
Windows无法连接到System event notification service服务
issuesymptom:某日打开电脑,在输入用户名和密码后,出现错误提示:Windows无法连接到Systemeventnotificationservice服务。solution:推测为网络winsock目录服务出现问题。按住电源键5S强制重启,按F8进入安全模式。打开cmd命令窗口,输入netshwinsockresetcatalog.然后重启正..
分类:Windows程序   时间:2014-12-23 17:40:04    阅读次数:189
notification使用
package com.yarin.android.Examples_04_23;import android.app.Activity;import android.app.Notification;import android.app.NotificationManager;import and...
分类:其他好文   时间:2014-12-22 22:34:02    阅读次数:193
[转]ios push
转:http://blog.csdn.net/showhilllee/article/details/8631734APNS的推送机制首先我们看一下苹果官方给出的对ios推送机制的解释。如下图Provider就是我们自己程序的后台服务器,APNS是Apple Push Notification Se...
分类:移动开发   时间:2014-12-22 17:48:44    阅读次数:290
【转载】User notification 的实现方法
原帖请看:http://cocoathings.blogspot.com/2013/01/introduction-to-user-notifications-in.html想要实现如图这样的notification popup弹出notification的代码如下NSUserNotificatio...
分类:其他好文   时间:2014-12-22 17:44:55    阅读次数:352
事件通知(Event Notification)介绍
事件通知(EventNotification)介绍了解事件通知事件通知是特殊类型的数据库对象,用于将有关服务器和数据库事件的信息发送到ServiceBroker服务。执行事件通知可对各种Transact-SQL数据定义语言(DDL)语句和SQL跟踪事件做出响应,采取的响应方式是将这些事件的相关信息发送到Ser..
分类:其他好文   时间:2014-12-18 19:05:13    阅读次数:445
using SSIS script task to send email result
sometimes notification email is required to be sent so that receivers can know about the data load status. Following C# code in SSIS script task is co...
分类:其他好文   时间:2014-12-16 16:30:32    阅读次数:198
puremvc源码阅读
1.mediator作为ui管理器,是设计成可以list多个notification2.所有ui想要监听notification,都需要register到facade中3.puremvc只负责消息的方法和接受,但不负责显示列表的管理,所以对于ui,还需要自己addchild4.INotifier发送...
分类:Web程序   时间:2014-12-15 18:56:05    阅读次数:183
rails 源码解析之log notification/subscribe
class LogSubscriber < Subscriber # Embed in a String to clear all previous ANSI sequences. CLEAR = "\e[0m" BOLD = "\e[1m" # Colors BLACK = "\e[30m" RED = "\e[31m"...
分类:其他好文   时间:2014-12-14 15:51:02    阅读次数:380
1236条   上一页 1 ... 95 96 97 98 99 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!