Skip to content

Commit

Permalink
帮助文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ring04h committed Apr 5, 2015
1 parent 6160f04 commit a4ba585
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ python wyspider.py http://wuyun.org php
| :-------- |:--------|
| 顺序递进 处理step | {int=series\$2:0-10}\$ |
> [0,2,4,6,8,10]
| 类型 | 使用实例 |
| :-------- |:--------|
| 连号数字 | {int=digits#3:0-9}$ |
> [123,234,345,456,567,678,789]
| 类型 | 使用实例 |
| :-------- |:--------|
| 重叠数字 | {int=overlap#4:0-9}$ |
Expand All @@ -55,26 +57,32 @@ python wyspider.py http://wuyun.org php
| :-------- |:--------|
|| {date=year:2010-2015}$ |
> [2010,2011,2012,2013,2014,2015]
| 类型 | 使用实例 |
| :-------- |:--------|
|| {date=mon:01-12}$ |
> [1,01,2,02,3,03...9,09]
| 类型 | 使用实例 |
| :-------- |:--------|
|| {date=day:01-31}$ |
> [1,01,2,02,3,03,4,04,5,05...31]
| 类型 | 使用实例 |
| :-------- |:--------|
| 年月 | {date=year_mon:201501-201504}$ |
> [201501,20151,201502,20152...201504]
| 类型 | 使用实例 |
| :-------- |:--------|
| 月日 | {date=mon_day:0501-0531}$ |
> [0501,51,0502,52,0506,56,0511,511...0530,530]
| 类型 | 使用实例 |
| :-------- |:--------|
| 年月日 | {date=year_mon_day:20150101-20150401}$ |
> [20150101,201511,20150112,2015112...20150401]
| 类型 | 使用实例 |
| :-------- |:--------|
| 月日年 | {date=mon_day_year:20150101-20150401}$ |
Expand Down

0 comments on commit a4ba585

Please sign in to comment.