Skip to content

Commit

Permalink
docs: add source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Aug 28, 2024
1 parent 21df399 commit 3b52f2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ if __name__ == '__main__':
> 存储实现我们留在第10讲再去实现吧

### 源代码
[08_爬虫入门实战1_静态网页数据提取 - 章节源代码地址](https://github.com/NanmiCoder/CrawlerTutorial/tree/main/%E6%BA%90%E4%BB%A3%E7%A0%81/%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8/08_%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8%E5%AE%9E%E6%88%981_%E9%9D%99%E6%80%81%E7%BD%91%E9%A1%B5%E6%95%B0%E6%8D%AE%E6%8F%90%E5%8F%96)

### 其他

> 不知不觉的这一篇教程从晚上9点开始的,写到了晚上2.27,存储实现还没写玩,之前写前几篇帖子没什么感觉,到了实战帖子之后,感觉花费的时间多了很多很多。<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,3 +525,5 @@ if __name__ == '__main__':

```

### 源代码地址
[09_爬虫入门实战2_动态数据提取 - 章节源代码地址](https://github.com/NanmiCoder/CrawlerTutorial/tree/main/%E6%BA%90%E4%BB%A3%E7%A0%81/%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8/09_%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8%E5%AE%9E%E6%88%982_%E5%8A%A8%E6%80%81%E6%95%B0%E6%8D%AE%E6%8F%90%E5%8F%96)
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,6 @@ python main.py
- 如果是以`csv`的方式存储数据,可以查看`data/csv`目录下的文件,
- 如果是`json`的方式存储数据,可以查看`data/json`目录下的文件,
- 如果是`db`的方式存储数据,可以查看数据库中的数据。

### 源代码地址
[10_爬虫入门实战3_数据存储实现 - 章节源代码地址](https://github.com/NanmiCoder/CrawlerTutorial/tree/main/%E6%BA%90%E4%BB%A3%E7%A0%81/%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8/10_%E7%88%AC%E8%99%AB%E5%85%A5%E9%97%A8%E5%AE%9E%E6%88%983_%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8%E5%AE%9E%E7%8E%B0)

0 comments on commit 3b52f2f

Please sign in to comment.