Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source_forward
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhiwei
source_forward
Commits
ad503643
Commit
ad503643
authored
Jan 25, 2018
by
zhiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新说明文档
parent
e229722e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
README.md
+9
-6
No files found.
README.md
View file @
ad503643
...
...
@@ -15,18 +15,21 @@ Download the latest JAR or grab via Maven:
</dependency>
-----------------原创转发验证Example--------------------
通过读取文件获取相应的链接及文件信息,文件中必须包含"来源"列
Map
<String
,
Map
<
String
,
Object
>
> dataMap = ReadMediaData.getUrl(dataList);
dataMap的key为文章链接url
//存放数据集合,key为文章url,必须包含来源列
Map
<String
,
Map
<
String
,
Object
>
> dataMap = new HashMap
<String
,
Map
<
String
,
Object
>
>
//添加来源到自定义来源列表
SourceData.addUserSource(source);
//开始验证
dataMap = SourceForward.getSourceForward(dataMap);
----------------根据链接匹配自媒体帐号Example------------
//存放数据集合,key为文章url
Map
<String
,
Map
<
String
,
Object
>
> dataMap = new HashMap
<String
,
Map
<
String
,
Object
>
>
Map
<String
,
Map
<
String
,
Object
>
> mediaselfMap = SourceForward.getMediaSelfSource(mediaselfMap);
-----------------链接是否删除验证Example--------------------------------------
//通过读取文件获取相应的链接及文件信息
Map
<String
,
Map
<
String
,
Object
>
> dataMap = ReadMediaData.getUrlLive(dataList);
dataMap的key为文章链接url
//存放数据集合,key为文章url
Map
<String
,
Map
<
String
,
Object
>
> dataMap = new HashMap
<String
,
Map
<
String
,
Object
>
>
//开始验证
dataMap = URLLive.verificationURLLive(dataMap);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment