Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media_data_crawler
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
media_data_crawler
Commits
8b37c62c
Commit
8b37c62c
authored
Feb 19, 2019
by
zhiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改采集核心包及通用工具包
parent
fd678cf3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
README.md
+3
-1
pom.xml
+16
-14
No files found.
README.md
View file @
8b37c62c
...
@@ -87,7 +87,9 @@
...
@@ -87,7 +87,9 @@
String type = "topic"; //topic 为指定话题采集,note为指定日记采集
String type = "topic"; //topic 为指定话题采集,note为指定日记采集
List
<DouBanData>
list = DataCrawler.getDouBanData(word, type, proxy);
List
<DouBanData>
list = DataCrawler.getDouBanData(word, type, proxy);
##更新日志
## 更新时间 2019-02-19
## 更新内容 升级采集核心包crawler-core版本为0.2.6,升级通用工具包zhiwei-tools版本为0.1.2并将zhiwei-tools作用域设置为provided
...
...
pom.xml
View file @
8b37c62c
...
@@ -6,7 +6,20 @@
...
@@ -6,7 +6,20 @@
<name>
media_data_crawler
</name>
<name>
media_data_crawler
</name>
<description>
网媒数据抓取,包含百度新闻、搜狗新闻、360新闻、知乎回答列表等
</description>
<description>
网媒数据抓取,包含百度新闻、搜狗新闻、360新闻、知乎回答列表等
</description>
<dependencies>
<dependency>
<groupId>
com.zhiwei.tools
</groupId>
<artifactId>
zhiwei-tools
</artifactId>
<version>
0.1.2-SNAPSHOT
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
com.zhiwei.crawler
</groupId>
<artifactId>
crawler-core
</artifactId>
<version>
0.2.6-RELEASE
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
<!-- 打包管理 -->
<!-- 打包管理 -->
<build>
<build>
...
@@ -62,17 +75,5 @@
...
@@ -62,17 +75,5 @@
</repository>
</repository>
</distributionManagement>
</distributionManagement>
<dependencies>
<dependency>
<groupId>
com.zhiwei.tools
</groupId>
<artifactId>
zhiwei-tools
</artifactId>
<version>
0.1.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.zhiwei.crawler
</groupId>
<artifactId>
crawler-core
</artifactId>
<version>
0.1.1-RELEASE
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
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