码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
用Nagios监控OSSIM中MySQL数据库
OSSIM下监控Mysql的方式有很多,今天介绍在命令行下进行监控。通常你在OSSIM5下进行监控会遇到缺少libmysqlclient.so.15这个问题文件,但你在ossim2.3和ossim3.0系统中则没有此类问题。VirtualUSMAllInOne:~#/usr/lib/nagios/plugins/check_mysql-s/var/run/mysqld/mysqld.sock..
分类:移动开发   时间:2015-09-08 23:36:10    阅读次数:196
关于Ext.data.ScriptTagProxy的补充
myReader?=?new?Ext.data.JsonReader({ ???root?:?‘data‘, fields?:?[?{ name?:?‘check‘, type?:?‘string‘ },?{ name?:?‘uuid‘, type?:?‘string‘ },?{ name?:?‘dev_...
分类:其他好文   时间:2015-09-08 10:53:25    阅读次数:195
263 Ugly Number
Write a program to check whether a given number is an ugly number.Ugly numbers are positive numbers whose prime factors only include2, 3, 5. For examp...
分类:其他好文   时间:2015-09-08 09:34:55    阅读次数:108
在Linux下下载并且配置java环境
一、首先是下载Java JDK 到目前为止的最新版本为(jdk1.8.0_60),有两种方式进行下载: 1.使用shell来进行下载,可使用如下命令直接进行下载: wget--no-check-certificate--no-cookies--header"Cookie:oraclelicen...
分类:编程语言   时间:2015-09-07 21:09:08    阅读次数:244
php正则匹配备忘
preg_match_all("/^\d+-?\d+$/",$check,$res1,PREG_PATTERN_ORDER);//单个电话号码验证数字开头,数字结尾,中间允许出现一个-横杠(待续)
分类:Web程序   时间:2015-09-07 12:56:03    阅读次数:111
UVa725 - Division
#include#include#includeusing namespace std;const int maxn = 15;int vis[maxn];int check(int n, int x){ memset(vis, 0, sizeof(vis)); int a, t; ...
分类:其他好文   时间:2015-09-07 12:45:03    阅读次数:135
【LeetCode】101. Symmetric Tree
题目:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / ...
分类:其他好文   时间:2015-09-06 20:15:28    阅读次数:131
在eclipse中使用google的编码规范遇到的问题解决
今天安装checkstyle插件https://sourceforge.net/projects/eclipse-cs/files/latest/download,一路顺风。最后按Check Code With CheckStyle的时候出现, 解决办法: 在window->preferences的checkstyle选项中,我...
分类:系统相关   时间:2015-09-06 18:42:20    阅读次数:164
VBA 打开带密码的文件
' 打开文件 ROSE 为只读密码 CHECK 为编辑密码 Set wb = Workbooks.Open(file, 0, True, , "ROSE", "CHECK") ' 关闭文件并释放内存 wb.Close Set wb = Nothing
分类:编程语言   时间:2015-09-06 12:39:59    阅读次数:270
[LeetCode] Graph Valid Tree
Graph Valid TreeGivennnodes labeled from0ton - 1and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these...
分类:其他好文   时间:2015-09-06 12:31:51    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!