Skip to content

Commit 9cb3de8

Browse files
committed
feat: 目录结构
1 parent b6ff352 commit 9cb3de8

12 files changed

+6
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,6 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
.idea
163+

README.md

Whitespace-only changes.

爬虫入门/01_为什么要写这个爬虫教程.md

Whitespace-only changes.

爬虫入门/02_个人学会爬虫怎么接单赚钱.md

Whitespace-only changes.

爬虫入门/03_网络爬虫到底是什么.md

Whitespace-only changes.

爬虫入门/04_爬虫的基本工作原理.md

Whitespace-only changes.

爬虫入门/05_利用各种工具抓包网络请求.md

Whitespace-only changes.

爬虫入门/06_为什么说用Python写爬虫有天生优势.md

Whitespace-only changes.

爬虫入门/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)