安装nginx遇到的错误
:/tmp/nginx-0.5.34# make installmake -f objs/Makefile installmake[1]: Entering directory `/tmp/nginx-0.5.34'gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter-Wno-unused-fun...
Linux Shell 内建命令 : readonly 命令详解
readonly命令用于声明变量或函数的属性为只读,声明后这些变量或函数不可修改。在声明只读属性时,“-a”用于索引即下标数组,“-A”用于关联即键值对数组,“-f”用于函数,不使用这三个选项时默认为变量,对函数没有影响,后面跟着变量名或函数名name,对于变量来说,可以在声明只读属性的同时进行赋值,函数则没有这个用法。不指定任何选项或者指定了选项“-p”时,显示当前的只读变量,包括数组,不包括函...
hadoop的 pathfilter使用
Hadoop的PathFilter使用源码接口定义:[java] view plain copy print?public interface PathFilter { /** * Tests whether or not the specified abstract pathname should be
SATA硬盘使用设置与系统安装注意事项
一、BIOS设置部分 由于各家主板的BIOS不尽相同,但是设置原理都是基本一致的,在此只介绍几种比较典型的BIOS设置,相信读者都能够根据自
Python多线程编程(二):启动线程的两种方法
在Python中我们主要是通过thread和threading这两个模块来实现的,其中Python的threading模块是对thread做了一些