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