grep命令是类Unix系统中一种强大的文本搜索工具,全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。命令格式为:grep [option] pattern file常用option有:-i --ignore-case ...
分类:
系统相关 时间:
2015-02-23 09:37:35
阅读次数:
174
原文地址:http://blog.163.com/chenqioulin_1983/blog/static/83216232010109104430251/首先还是看看RFC咋说的吧。DHCP 是RFC2131定义,DHCP 2132定义了dhcp option .9.13. Vendor clas...
分类:
其他好文 时间:
2015-02-21 18:47:40
阅读次数:
617
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with n...
分类:
其他好文 时间:
2015-02-20 23:12:56
阅读次数:
299
例1 ddns-update-style interim;
ignore client-updates; subnet 192.168.222.0 netmask 255.255.255.0 { # --- default gateway
option routers 192.168.222.1;
...
分类:
其他好文 时间:
2015-02-20 21:56:05
阅读次数:
176
查看内核: #uname[OPTION] [OPTION] -r显示内核版本和release号。用户空间访问、监控内核的方式: /proc /sys伪文件系统: /proc/sys目录中很多文件是可读写的。 /sys某些文件可写设定内核参数值的方法: 临时生效,重启后失效: #echoVALUE>/proc/sys/FILE #sysctl-w..
分类:
系统相关 时间:
2015-02-20 00:13:16
阅读次数:
231
column命令可以对列的现实效果,包括对列标题和列数据,进行格式化,该命令的语法如下:
COL[UMN] [{column | expr} [option ...] ]
column指定列名
options指定用于格式化列或别名的一个或者多个选项。
其中的option选项如下:
ALI[AS] alias 指定要格式化的列的别名
CLE[AR] ...
分类:
数据库 时间:
2015-02-19 14:00:57
阅读次数:
196
Here's another option, from the guys from liip, here. This is a PHP package that comes pre-built for Yosemite (older versions works too) but it is jus...
分类:
Web程序 时间:
2015-02-18 17:38:28
阅读次数:
210
mac下递归创建ctags报错: "illegal option -- R"
分类:
系统相关 时间:
2015-02-16 11:26:22
阅读次数:
187
3.Shell输入与输出 3.1.echo echo命令可以显示文本行或变量,或者把字符串输出到文件 echo [option] string -e:解析转义字符 -n:回车不换行,linux系统默认回车换行 转义字符:\c,\f,\t,\n…… 例子程序#!/bin/bash#e...
分类:
系统相关 时间:
2015-02-15 19:23:40
阅读次数:
220
'添加option到指定位置(按value排序) dim valindex valindex=-1 for i=0 to selcom.length-1 if selcom.Options(i).value >selallcomoption.value then ...
分类:
编程语言 时间:
2015-02-13 19:49:12
阅读次数:
221