File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 这是我日常遇到的一些小问题的解决办法,全部是基于Python3
2
+
2
3
1.[ 爬取拉勾网招聘信息] ( https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py )
4
+
3
5
2.[ 模拟登录知乎] ( https://github.com/injetlee/demo/blob/master/login_zhihu.py )
6
+
4
7
3.[ 对目录下所有文件计数] ( https://github.com/injetlee/demo/blob/master/countFile.py )
8
+
5
9
4.[ 获取当前CPU状态,存储到Influxdb] ( https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py )
10
+
6
11
5.[ 爬取豆瓣电影top250] ( https://github.com/injetlee/demo/blob/master/douban_movie.py )
12
+
7
13
6.[ Excel文件读入数据库] ( https://github.com/injetlee/demo/blob/master/excelToDatabase.py )
14
+
8
15
7.[ 爬取拉勾网职位信息] ( https://github.com/injetlee/demo/blob/master/lagouSpider.py )
16
+
9
17
8.[ 批量修改文件名] ( https://github.com/injetlee/demo/blob/master/ModifyFilename.py )
10
- 9.[ 读写excel] ( https://github.com/injetlee/demo/blob/master/readExcel.py )
18
+
19
+ 9.[ 读写excel] ( https://github.com/injetlee/demo/blob/master/readExcel.py )
You can’t perform that action at this time.
0 commit comments