官网帮助文档如下
Installation
Download, extract and compile Redis with:
$ 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
The binar...
分类:
编程语言 时间:
2015-06-30 20:32:55
阅读次数:
157
Step1:Make a folder named "components" in your project root folder.step2:write your custom component inside components folder eg:MyComponent.phpnamesp...
分类:
其他好文 时间:
2015-06-30 20:18:38
阅读次数:
105
1 add jQuery and plug in to the page2 add this class to the wrapper of the image that you want make in Black and White3 set the wrapper in this way fr...
分类:
Web程序 时间:
2015-06-30 19:59:20
阅读次数:
123
一、ubuntu下gcc/g++/gfortran的安装
1.安装
(1).gcc
ubuntu下自带gcc编译器。可以通过“gcc -v”命令来查看是否安装。(2).g++
安装g++编译器,可以通过命令“sudo apt-get install build-essential”实现。
执行完后,就完成了gcc,g++,make的安装。build-essential是一整套工具,gcc,...
分类:
编程语言 时间:
2015-06-30 18:16:55
阅读次数:
195
bootstarp css无法加载 http://stackoverflow.com/questions/27656503/how-to-make-yo-angular-load-bootstrap-theme-css yo创建完成后,运行grunt test报karma无法找到的问题 安装以下插件...
分类:
Web程序 时间:
2015-06-30 12:34:01
阅读次数:
132
If coin order matters, that is, each sequence is unique, the DP function is simple enough to make it 1D DP. But key is that order DOESN'T matter, so w...
分类:
其他好文 时间:
2015-06-30 06:34:05
阅读次数:
125
下载好opensource-src-4.3.2.tar.gz安装G++等必备库: sudo apt-get install make gcc g++sudo apt-get install build-essentialsudo apt-get install libx11-devsudo apt-...
分类:
系统相关 时间:
2015-06-30 00:00:04
阅读次数:
404
最近在工作中需要使用PHP访问Redis,从https://github.com/phpredis/phpredis下载了phpredis,并且按照官方的说明进行了安装phpize./configure [--enable-redis-igbinary]make && make install但是在...
分类:
Web程序 时间:
2015-06-29 23:52:27
阅读次数:
34949
安装配置1. 安装libevent# tar zxf libevent-1.4.6-stable.tar.gz# cd libevent-1.4.6-stable# ./configure# make && make install2. 安装memcached# tar zxvf memcached...
分类:
系统相关 时间:
2015-06-29 22:03:06
阅读次数:
284
在第4季 上学期 专题2-U-Boot新手入门中,
1,在Linux中解压uboot_tq2440.tar.gz
2,tar xvzf uboot_tq2440.tar.gz
3,进入 uboot_tq2440/
4,make TQ2440_config (对TQ2440开发板进行配置)
5,make ARCH=arm CROSS_COMPILE=arm-linux- (进行编...
分类:
其他好文 时间:
2015-06-29 20:18:49
阅读次数:
252