Showing
5 changed files
with
2 additions
and
2 deletions
spider/article.csv
deleted
100644 → 0
This diff could not be displayed because it is too large.
spider/comments.csv
deleted
100644 → 0
This diff could not be displayed because it is too large.
| @@ -9,7 +9,7 @@ def spiderData(): | @@ -9,7 +9,7 @@ def spiderData(): | ||
| 9 | print('正在爬取导航栏数据') | 9 | print('正在爬取导航栏数据') |
| 10 | spiderNav() | 10 | spiderNav() |
| 11 | print('正在爬取文章数据') | 11 | print('正在爬取文章数据') |
| 12 | - spiderContent(14,3) | 12 | + spiderContent(9,1) |
| 13 | print('正在爬取文章评论数据') | 13 | print('正在爬取文章评论数据') |
| 14 | spiderComments() | 14 | spiderComments() |
| 15 | 15 |
| @@ -112,7 +112,7 @@ | @@ -112,7 +112,7 @@ | ||
| 112 | </a> | 112 | </a> |
| 113 | </li> | 113 | </li> |
| 114 | <li class="px-3 pt-3 pb-2"> | 114 | <li class="px-3 pt-3 pb-2"> |
| 115 | - <span class="text-uppercase small font-weight-bold">词云图</span> | 115 | + <span class="text-uppercase small font-weight-bold">机器学习预测</span> |
| 116 | </li> | 116 | </li> |
| 117 | <li class=" sidebar-layout"> | 117 | <li class=" sidebar-layout"> |
| 118 | <a href="/page/articleCloud" class="svg-icon"> | 118 | <a href="/page/articleCloud" class="svg-icon"> |
-
Please register or login to post a comment