make clean仅仅是清除之前编译的可执行文件及配置文件。? 而make distclean要清除所有生成的文件。 Makefile 在符合GNU Makefiel惯例的Makefile中,包含了一些基本的预先定义的操作: make 根据Makefile编译源代...
分类:
其他好文 时间:
2014-07-30 17:58:44
阅读次数:
204
作者:沈小然??? 日期:2014-7-30 安装cronolog 官网下载:http://cronolog.org/usage.html ./configure make;make install 默认安装位置: # which cronolog /usr/local/sbin/cronolog 配置分割Tomcat日志 编...
分类:
其他好文 时间:
2014-07-30 12:35:44
阅读次数:
342
大家好,我是成都ld,最近学习了下python和Django。我使用的是pydev+eclipse的组合进行的开发,当然,刚开始学习,由于python的方法返回值是没有标明的,所以开发变得有些蛋疼,不得不去查看方法的源码,不知道其他朋友是如何干的~~言归正传,今天主要介绍Django文档制作,网上..
http://stackoverflow.com/questions/18577462/how-to-make-a-tableview-divided-into-sections-by-letter-like-the-contacts-apphttp://www.iphonedevcentral.c...
分类:
移动开发 时间:
2014-07-29 21:10:42
阅读次数:
207
FIO概述
fio是一个基于GPLV2授权的开源压力测试工具,主要是用来测试磁盘io性能,也有cpu,nic的io测试功能。
1、安装FIO
yum-yinstallwget
yum-yinstalllibaio-devel
wgethttp://brick.kernel.dk/snaps/fio-2.1.tar.gz
tarzxvffio-2.1.tar.gz
cdfio-2.1
make
makeinstall
2..
分类:
其他好文 时间:
2014-07-29 16:05:50
阅读次数:
300
tarxvfiftop.tar.gzcdiftop./configure&&make&&makeinstall安装后启动iftop使用命令iftop查看本机流量可以用iftop-i切换网卡例:iftop-ieth1
分类:
其他好文 时间:
2014-07-29 16:01:01
阅读次数:
183
在编译Android的时候 把下面的函数,添加到 envsetup.sh, 还运行 build/envsetup.sh
function make()
{
local make=$(which make)
echo "you are running function make"
${make} $@
}
再运行 make, 运行的并不是可执行文件 make, 而...
分类:
其他好文 时间:
2014-07-29 14:47:48
阅读次数:
198
【版权声明:转载请保留出处:blog.csdn.net/gentleliu。Mail:shallnew at 163 dot com】
在一个较大的工程中,一般会将源代码和二进制文件(.o 文件和可执行文件)安排在不同的目录来进行区分管理。这种情况下,我们可以使用 make 提供的目录搜索依赖文件功能(在指定的若干个目录下自动搜索依赖文件)。在Makefile中,使用依赖文件...
分类:
其他好文 时间:
2014-07-29 12:53:06
阅读次数:
170
安装node错误:
wscript:329: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed. Use configure --without-ssl to disable this message.
说明没有安装 openssl-de...
分类:
其他好文 时间:
2014-07-28 16:06:03
阅读次数:
234
make -dshould give you more than enough information to debug your makefile.Be warned: it will take some time and effort to analyze the output but load...
分类:
其他好文 时间:
2014-07-28 14:58:43
阅读次数:
490