File tree 5 files changed +34
-4
lines changed
5 files changed +34
-4
lines changed Original file line number Diff line number Diff line change
1
+ * .js linguist-language =python
2
+ * .css linguist-language =python
3
+ * .html linguist-language =python
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
- # 分布式爬虫从零开始- 用来感谢支持我的人 !
1
+ # 分布式爬虫从零开始- 感谢所有支持项目的人 !
2
2
- 在学习之前请务必掌握一些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🌟,均为免费内容,`` 转载 `` 请`` 注明来源 ``
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Accept | 传输文件类型
131
131
Accept-Encoding | 文件编解码格式
132
132
x-requested-with : XMLHttpRequest | ajax 请求
133
133
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 )
135
135
136
136
###### HTTP 响应
137
137
@@ -174,7 +174,7 @@ Connection | 服务器通过这个头,响应完是保持链接还是关闭链
174
174
- 404 - 请求的资源(网页等)不存在
175
175
- 500 - 内部服务器错误
176
176
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 )
178
178
179
179
##### HTTPS
180
180
- HTTP + SSL(安全套接字层),即带有安全套接字层的超本文传输协议
You can’t perform that action at this time.
0 commit comments