码迷,mamicode.com
首页 >  
搜索关键字:otrs master notification    ( 16237个结果
特征开源
modesecurity 的特征:https://github.com/SpiderLabs/owasp-modsecurity-crs/tree/master/base_rulessnort的规则:http://cs.uccs.edu/~cs591/ids/snort/snort2_9_0/rul...
分类:其他好文   时间:2014-05-26 22:45:06    阅读次数:248
v4l2 下载
To clone the master development repository, install git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb git remote add linux...
分类:其他好文   时间:2014-05-26 14:13:43    阅读次数:338
Jenkins 构建JavaHelloWorld
原文地址:http://www.cnblogs.com/itech/archive/2011/11/03/2234662.html注意:我们知道Jenkins通过master/slave来支持分布式的job运行,这里的JavaHelloworld运行在master,即Jenkins所在的机器。一 J...
分类:编程语言   时间:2014-05-26 10:54:11    阅读次数:309
android 修改listview中adapter数据时抛出异常java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification问题
近日在做项目时遇到非必现crush,具体异常信息为:// Short Msg: java.lang.IllegalStateException// Long Msg: java.lang.IllegalStateException: The content of the adapter has ch...
分类:移动开发   时间:2014-05-26 10:08:36    阅读次数:590
android notification 的总结分析
notification是一种出现在任务栏的提示,特别是在4.0以后notification改进了不少,本文内容都是基于4.0及4.1以后总结来的分类notification有以下几种: 1>普通notification 1.内容标题 2.大图标 3.内容 4.内容附加...
分类:移动开发   时间:2014-05-23 04:53:10    阅读次数:618
html5 Web Notifications
最近做的一个仿微信网页版的站点,有一个新需求, 需要实现在新消息入线时,有桌面通知的效果,所以最近就稍微了解一下这个html5的新属性。 这边有个不错的demo:html5 web notification demo 从上面这个demo中 我们就可以获取所需要的基本核心代码,如下: var Notification = window.Notification ||...
分类:Web程序   时间:2014-05-23 01:36:12    阅读次数:353
mysql主从复制
mysql主从复制介绍mysql的主从复制是一个异步的复制过程(但一般情况下感觉是实时同步的),数据库数据从一个mysql数据库(我们称之为master)复制到另一个mysql数据库(我们称之为slave)。在master与slave之间实现整个主从复制的过程是由三个线程参与完成的。其中有两个线程(S..
分类:数据库   时间:2014-05-22 17:59:50    阅读次数:997
把Git Repository建到U盘上去(转)
把Git Repository建到U盘上去转 把Git Repository建到U盘上去Git很火。原因有三:它是大神Linus Torvalds的作品,天然地具备神二代的气质和品质;促进了生产力的发展,Git的分布式版本控制理念,并非首创,但非常适合开源社区的协作方式(不存在master-slav...
分类:其他好文   时间:2014-05-21 18:06:38    阅读次数:264
android 实现自定义状态栏通知(Status Notification)
在android项目的开发中,有时为了实现和用户更好的交互,在通知栏这一小小的旮旯里,我们通常需要将内容丰富起来,这个时候我们就需要去实现自定义的通知栏,例如下面360或者网易的样式: 首先我们要了解的是 自定义布局文件支持的控件类型:Notification的自定义布局是RemoteViews,因此,它仅支持FrameLayout、LinearLayout、RelativeLayout三种...
分类:移动开发   时间:2014-05-21 15:38:33    阅读次数:347
yarn 集群部署,遇到的问题小结
1. Application Master 无法访问     点击application mater 链接,出现 http 500 错误,java.lang.Connect.exception:     问题是由于设定web ui时,50030 端口对应的ip地址为0.0.0.0,导致application master 链接无法定位。 解决办法:...
分类:其他好文   时间:2014-05-21 13:58:49    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!