Good morning, my name is Li Huan. It’s really a great honor to have this opportunity for a interview. I hope I can make a good performance today. Now ...
分类:
其他好文 时间:
2014-07-07 12:11:36
阅读次数:
194
自动化变量,就是这种变量会把模式中所定义的一系列的文件自动地挨个取出,直至所有的符合模式的文件都取完了。这种自动化变量只应出现在规则的命令中。下面是所有的自动化变量及其说明:$@表示规则中的目标文件集。在模式规则中,如果有多个目标,那么,"$@"就是匹配于目标中模式定义的集合。$%仅当目标是函数库文...
分类:
其他好文 时间:
2014-07-03 12:02:42
阅读次数:
140
The principle to create Object Constants is that make variables shouldn't be changed stand out using all caps and add constants as static properties t...
分类:
编程语言 时间:
2014-07-02 20:28:47
阅读次数:
210
安装下载,解压和安装:其他下载地址GitHub,Google Code。$ wget http://download.redis.io/releases/redis-2.8.11.tar.gz$ tar xzf redis-2.8.11.tar.gz$ cd redis-2.8.11$ make编译...
分类:
其他好文 时间:
2014-07-02 19:40:00
阅读次数:
275
1) Append a slice b to an existing slice a: a = append(a, b...)2) Copy a slice a to a new slice b: b = make([]T, len(a))copy(b, a)3) Delete item at in...
分类:
移动开发 时间:
2014-07-02 18:52:39
阅读次数:
182
在centos 5下安装软件遇到的问题,google了一圈,是因为系统没有安装编译器,那安装就是了,嘿嘿。解决办法,在SSH下输入下面的命令yum -y install gcc automake autoconf libtool makelinux xinetd 服务不能启动:[root@capaa...
分类:
Web程序 时间:
2014-07-02 17:34:23
阅读次数:
288
废话不多说
1:下载nodejs包
下载地址如下:http://www.nodejs.org/download/
下载source code版本需要解压后到其目录执行./configure,然后make && make install;
而binaries的tar.gz解压后即可.
2:下载mongodb
下载地址如下:http://www.mongodb.org/dow...
分类:
数据库 时间:
2014-07-02 16:42:42
阅读次数:
365
实验环境:centos6.32.6.32-431.20.3.el6.i686用到的包:APR1.5.1APR-util1.5.3httpd-2.4.9操作步骤:第一步:根据依赖关系,先解压、编译安装apr1.5.1#tarxfapr-1.5.1.tar.bz2-C/home#cd/home/apr-1.5.1#./configure--prefix=/usr/local/apr#make&&makeinstall第二步..
分类:
其他好文 时间:
2014-07-02 16:17:18
阅读次数:
180
先配置erlang依赖环境yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel安装erlang 16B03rpm --import http://binaries.erlang-solutions.co...
分类:
其他好文 时间:
2014-07-02 10:32:45
阅读次数:
240
postfix_编译时make:***[xsasl_cyrus_server.o]Error1make:***[update]
//如果编译出错,检查出错情况,一般是有包忘了装,要不是参数路径错误;
【注释】:
xsasl_cyrus_server.c:598:error:‘SASL_OK‘undeclared(firstuseinthisfunction)
xsasl_cyrus_server.c:600:warning:fo..
分类:
其他好文 时间:
2014-07-02 06:24:31
阅读次数:
1272