yum install -y gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel xinetd打开:http://sourceforge.net/projects/nagios/files/nrpe-2.x/wget http...
分类:
移动开发 时间:
2015-06-17 23:21:07
阅读次数:
212
package main
import (
"fmt"
"os"
"runtime"
"test"
"time"
)
var x chan []int = make(chan []int, 1)
var Num int = 10
var WNum int = 100
func main() {
fmt.Println(time.Now())
var list1, list2 [...
分类:
编程语言 时间:
2015-06-17 21:43:44
阅读次数:
113
下载源码:wgethttp://redis.googlecode.com/files/redis-2.8.19.tar.gz1、解压安装:wgethttp://download.redis.io/releases/redis-2.8.19.tar.gz
tarxzfredis-2.8.19.tar.gz
cdredis-2.8.19
make
makeinstall
cpredis.conf/etc/参数介绍:make
install命令执行完成后,会在/u..
分类:
Web程序 时间:
2015-06-17 18:33:53
阅读次数:
154
win下redis
wgethttp://download.redis.io/releases/redis-3.0.2.tar.gz
tarxzfredis-3.0.2.tar.gz
cdredis-3.0.2
make
cdsrc
mkdir/usr/redis
cpredis-server/usr/redis
cpredis-benchmark/usr/redis
cpredis-cli/usr/redis
cd../
cpredis.conf/usr/redis
cd/usr/redis
./redi..
分类:
Web程序 时间:
2015-06-17 18:27:47
阅读次数:
150
以下通过安装和卸载ryu来进行解释:
1、ryu安装
1.1、正常模式下安装步骤
(1)第一种方式:简易安装方法apt-get:sudo apt-get install ryu
(2)第二种方式:源码安装:
首先,有configure文件的,首先运行命令: ./configure
然后,有makefile文件的,运行命令:make all
最后,运行命令:make i...
分类:
编程语言 时间:
2015-06-17 16:49:36
阅读次数:
149
wget http://download.redis.io/releases/redis-3.0.2.tar.gz
tar xzf redis-3.0.2.tar.gz
cd redis-3.0.2
make
cd src
mkdir /usr/redis
cp redis-server /usr/redis
cp redis...
分类:
Web程序 时间:
2015-06-17 16:42:06
阅读次数:
145
安装的redis版本是 redis-3.0.2请严格按照以下步骤进行可以免除以下错误1 make[2]: cc: Command not found异常原因:没有安装gcc解决方案:yum install gcc-c++2 redis 服务不支持 chkconfig异常原因 /etc/init.d/...
分类:
其他好文 时间:
2015-06-17 11:00:12
阅读次数:
141
5:25 你们做丈夫的要爱自己的妻子 正如基督爱教会,为教会舍己。Hasbands,love your wives, just as Christ loved the church and gave himself up for her.26 用水藉着道把教会洗净,成为圣洁。to make her ...
分类:
其他好文 时间:
2015-06-17 08:14:01
阅读次数:
95
Well, a typical backtracking problem. Make sure you are clear with the following three problems:What is a partial solution and when is it finished? --...
分类:
其他好文 时间:
2015-06-17 00:34:16
阅读次数:
142
When we setup source control server, we should always make a backup and restore plan for it. This article is to describe how to backup and restore a T...
分类:
Web程序 时间:
2015-06-17 00:29:14
阅读次数:
138