1.下载2.安装[root@lbd~]#cpredis-2.8.13.tar.gz/usr/local/[root@lbd~]#cd/usr/local/[root@lbdlocal]#tarzxvfredis-2.8.13.tar.gz[root@lbdlocal]#mvredis-2.8.13redis2813[root@lbdlocal]#cdredis2813/[root@lbdredis2813]#make[root@lbdredis2813]#makeinstall3.修改系统参..
分类:
其他好文 时间:
2014-08-20 14:28:12
阅读次数:
161
在UBuntu12.04 内核版本3.2.0-29-generic-pae,编译UBuntu14.04内核版本为3.13.0-32-generic的驱动。首先要搭建编译环境。1、安装相应的内核文件:apt-get install kernel-headers-`uname -r` uname -r : 需要替换为3.13.0-32-generic2 、编译驱动文件make -C /usr/s...
分类:
系统相关 时间:
2014-08-20 12:39:02
阅读次数:
216
The rich material and exquisite craftsmanship make it hard to put my hands. While it is true that Hermes bag stands clearly above all the other luxury...
分类:
其他好文 时间:
2014-08-20 11:45:46
阅读次数:
387
使用条件判断,可以让make根据运行时的不同情况选择不同的执行分支。条件表达式可以是比较变量的值,或是比较变量和常量的值。
一、示例
下面的例子,判断$(CC)变量是否"gcc",如果是的话,则使用GNU函数编译目标。
libs_for_gcc = -lgnu
normal_libs=
foo: $(objects)
ifeq($(CC),gcc)
$(C...
分类:
数据库 时间:
2014-08-20 09:20:46
阅读次数:
271
FDFS版本为5.031、首先在eclipse之中创建一个C/C++工程,取名为FastDFS_v5.032、将FastDFS源码解压后拷贝到新创建的工程目录下,然后在ecipse之中刷新下工程就可以看到新拷贝如的文件如下:3、修改工程目录下的make.sh,增加定位到绝对目录,并且去除编译优化(使...
分类:
系统相关 时间:
2014-08-19 18:32:45
阅读次数:
295
mknod - make block or character special filesmknod [OPTION]... NAMETYPE [MAJOR MINOR] option 有用的就是-m 了 name 自定义 type 有b 和c 还有p 主设备号 次设...
分类:
其他好文 时间:
2014-08-19 18:26:25
阅读次数:
184
We implemented a Set class by using "object id" properties to map objects. Every object has a unique object id. In order to ensure the same object is added only once, we make the id a property of th...
分类:
其他好文 时间:
2014-08-19 12:53:24
阅读次数:
200
Definning the information architecture (commonly known as IA) and structure of the page.Adding design elements to make it responsive and look good acr...
分类:
其他好文 时间:
2014-08-19 12:39:14
阅读次数:
203
RequirementsCMakeversion 2.8.8 or later, from http://www.cmake.org/cmake/resources/software.html.Make sure to grab the Binary distribution (cmake-ver-...
分类:
其他好文 时间:
2014-08-19 10:44:04
阅读次数:
205
Preloading images will make your application a bit faster by making it lightweight. It is very simple and easy to create and load DOM elements (in thi...
分类:
Web程序 时间:
2014-08-19 10:34:53
阅读次数:
209