##再探 butterfly.js - 抛砖引玉篇(notification.js) ####事情经过 今天又来研究`butterfly.js`的源码(打酱油),发现了一个`notification.js`。顾名思义`notification`就是`公告栏`嘛,那么这个`notification.j...
分类:
Web程序 时间:
2015-02-02 18:22:42
阅读次数:
209
源代码下载地址:http://download.csdn.net/detail/haogaoming123/8417041
类似于支付宝项目,在双击home键之后应用程序进入后台程序,然后这时候将应用程序页面隐藏,然后显示一样默认图片
// After didFinish addObserver accept Notification
[[NSNotificationC...
分类:
移动开发 时间:
2015-02-02 18:15:17
阅读次数:
262
公司业务系统,查询报错,窗口闪退系统架构:linux+weblogic+oracle第一:查weblogic后台日志无相关报错第二:查数据库后台日志:MemoryNotification:LibraryCacheObjectloadedintoSGAHeapsize4038Kexceedsnotificationthreshold(2048K)KGLobjectname:selectm1.deptno,o1.orgna..
分类:
系统相关 时间:
2015-02-02 16:05:28
阅读次数:
270
1、qTip2website:http://qtip2.com/具体使用方法见:http://www.cnblogs.com/mumutouv/p/4267138.html2、JQuery Notification Engine具体使用方法见:http://www.cnblogs.com/mumut...
分类:
Web程序 时间:
2015-02-02 12:16:54
阅读次数:
183
intent英文意思是意图,pending表示即将发生或来临的事情。
PendingIntent这个类用于处理即将发生的事情。比如在通知Notification中用于跳转页面,但不是马上跳转。
Intent 是及时启动,intent 随所在的activity 消失而消失。
PendingIntent 可以看作是对intent的包装,通常通过getActivity,getBroadca...
分类:
移动开发 时间:
2015-02-02 10:52:25
阅读次数:
131
最近两天在研究ios的消息推送机制。研究这个东西,还是充满兴趣的。Push的原理:Push 的工作机制可以简单的概括为下图图中,Provider是指某个iPhone软件的Push服务器,这篇文章我将使用.net作为Provider。APNS 是Apple Push Notification Serv...
分类:
移动开发 时间:
2015-02-02 09:27:31
阅读次数:
228
1、发送不重复的通知(Notification) public static void sendNotification(Context context, String title, String message, Bundle extras) { Intent...
分类:
移动开发 时间:
2015-02-01 20:21:03
阅读次数:
195
基于Smack 实现Notification数据包。smack的类中有一个org.jivesoftware.smack.packet.IQ只需对他重写即可,在做的时候其实可以简单一点的,如果你使用tinder.jar 包,其IQ org.xmpp.packet.IQ 有一个 setChildEl.....
分类:
系统相关 时间:
2015-02-01 17:34:55
阅读次数:
175
1.什么是ONS ONS(Oracle Notification Service)是Oracle Clusterware 实现FAN Event Push模型的基础。 在传统模型中,客户端需要定期检索服务器来判断服务端的状态,本质上是一个PULL模型。ORACLE10引入了一种全新的PUSH机制--...
分类:
数据库 时间:
2015-02-01 14:41:55
阅读次数:
296
这篇博客讲解一下在Android中使用Notification提示消息给用户,Notification是一种具有全局效果的通知,程序一般通过NotificationManager服务来发送Notification。在本篇博客中,将介绍Notification的常规使用,以及自定义方式的使用,对于每种不同的方式,都提供示例展示效果。
Notification
Notification...
分类:
移动开发 时间:
2015-02-01 12:13:36
阅读次数:
247