Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
injetlee committed Jun 23, 2016
1 parent d63d8d5 commit dab8715
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
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)

0 comments on commit dab8715

Please sign in to comment.