(1)下载zabbix客户端软件http://www.zabbix.com/download.php 根据客户端系统版本的不同也要选择不同版本的zabbix。 我用的linux 2.6.X i386 以此为例 wget www.zabbix.com/downloads/2.0.3/zabb...
分类:
系统相关 时间:
2014-07-16 19:24:14
阅读次数:
304
1,事件对象 e || window.event //ie 2, 取鼠标点击坐标 带有滚动条的 var top = document.documentElement.scrollTop || document.body.scrollTop;//chorme var x = top + e.clien...
分类:
Web程序 时间:
2014-07-16 17:05:32
阅读次数:
279
Windowszabbix_agentd安装包下载地址:http://www.zabbix.com/downloads/2.2.1/zabbix_agents_2.2.1.win.zip一、解压安装包,解压后文件夹内bin目录下有win32和win64两个文件夹,分别对应windows32位和64位操作系统。当前主机系统为windowsserver200332位,则将32位目录下的文..
CComponent:path:framework/base/CComponent.phpoverview:This file contains the foundation classes for component-based and event-driven programming. ...
分类:
其他好文 时间:
2014-07-16 16:03:00
阅读次数:
180
如何防止回车(enter)键提交表单,其实很简单,就一句话。onkeydown="if(event.keyCode==13)return false;"把这句写在from标签里面就好了。如果在页面中按Enter键会自动提交的话,可以设置返回值防止自动提交如返回值必须是falsefunction go...
分类:
Web程序 时间:
2014-07-16 15:58:35
阅读次数:
267
A delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-o...
分类:
其他好文 时间:
2014-07-16 15:43:31
阅读次数:
228
//Demo1:Declaring an event in an interface and implementing it in //a class.// event_keyword.csusing System;public delegate void MyDelegate(); // de.....
分类:
其他好文 时间:
2014-07-16 15:41:01
阅读次数:
246
//当我们的事件开始的时候调, 对于touch来说, 实际上当手指头放到屏幕上的时候,这个方法会被调用- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ NSLog(@"%s",__func__);}//当我们手指点击屏...
分类:
其他好文 时间:
2014-07-16 15:29:56
阅读次数:
190
/*
E - 二分
Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit
Status
Description
Every year the cows hold an event featuring a peculiar version of hopscotch that invo...
分类:
其他好文 时间:
2014-07-16 14:41:29
阅读次数:
291
阻止jQuery事件冒泡jQuery对DOM的事件触发具有冒泡特性。有时利用这一特性可以减少重复代码,但有时候我们又不希望事件冒泡。这个时候就要阻止 jQuery.Event冒泡。在jQuery.Event 的文档 中的开头得知,jQuery.Event对象是符合W3C标准的一个事件对象,同时jQu...
分类:
其他好文 时间:
2014-07-16 12:30:04
阅读次数:
206