Skip to content

Commit f7f7333

Browse files
committed
02-添加url到readme中
1 parent 61c8093 commit f7f7333

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.js linguist-language=python
2+
*.css linguist-language=python
3+
*.html linguist-language=python

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Environments
2+
.env
3+
.venv
4+
env/
5+
venv/
6+
ENV/
7+
env.bak/
8+
venv.bak/
9+
10+
# pyenv
11+
.python-version
12+
13+
# Mac os
14+
.DS_Store
15+
*/.DS_Store
16+
17+
# pycharm
18+
.idea
19+
.env
20+

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# 分布式爬虫从零开始- 用来感谢支持我的人
1+
# 分布式爬虫从零开始- 感谢所有支持项目的人
22
- 在学习之前请务必掌握一些python基础知识,之后我们就可以开始了!
3-
- 项目预估时间20天左右,平均两天更新一章内容,请期待........
3+
- 项目预估时间20天左右,平均两天更新一章内容,敬请期待........
4+
- 欢迎在issues中留言,如果文章中有错别字可以向我提pr,感谢各位!
5+
6+
# 目录
7+
8+
- [01- 爬虫预备知识](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/%E7%88%AC%E8%99%AB%E9%A2%84%E5%A4%87%E7%9F%A5%E8%AF%86.md)
9+
10+
#### 喜欢可以给个star🌟,均为免费内容,``转载````注明来源``

爬虫预备知识.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Accept | 传输文件类型
131131
Accept-Encoding | 文件编解码格式
132132
x-requested-with : XMLHttpRequest | ajax 请求
133133

134-
[点击查看更多]()
134+
[点击查看更多](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/HTTP%E8%AF%B7%E6%B1%82%E5%88%97%E8%A1%A8.md)
135135

136136
###### HTTP 响应
137137

@@ -174,7 +174,7 @@ Connection | 服务器通过这个头,响应完是保持链接还是关闭链
174174
- 404 - 请求的资源(网页等)不存在
175175
- 500 - 内部服务器错误
176176

177-
[点击查看更多]()
177+
[点击查看更多](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/HTTP%E5%93%8D%E5%BA%94%E5%88%97%E8%A1%A8.md)
178178

179179
##### HTTPS
180180
- HTTP + SSL(安全套接字层),即带有安全套接字层的超本文传输协议

0 commit comments

Comments
 (0)