码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
nagios 配置 check_traffic 模块(Server 端)
安装软件包yum -y install net-snmp*chconfig nrpe onchconfig snmpd onchkconfig nagios on修改snmp参数,vi /etc/snmp/snmpd.conf(可备份snmpd.conf,修改下面的localhost-IP为服务器I...
分类:移动开发   时间:2015-06-11 22:48:36    阅读次数:142
SSDB 数据库
SSDB数据库SSDB是一套基于LevelDB存储引擎的非关系型数据库(NOSQL),可用于取代Redis,更适合海量数据的存储。另外,rocksdb是FB在LevelDB的二次开发版本,因此也存在使用RocksDB作为存储引擎的SSDB版本,可以参考这里。编译和安装wget --no-check-...
分类:数据库   时间:2015-06-11 20:53:52    阅读次数:346
Leetcode[100]-Same Tree
Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical and the nodes have the same value.思路:递归法判断 假设两棵树根结点为...
分类:其他好文   时间:2015-06-11 19:22:38    阅读次数:87
Linux(CentOs)下安装Phantomjs + Casperjs
Linux(CentOs)下安装Phantomjs + Casperjs是参照cnMiss's Bloghttp://ju.outofmemory.cn/entry/70691的博客进行安装的1、安装Phantomjs下载安装包,由于是https的所以需要有--no-check-certificat...
分类:Web程序   时间:2015-06-11 18:30:48    阅读次数:172
NFS命令
编辑sudo gedit /etc/exports加入/home/lbl/targetfs *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)重启服务sudo service portmap restart sudo service...
分类:其他好文   时间:2015-06-11 16:08:52    阅读次数:135
Linux apt-get命令
一、简介 Ubuntu系列系统包管理工具。 二、常用指令 1、查询功能 apt-cache search package 搜索软件包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get check 检查是否有损坏的依赖 apt-cache ...
分类:系统相关   时间:2015-06-11 10:55:57    阅读次数:149
file not found app文件
昨天svn迁移,然后重新check out之后编译遇到这个错误。 Ld Build/Products/Debug-iphonesimulator/wiseCloudCrmTests.xctest/wiseCloudCrmTests normal x86_64 cd /Users/zhangsuya/Desktop/root/trunk export IPHONEOS_DEPLOY...
分类:移动开发   时间:2015-06-10 15:48:25    阅读次数:135
[Node.js] Introduction to apiCheck.js
timeoutLog.js:var apiCheckFactory = require('api-check');var myCheck = apiCheckFactory();module.exports = timeoutLog;var api = [ myCheck.number, myC.....
分类:Windows程序   时间:2015-06-09 19:54:18    阅读次数:122
项目中存储过程函数
1.create or replace procedure PROC_CHECK(Insert_by VARCHAR) ISv_OID VARCHAR2(36);begin declare --类型定义 cursor c_check is selec...
分类:其他好文   时间:2015-06-09 19:06:25    阅读次数:124
【资料整理】cisco [acl]
【资料整理】cisco[acl]Access-List { 1)Standardaccesslist: range:(1to99) check:IP usage: access-listaccess-list-number{permit|deny}source[wildcard-mask] Testconditions:Checkalltheaddressbits(matchall) AnIPhostaddress, i.e. 192.168.20.330.0.0.0 //相当于: ..
分类:系统相关   时间:2015-06-09 17:48:36    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!