Python/README.md

19 lines
823 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 这是我日常遇到的一些小问题的解决办法全部是基于Python3
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.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py)
5.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py)
6.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py)
7.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py)
8.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py)