forked from injetlee/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# 这是我日常遇到的一些小问题的解决办法,全部是基于Python3 | ||
|
||
1.[爬取拉勾网招聘信息](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py) | ||
1.[获取当前CPU状态,存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py) | ||
|
||
2.[模拟登录知乎](https://github.com/injetlee/demo/blob/master/login_zhihu.py) | ||
|
||
3.[对目录下所有文件计数](https://github.com/injetlee/demo/blob/master/countFile.py) | ||
|
||
4.[获取当前CPU状态,存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py) | ||
|
||
5.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py) | ||
4.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py) | ||
|
||
6.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py) | ||
5.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py) | ||
|
||
7.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py) | ||
6.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py) | ||
|
||
8.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py) | ||
7.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py) | ||
|
||
9.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py) | ||
8.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py) |