;(function ($) { $.fn.extend({ 'nav' : function (color) { $(this).find('.nav').css({ 'list-style' : 'none', 'margin' : 0, 'padding' : 0, ...
分类:
其他好文 时间:
2014-07-07 12:26:05
阅读次数:
284
在不登录远程主机的情况下,可以查看远程主机的服务器操作系统版本(内核)。脚本执行前提:1.拷贝check_snmp到脚本执行的主机中或在此主机中安装nagios;2.保持list.txt中只有一个IP列1#!/bin/bash2#echo"">list_os.txt3\cplist.txtlist_...
本文只提供思想。具体可以根椐情况拓展。前提是需要配置远程主机的SNMP协议。主要是共同体哟。脚本使用:1.拷贝check_tcp到脚本执行的主机中或在此主机中安装nagios;2.保持list.txt中只有一个IP列脚本下载地址:http://download.csdn.net/detail/dre...
nagios监控Linux/windows常用配置,以snmp、nrpe实现1#'process-host-perfdata'commanddefinition2definecommand{3command_nameprocess-host-perfdata4#command_line/usr/bi...
分类:
移动开发 时间:
2014-07-07 10:35:03
阅读次数:
369
最近老有人问Cacti中文版在哪下载啊怎么安装啊,我在这里一遍给大家讲解了:Cacti中文版在Centos上的安装1.基本安装cacti是运作在apache+php+mysql+net-snmp工具集+rrdtool这样的一个工作环境之下,所以我们先要做一个基本的工作的环境记的安装前先安装rpm的扩...
分类:
其他好文 时间:
2014-07-07 09:08:37
阅读次数:
257
var itemsPerPage = 20;
var combo;
//创建数据源store
Ext.define('recordStore', {
extend : 'Ext.data.Store',
// autoLoad : {
// start : 0,
// limit : itemsPerPage
// },
start : 0,
limit :...
分类:
Web程序 时间:
2014-07-05 10:53:34
阅读次数:
412
jquery的extend方法的用法1. [代码][JavaScript]代码 010304 05 06 jquery继承07 08 09 对象继承{name:"ws",age:"23"}11 12 13 全局方法继承$.hello()14 ...
分类:
Web程序 时间:
2014-07-02 23:55:46
阅读次数:
349
一、创建Model模型
Extjs4.10提供了两种方法来创建Model模型,也就是创建类
方法一:
Ext.define('person',{
extend:'Ext.data.Model' //必须继承类
fields:[
{name:'name',type:'...
分类:
Web程序 时间:
2014-07-02 16:43:16
阅读次数:
195
BACKGROUND OF THE INVENTION[0001] The present invention relates to communications and, more particularly, to systems and methods for exchanging small ...
分类:
其他好文 时间:
2014-07-02 14:46:26
阅读次数:
302
在现有类和结构体的类型基础上,扩展新的功能。 语法:extension SomeType{// new functionality to add to SomeType goes here}An extension can extend an existing type to make itadopt one or more protocols.Where this is the case,the...
分类:
其他好文 时间:
2014-07-02 07:36:22
阅读次数:
244