http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/
分类:
移动开发 时间:
2014-08-05 14:24:00
阅读次数:
225
http://www.tecmint.com/how-to-add-windows-host-to-nagios-monitoring-server/
分类:
移动开发 时间:
2014-08-05 14:23:40
阅读次数:
204
http://www.tecmint.com/install-nagios-in-linux/
分类:
移动开发 时间:
2014-08-05 14:23:20
阅读次数:
215
js遍历 子节点 子元素
Js 节点 子元素 属性 方法
// 添加子节点前 删除所有子节点
var usernameEle = document.getElementById("username");
var childs = usernameEle.childNodes;
for(var i = childs.length - 1...
分类:
Web程序 时间:
2014-08-05 14:17:09
阅读次数:
262
JMeter使用记录3 -- 性能监控插件jmeter-plugins...
分类:
其他好文 时间:
2014-08-05 14:08:19
阅读次数:
311
一、工作原理Nagios服务器使用check_nt工具与客户端程序通讯,客户端程序NSCP使用命令来获取本地客户端的信息并返回给check_nt。check_nt只是NSCP其中一项服务,Nagios还可以通过check命令(如check_http检查WEB服务)、check_nrpe、NSCA、WMI来监控windows客户端。二、下载客..
分类:
移动开发 时间:
2014-08-04 18:22:08
阅读次数:
453
一、给Eclipse安装SVN,最常见的有两种方式:手动方式和使用安装向导方式。具体步骤如下: 方式一:手动安装1、从官网下载site-1.6.9.zip文件,网址是:subclipse.tigris.org2、从中解压出features与plugins文件夹,复制到E:/MyEclipse/myP...
分类:
系统相关 时间:
2014-08-04 13:33:57
阅读次数:
238
还是那个同事. 这次需要帮她打印出sql 输出到页面来调试sql
这里我们用插件或者是配置文件的方式来启动wordpress的debug
在插件目录 wordpress/wp-content/plugins/ 新建一个文件叫bt_debug_sql.php
<?php
/*
Plugin Name: Bt Debug Sql.
Plugin URI: http...
分类:
数据库 时间:
2014-08-04 11:05:07
阅读次数:
336
原文地址:http://codex.wordpress.org/Plugin_API/Action_Referencemuplugins_loadedAfter must-use plugins are loadedregistered_taxonomyFor category, post_tag,...
分类:
其他好文 时间:
2014-08-03 17:59:45
阅读次数:
753
<build>
?????<plugins>
?????????<plugin>
?????????????<groupId>org.apache.maven.plugins</groupId>
?????????????<artifactId>maven-compiler-plugin</artifactId...
分类:
其他好文 时间:
2014-08-03 12:56:25
阅读次数:
230