1 22 23 24 25 26 27 故障信息28 {% module Uptime() %}29 30 31 32 33 {% if lists != [] %}34 35 {% end %}36 37 {% for d in lists %...
分类:
Web程序 时间:
2014-07-10 12:19:55
阅读次数:
150
I have got a deaploop on memcached(v1.4.15, on coentos 6.3 x86_64), it can't be reproducted. In our product environment, there are hundrends of memcac...
分类:
其他好文 时间:
2014-07-10 11:39:26
阅读次数:
476
RHEL 6.2 CPU 24 Memory 128G 8节点1.keep more event logs for dc_tuple_mover_events.select SET_DATA_COLLECTOR_POLICY('TupleMoverEvents', '1000', '100000')...
分类:
其他好文 时间:
2014-06-28 09:59:11
阅读次数:
454
学习jQuery Mobile也有一段时间了,越来越上手了,也越来越喜欢他了。我根本就没有理由拒绝他的好。这里我有分享一下我对它的配置项的使用说明一下。
看代码解释:$(document).live("pageinit",function(event){
$.mobile.loadingMessage = "正在加载数据,请稍候......";
$.mobile.pageLoadErrorM...
This question is not so difficult.
First,my thoughts were we should use a lot of code to find out the loop block,but there is no need to do that .
you just need to get every new position of char in ...
分类:
其他好文 时间:
2014-06-27 23:39:44
阅读次数:
293
document.onkeydown=function(e){if(!e)e=window.event;if((e.keyCode||e.which)==13){$("#btnSubmit").click();}}
分类:
Web程序 时间:
2014-06-27 22:45:57
阅读次数:
303
1 /* 2 涉及Panel中的图片的加载,还有Frame的关闭的方法, CardLayout(int hgap, int vgap)就会决定卡片面板的大小 3 匿名类的使用。。。 4 */ 5 import java.awt.*; 6 import java.awt.event.*; 7 imp....
分类:
其他好文 时间:
2014-06-27 22:39:30
阅读次数:
294
userInteractionEnabledA Boolean value that determines whether user events are ignored and removed from the event queue.译:一个布尔值,它决定了是否用户触发的事件被该视图对象忽略和把...
分类:
其他好文 时间:
2014-06-27 17:35:22
阅读次数:
184
1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键no 可用于Table2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return false;" oncut="retu....
分类:
编程语言 时间:
2014-06-27 15:51:54
阅读次数:
317
首先在类库中定义事件: //定义委托 public delegate void DelWeiTuo(string name); //定义事件 public event DelWeiTuo EventWeiTuo; 定义事件触发方法://...
分类:
其他好文 时间:
2014-06-27 13:19:38
阅读次数:
137