码迷,mamicode.com
首页 >  
搜索关键字:zabbix snmp key    ( 43890个结果
cacti通过snmp监控带宽
cacti通过snmp监控主机带宽配置过程...
分类:其他好文   时间:2014-06-28 08:54:09    阅读次数:232
Android中SharedPreferences的使用
在Android当中,SharedPreferences是一种轻量级数据存储,以键值对形式操作;SharedPreferences的使用非常简单,能够轻松的存放数据和读取数据。SharedPreferences只能保存基本数据类型。 使用SharedPreferences保存key-value...
分类:移动开发   时间:2014-06-27 17:20:38    阅读次数:273
PHP和.NET通用的加密解密函数类,均使用3DES加解密 .
以下为php代码PHP加解密函数: function encrypt($string) { //加密用的密钥文件 $key = "xxxxxxxx"; //加密方法 $cipher_alg = MCRYPT_TRIP...
分类:Web程序   时间:2014-06-27 15:56:23    阅读次数:228
Android Bundle类
Bundle类是一个key-value对,“A mapping from String values to various Parcelable types.”类继承关系:java.lang.Object android.os.BundleBundle类是一个final类:public final....
分类:移动开发   时间:2014-06-27 15:16:23    阅读次数:271
Python 字典中一键对应多个值
#encoding=utf-8 print '中国' #字典的一键多值 print'方案一 list作为dict的值 值允许重复' d1={} key=1 value=2 d1.setdefault(key,[]).append(value) value=2 d...
分类:编程语言   时间:2014-06-27 13:00:23    阅读次数:212
二分查找
package foo;import java.util.Arrays;public class Main { /** * 二分查找 * @param key 搜索的目标 * */ private static int binarySearch(int[]...
分类:其他好文   时间:2014-06-27 11:07:49    阅读次数:182
Leetcode Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only nodes with keys less than the node's key....
分类:其他好文   时间:2014-06-27 09:15:12    阅读次数:196
【足迹C++primer】38、关联容器操作(1)
关联容器操作 关联容器中还定义了三个类型,如下: set::value_type v1; //这个v1是string类型 set::key_type v2; //这个v2是string类型 map::value_type v3; //v3是pair类型pair map::key_type v4; //v4是stri...
分类:编程语言   时间:2014-06-27 08:19:46    阅读次数:284
Cacti监控磁盘IO(rhel)
1、检查net-snmp是否支持IO监控snmpwalk-v1-c public监控机的IPUCD|more执行如上命令,如果返回类似如下数据,则表示支持disk io的监控,否则需要重新编译增加diskio-module模块。1.UCD-DISKIO-MIB::diskIOIndex.1=INTEGER: 12.UCD-DISKIO-MIB::diskIOIndex.2=INTEGER:23.UCD-D..
分类:其他好文   时间:2014-06-27 06:42:20    阅读次数:396
zabbix 安装和基础监控
Zabbix安装和监控系统环境[root@zabbix~]#cat/etc/redhat-releaseCentOSrelease6.3(Final)[root@zabbix~]#uname-aLinuxzabbix2.6.32-279.el6.x86_64#1SMPFriJun2212:19:21UTC2012x86_64x86_64x86_64GNU/LinuxYum安装nginx、php、mysql配置nginxyum源,php和mysql默认就用centos..
分类:其他好文   时间:2014-06-27 06:05:01    阅读次数:528
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!