码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
Configure new Nagios clients
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
Go语言排序一千万个随机数.开的双核.用了120秒,不知道怎么优化.
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
Linux下安装Redis及Linux下php安装Redis扩展
下载源码: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
php安装redis   和redis扩展
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
2、linux(ubuntu12.04)下:通过pip对python软件或源码安装和卸载,以及正常软件或源码的安装和卸载
以下通过安装和卸载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
redis安装及phpredis
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 在centos下的安装部署
安装的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
周三小组--以弗所书--20150617
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
[LeetCode] Letter Combinations of a Phone Number
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
TFS Express backup and restore
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!