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
26 additions
and
14 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,33 +1,45 @@ | ||
|
||
## 欢迎关注我的微信公众号【智能制造专栏】 | ||
# 欢迎关注我的微信公众号【智能制造专栏】 | ||
|
||
## 左手代码,右手制造,分享智能制造相关技术和业务,包括 Python, C#, 数据库,工业大数据、物联网技术及MES/ERP/SAP等系统。 | ||
|
||
## 可以通过微信公众号加我好友 | ||
|
||
![二维码](qrcode.jpg) | ||
|
||
1.[获取当前CPU状态,存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py) | ||
# 内容列表 | ||
|
||
## [Python微信公众号开发](https://github.com/injetlee/Python/tree/master/wechat) | ||
|
||
- ### Python 微信公众号开发—小白篇(一) | ||
- ### Python 公众号开发—颜值检测 | ||
|
||
## [Python 爬虫入门合集](https://github.com/injetlee/Python/tree/master/%E7%88%AC%E8%99%AB%E9%9B%86%E5%90%88) | ||
|
||
2.[模拟登录知乎](https://github.com/injetlee/demo/blob/master/login_zhihu.py) | ||
- ### Python 爬虫入门(一)——爬取糗事百科 | ||
- ### Python 爬虫入门(二)——爬取妹子图 | ||
- ### Python 爬虫——Python 岗位分析报告 | ||
|
||
3.[对目录下所有文件计数](https://github.com/injetlee/demo/blob/master/countFile.py) | ||
## [Python 黑魔法](https://github.com/injetlee/Python/tree/master/Python%20%E9%BB%91%E9%AD%94%E6%B3%95) | ||
|
||
- ### Python 远程关机 | ||
|
||
4.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py) | ||
## 其他 | ||
|
||
5.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py) | ||
- 1.[获取当前CPU状态,存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py) | ||
|
||
6.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py) | ||
- 2.[模拟登录知乎](https://github.com/injetlee/demo/blob/master/login_zhihu.py) | ||
|
||
7.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py) | ||
- 3.[对目录下所有文件计数](https://github.com/injetlee/demo/blob/master/countFile.py) | ||
|
||
8.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py) | ||
- 4.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py) | ||
|
||
9.[下载必应首页图片,只下载当天的,一张。](https://github.com/injetlee/Python/blob/master/biyingSpider.py) | ||
- 5.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py) | ||
|
||
10.[Python微信公众号开发](https://github.com/injetlee/Python/tree/master/wechat) | ||
- 6.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py) | ||
|
||
11.[Python爬虫入门(一)——爬取糗百](https://github.com/injetlee/Python/blob/master/qiubai_crawer.py) | ||
- 7.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py) | ||
|
||
12.[Python爬虫入门教程合集](https://github.com/injetlee/Python/tree/master/%E7%88%AC%E8%99%AB%E9%9B%86%E5%90%88) | ||
- 8.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py) | ||
|
||
13.[Python 黑魔法](https://github.com/injetlee/Python/tree/master/Python%20%E9%BB%91%E9%AD%94%E6%B3%95) | ||
- 9.[下载必应首页图片,只下载当天的,一张。](https://github.com/injetlee/Python/blob/master/biyingSpider.py) |