码迷,mamicode.com
首页 >  
搜索关键字:simple check    ( 15618个结果
如何配置nagios监控SUN(富士通)MX000系列服务器的XSCF
配置环境说明 192.168.3.80-XSCF地址192.168.2.80-solaris操作系统IP地址 (nagios客户端)192.168.2.120-nagios服务器端check_xscf.pl-检查xscf的执行脚本,放在nagios客户端上。check_xscf.cfg-检查xscf...
分类:移动开发   时间:2014-06-25 21:23:57    阅读次数:208
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
问题提示:Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.Conversion to Dalvik format failed: Unable to exec...
分类:编程语言   时间:2014-06-25 17:18:38    阅读次数:292
sas数组
ARRAY array-name { subscript } ;*字符型数组输出;data a; array simple{3}$ red green yellow ("r" "g" "b"); put red=; put simple(1)=;run;...
分类:其他好文   时间:2014-06-25 15:11:35    阅读次数:881
UISprite
【UISprite】 UISprite用于引用一个UIAtlas中的sprite。 此脚本最强大的功能是Sprite Type,主要指定在需拉伸图片时的行为,它有以下几种值: 1)Simple:普通拉伸。 2)Sliced:九宫格拉伸,各边固定宽度通过Edit在UIAtlas中来...
分类:其他好文   时间:2014-06-25 14:38:07    阅读次数:229
SQL Server 函数的使用 Function
create table student ( id varchar2(5) primary key, name varchar2(20), not null, sex char(2) check(sex='男' or sex='女') ) --向student中插入一条数据,用函数来验证插入是否正确 create or replace function (f_id in varchar2...
分类:数据库   时间:2014-06-25 00:11:31    阅读次数:376
windows及linux下安装django simple captcha 遇到的各种问题及解决办法
转载自http://www.cnblogs.com/descusr/p/3225874.html 所有程序写完之后,验证码图片不显示,点击图片地址会提示如下错误,并且在linux下的纠正办法 用pil产生验证码出现:ImportError: The _imagingft C module is not installed 这个是由于PIL没有编译freetype导致的...
分类:Windows程序   时间:2014-06-24 17:41:50    阅读次数:466
libPhenom 编译
安装 http://c-ares.haxx.se/ 安装 http://concurrencykit.org/ \cp build/ck.pc  /usr/lib64/pkgconfig/ $ ./autogen.sh $ ./configure $ make $ make check $ sudo make install 错误1: 修改cpplint.py, def...
分类:其他好文   时间:2014-06-24 17:34:43    阅读次数:294
check_disk命令
check_disk命令用法:check_disk-wlimit-climit[-Wlimit][-Klimit]{-ppath|-xdevice} [-C][-E][-e][-ggroup][-k][-l][-M][-m][-Rpath][-rpath] [-ttimeout][-uunit][-v][-Xtype]选项:-h,--help -V,--version -w,--warning=INTEGER 如果磁盘空闲容量小于INTEGER单位时、ExitwithW..
分类:其他好文   时间:2014-06-24 16:34:34    阅读次数:710
nagios 监控 网卡流量 脚本
#!/bin/bash # #Time:2014-06-23 #Author:ftlynx #Function:useNET-SNMPgetNICtrafficonnagios. Usage(){ echo"Usage:check_traffic.sh[options]" echo" -H HostIP." echo" -P net-snmpcommunitystring." echo" -N NICName." echo" -W nagioswarningvalue.Format:200,300..
分类:移动开发   时间:2014-06-24 16:10:35    阅读次数:224
Snmp学习笔记
相关链接:Snmp学习笔记使用snmp4j实现Snmp功能(一)使用snmp4j实现Snmp功能(二)使用snmp4j实现Snmp功能(三)SNMP是英文“Simple Network Management Protocol”的缩写,中文意思是“简单网络管理协议”。SNMP是眼下最经常使用的环境管理...
分类:其他好文   时间:2014-06-24 14:56:19    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!