Description A queue is a data structure based on the principle of 'First In First Out' (FIFO). There are two ends; one end can be used only to insert ...
分类:
其他好文 时间:
2016-08-30 16:00:57
阅读次数:
170
标题:awk命令的使用 作用:awk是非常好用的数据处理工具,主要处理每一行的字段内的数据,默认的字段的分割符为空格键或[tab]键 一、awk脚本的基本结构: awk 'BEGIN{print "start"} pattern {commands} END{print "ends"} file / ...
分类:
系统相关 时间:
2016-08-27 20:39:36
阅读次数:
217
cat: 使用权限:所有使用者 使用方法:cat [-AbeEnstTuv] [--help] [--version] fileName -A : --show-all 等于-vET -b :--number-nonblank 对非空输出行编号 -e 等于-vE -E : --show-ends 在 ...
分类:
系统相关 时间:
2016-08-19 11:13:29
阅读次数:
138
Problem Description Alice and Bob's game never ends. Today, they introduce a new game. In this game, both of them have N different rectangular cards r ...
分类:
其他好文 时间:
2016-08-13 14:11:28
阅读次数:
170
文件查看工具:cat将[文件]或标准输入组合输出到标准输出。-A,--show-all等于-vET-b,--number-nonblank对非空输出行编号-e等于-vE-E,--show-ends在每行结束处显示"$"-n,--number对输出的所有行编号-s,--squeeze-blank不输出多行空行-t与-vT等价-T,--show-tabs将跳格字符显示为^..
分类:
系统相关 时间:
2016-08-10 01:06:21
阅读次数:
342
xpath模糊匹配,类似find_by_partial_link,如下图: contains(属性名,字符串),starts-with(属性名,字符串),ends-with(属性名,字符串),matchs(属性名,字符串) ...
分类:
编程语言 时间:
2016-08-09 00:17:48
阅读次数:
1898
一、常用文本处理工具命令cat命令:cat[OPTION]...[FILE]...
-A,--show-all等价于-vET
-b,--number-nonblank对非空输出行编号
-e等价于-vE
-E,--show-ends在每行结束处显示$
-n,--number对输出的所有行编号
-s,--squeeze-blank不输出多行空行
-t与-vT等价
-T,--show-tabs将跳字..
分类:
系统相关 时间:
2016-08-06 07:09:24
阅读次数:
195
一、基础命令cat命令:cat[OPTION]...[FILE]...
-A,--show-all等价于-vET
-b,--number-nonblank对非空输出行编号
-e等价于-vE
-E,--show-ends在每行结束处显示$
-n,--number对输出的所有行编号
-s,--squeeze-blank不输出多行空行
-t与-vT等价
-T,--show-tabs将跳字符显示为^I
-..
分类:
系统相关 时间:
2016-08-04 00:06:52
阅读次数:
243
Linear Data Structures: Stacks Queues Deques Lists The names given to the ends are not significant. What distinguishes one linear structure from anoth ...
分类:
其他好文 时间:
2016-06-27 23:01:30
阅读次数:
206
1. This is a parabola function. So two ends always larger than mid. 2. remember return value. ...
分类:
其他好文 时间:
2016-06-27 13:43:33
阅读次数:
130