在 Makefile 中经常会用到一些内置的标准变量。下面说明:1. MAKE_VERSIONmake
命令的版本号,也就是执行 make -v 时看到的版本号。2. CURDIR当前的工作目录,一般的就是 Makefile 所在的目录。确切的说,应该是 make
执行时此进程所在目录。如果在 ma...
分类:
其他好文 时间:
2014-05-24 06:08:57
阅读次数:
260
$ wget
http://nginx.org/download/nginx-1.3.2.tar.gz$ tar xvzf
nginx-1.3.2.tar.gz#查看ngixn版本极其编译参数 $ /usr/local/nginx/sbin/nginx -Vnginx
version: nginx/...
分类:
其他好文 时间:
2014-05-24 00:01:29
阅读次数:
269
编译警告:This project was created using a version of
compiler that is not currently installed: 6.0.3 [C2000]. Another version of the
compiler will be used...
分类:
其他好文 时间:
2014-05-23 12:16:21
阅读次数:
3014
在eclipse下的日志文档:!SESSION 2014-05-19 17:23:10.833
-----------------------------------------------
eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8....
分类:
编程语言 时间:
2014-05-23 10:56:13
阅读次数:
457
Linux大棚版vimrc配置—V2.0版本,如下: [shell] $cat .vimrc “==
“Author :roc “Website:roclinux.cn “Version:2.0 “== “vim支持go语言 - 开始 “关闭文件类型检测功...
分类:
系统相关 时间:
2014-05-19 21:45:21
阅读次数:
496
1. 将 elipse cdt 加入到左侧程序启动栏在 /usr/share/applications
下输入sudo gedit eclipse.desktop, 然后输入[Desktop
Entry]Version=1.0Name=eclipseExec=/home/ck/eclipse/ecl...
分类:
系统相关 时间:
2014-05-19 14:08:59
阅读次数:
343
环境说明:CentOS 6.5 32位 PHP Version 5.5.7 mysql
version _5.6.16一、准备工作配置防火墙,允许防火墙通过22(sshd)、80(WEB)、3306(MYSQL)端口iptables -A
INPUT -p tcp --dport 80 -j ACC...
分类:
数据库 时间:
2014-05-19 13:29:28
阅读次数:
466
授权方式:署名,非商业用途,保持一致,转载时请务必以超链接(http://www.fwolf.com/blog/post/35)的形式标明文章原始出处和作者信息及本声明。jQuery
从 1.9 版开始,移除了 $.browser 和 $.browser.version , 取而代之的是 $.sup...
分类:
Web程序 时间:
2014-05-19 10:11:57
阅读次数:
274
为实现一些玻璃蒙版的效果,需要用到高斯算法对图片进行模糊处理,基础算法代码如下 1
public static Bitmap fastblur(Context context, Bitmap sentBitmap, int radius) {
2 3 if (VERSION....
分类:
其他好文 时间:
2014-05-18 19:06:13
阅读次数:
297
>>>>1. 概述>>> 2. 一个简单的例子 Client
Without Log4j * Description: a sample with log4j * @version 1.0 */ public class
ClientWithoutLog4j { /**...
分类:
其他好文 时间:
2014-05-17 21:54:39
阅读次数:
545