上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页
摘要: Name:Convert To ListSource:Collections <test library>Arguments:[ item ]Converts the given `item` to a list. Mainly useful for converting tuples and ot 阅读全文
posted @ 2017-06-17 23:34 垄上行 阅读(889) 评论(0) 推荐(0) 编辑
摘要: Name:Create DictionarySource:Collections <test library>Arguments:[ *key_value_pairs ] 阅读全文
posted @ 2017-06-17 23:30 垄上行 阅读(3596) 评论(0) 推荐(0) 编辑
摘要: Arguments: [ *lists ]Combines the given `lists` together and returns the result. The given lists are not altered by this keyword. 场景1: 场景2:重复数据不去重进行合并 阅读全文
posted @ 2017-06-17 23:27 垄上行 阅读(545) 评论(0) 推荐(0) 编辑
摘要: Arguments:[ list_ | *values ]Adds `values` to the end of `list`. 阅读全文
posted @ 2017-06-17 23:17 垄上行 阅读(2830) 评论(0) 推荐(0) 编辑
摘要: *** Test Cases ***Timestamp ${time} GET TIME ${secs} GET TIME epoch ${year} GET TIME return year ${yyyy} ${mm} ${dd} GET TIME year,month,day @{time} G 阅读全文
posted @ 2017-06-15 22:59 垄上行 阅读(2178) 评论(0) 推荐(0) 编辑
摘要: 术语说明: 1、Epoch指的是一个特定的时间:1970-01-01 00:00:00 UTC。 2、国际标准化组织的国际标准ISO 8601是日期和时间的表示方法,格式是 'YYYY-MM-DD hh:mm:ss.mil'。 3、UTC time(称为协调世界时或者世界统一时间):这套时间系统被应 阅读全文
posted @ 2017-06-15 22:00 垄上行 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-08 10:50 垄上行 阅读(6796) 评论(0) 推荐(0) 编辑
摘要: ls |wc 是统计你这个目录下的文件数目。ls |wc -l是输出第一个结果即31即文件的数目。 阅读全文
posted @ 2017-06-07 14:19 垄上行 阅读(735) 评论(0) 推荐(0) 编辑
摘要: grep 同时满足多个关键字和满足任意关键字 ① grep -E "word1|word2|word3" file.txt 满足任意条件(word1、word2和word3之一)将匹配。 ② grep word1 file.txt | grep word2 |grep word3 必须同时满足三个条 阅读全文
posted @ 2017-05-25 19:00 垄上行 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 方法:多个命令之间用“;”进行连接即可; 阅读全文
posted @ 2017-05-25 17:22 垄上行 阅读(2493) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页