8000 add spider · lzhanforgit/python@a354c8f · GitHub
[go: up one dir, main page]

Skip to content

Commit a354c8f

Browse files
committed
add spider
1 parent f7eb9a1 commit a354c8f

File tree

7 files changed

+29
-440
lines changed

7 files changed

+29
-440
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Windows:
2+
Thumbs.db
3+
ehthumbs.db
4+
Desktop.ini
5+
6+
# Python:
7+
*.py[cod]
8+
*.so
9+
*.egg
10+
*.egg-info
11+
dist
12+
build
13+
14+
# My configurations:
15+
db.ini
16+
deploy_key_rsa
17+
*.xml
18+
*.iml
19+
20+
logs/*
21+
!.gitkeep
22+
node_modules/
23+
bower_components/
24+
tmp
25+
.DS_Store
26+
.idea
27+
28+
.idea/
29+

part1/unit3-变量类型-Dictionary.md

-57
This file was deleted.

part1/unit3-变量类型-Tuple.md

-18
This file was deleted.

part1/unit4-运算符.md

-106
This file was deleted.

0 commit comments

Comments
 (0)
0