Python/README.md

62 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2018-10-24 22:53:10 +08:00
2019-05-22 12:30:13 +08:00
# 欢迎关注我的微信公众号【智能制造社区】
2018-10-24 22:53:10 +08:00
## 左手代码,右手制造,分享智能制造相关技术和业务,包括 Python, C#, 数据库工业大数据、物联网技术及MES/ERP/SAP等系统。
2018-10-31 21:47:48 +08:00
## 可以通过微信公众号加我好友
2018-10-24 22:53:10 +08:00
![二维码](qrcode.jpg)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
# 内容列表
## [Python微信公众号开发](https://github.com/injetlee/Python/tree/master/wechat)
- ### Python 微信公众号开发—小白篇(一)
2019-05-18 14:45:24 +08:00
2018-10-31 21:47:48 +08:00
- ### Python 公众号开发—颜值检测
## [Python 爬虫入门合集](https://github.com/injetlee/Python/tree/master/%E7%88%AC%E8%99%AB%E9%9B%86%E5%90%88)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- ### Python 爬虫入门(一)——爬取糗事百科
2019-05-18 14:45:24 +08:00
2018-10-31 21:47:48 +08:00
- ### Python 爬虫入门(二)——爬取妹子图
2019-05-18 14:45:24 +08:00
2018-10-31 21:47:48 +08:00
- ### Python 爬虫——Python 岗位分析报告
2019-05-18 14:45:24 +08:00
2019-01-22 09:59:42 +08:00
- ### Python 爬虫利器——Selenium介绍
2019-05-18 14:45:24 +08:00
2019-01-22 09:39:36 +08:00
- ### Python 爬虫—— 抖音 App 视频抓包爬取
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
## [Python 黑魔法](https://github.com/injetlee/Python/tree/master/Python%20%E9%BB%91%E9%AD%94%E6%B3%95)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- ### Python 远程关机
2016-06-23 23:38:46 +08:00
2018-11-22 12:51:09 +08:00
## SQL 数据库
- [1 小时 SQL 极速入门(一)](https://mp.weixin.qq.com/s/Lx4B349OlD49ihJPnB6YiA)
2018-12-03 22:48:34 +08:00
- [1 小时 SQL 极速入门(二)](https://mp.weixin.qq.com/s/D-CEtGYomne5kV_Ji4lodA)
2018-12-15 12:24:16 +08:00
- [1 小时 SQL 极速入门(三)](https://mp.weixin.qq.com/s/7aJqrhCNcvnt2gO3p5P50Q)
2019-02-17 14:36:07 +08:00
- [SQL 高级查询——(层次化查询,递归)](https://mp.weixin.qq.com/s/R9Yldd-5AK4ObRA9Lfbz-Q)
2019-03-08 09:44:05 +08:00
- [GROUP BY高级查询,ROLLUPCUBEGROUPPING详解](https://mp.weixin.qq.com/s/_OK6dtHGhp7ukC2pe1ginQ)
2019-05-18 14:45:24 +08:00
- [SQL 行转列,列转行](https://mp.weixin.qq.com/s/xOFIg42FQhNpyg94ajhtqQ)
2018-11-22 12:51:09 +08:00
2018-10-31 21:47:48 +08:00
## 其他
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- 1.[获取当前CPU状态存储到Influxdb](https://github.com/injetlee/demo/blob/master/CpuToInfluxdb.py)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- 2.[模拟登录知乎](https://github.com/injetlee/demo/blob/master/login_zhihu.py)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- 3.[对目录下所有文件计数](https://github.com/injetlee/demo/blob/master/countFile.py)
2016-06-23 23:38:46 +08:00
2018-10-31 21:47:48 +08:00
- 4.[爬取豆瓣电影top250](https://github.com/injetlee/demo/blob/master/douban_movie.py)
2016-12-09 14:26:37 +08:00
2018-10-31 21:47:48 +08:00
- 5.[Excel文件读入数据库](https://github.com/injetlee/demo/blob/master/excelToDatabase.py)
2018-06-13 09:52:12 +08:00
2018-10-31 21:47:48 +08:00
- 6.[爬取拉勾网职位信息](https://github.com/injetlee/demo/blob/master/lagouSpider.py)
2018-07-26 20:41:01 +08:00
2018-10-31 21:47:48 +08:00
- 7.[批量修改文件名](https://github.com/injetlee/demo/blob/master/ModifyFilename.py)
2018-07-29 09:18:33 +08:00
2018-10-31 21:47:48 +08:00
- 8.[读写excel](https://github.com/injetlee/demo/blob/master/readExcel.py)
2018-10-24 22:43:26 +08:00
2018-10-31 21:47:48 +08:00
- 9.[下载必应首页图片,只下载当天的,一张。](https://github.com/injetlee/Python/blob/master/biyingSpider.py)