diff --git "a/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" "b/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" deleted file mode 100644 index 8c0482fd..00000000 --- "a/DGI\345\220\210\345\271\266\345\210\260WP\346\224\271\345\212\250\347\232\204\345\234\260\346\226\271.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 改动 - -1. 注释掉了 ARI_ASSEMBLY_WITHWHB 15步 SQL 中的--OR t.Process like 'HER_DGI_DOMESTIC%' - -2. 工位判断中增加了EQP_DA1140预组装逻辑 - -3. 第15步中增加了 GetTraceInfo 的输入参数 parentfamily - -004000018652000000260012015040704201504100003000030000000450 \ No newline at end of file diff --git a/README.md b/README.md index ecff2133..a95b5974 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,47 @@ -# 欢迎关注我的微信公众号【智能制造专栏】 +# 欢迎关注我的微信公众号【流浪土土】, 用 AI 探索自由生长的可能。 -## 左手代码,右手制造,分享智能制造相关技术和业务,包括 Python, C#, 数据库,工业大数据、物联网技术及MES/ERP/SAP等系统。 +## 专注于 AI,Vibe coding , 独立开发等相关内容分享 ## 可以通过微信公众号加我好友 -![二维码](qrcode.jpg) +二维码 + +✨━━━━━━━ 赞助内容 ━━━━━━━✨ + +### IPWO爬虫代理资源为采集、跨境与测试项目提供支持(免费试用,爬虫使用强烈推荐!!! 学习者务必遵守法律) +**IPWO提供的真实住宅 IP,大幅降低被封禁风险。195 + 国家/地区精准定位,轻松应对大型爬虫任务。让爬虫更简单,让数据更安全。** +#### 官网地址 +#### 👉 [**访问IPWO官网**](https://www.ipwo.net/?ref=githubaerjie) + +#### 产品简介: +- 9000万+真实住宅IP,覆盖195+国家和地区 +- 支持动态住宅代理、静态住宅代理(ISP) +- 适用于数据抓取、电商、广告验证、SEO监控等场景 +- 支持HTTP/HTTPS/SOCKS5协议,兼容性强 +- 纯净IP池,实时更新,99.9%连接成功率 +- 支持指定国家城市地区访问,保护隐私 + +✨━━━━━━━━━━━━━━━━━━━━━✨ # 内容列表 ## [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) - ### Python 爬虫入门(一)——爬取糗事百科 + - ### Python 爬虫入门(二)——爬取妹子图 + - ### Python 爬虫——Python 岗位分析报告 + - ### Python 爬虫利器——Selenium介绍 + - ### Python 爬虫—— 抖音 App 视频抓包爬取 ## [Python 黑魔法](https://github.com/injetlee/Python/tree/master/Python%20%E9%BB%91%E9%AD%94%E6%B3%95) @@ -33,6 +55,7 @@ - [1 小时 SQL 极速入门(三)](https://mp.weixin.qq.com/s/7aJqrhCNcvnt2gO3p5P50Q) - [SQL 高级查询——(层次化查询,递归)](https://mp.weixin.qq.com/s/R9Yldd-5AK4ObRA9Lfbz-Q) - [GROUP BY高级查询,ROLLUP,CUBE,GROUPPING详解](https://mp.weixin.qq.com/s/_OK6dtHGhp7ukC2pe1ginQ) +- [SQL 行转列,列转行](https://mp.weixin.qq.com/s/xOFIg42FQhNpyg94ajhtqQ) ## 其他 diff --git a/qrcode.jpg b/qrcode.jpg index 1c2532c3..f3a11691 100644 Binary files a/qrcode.jpg and b/qrcode.jpg differ diff --git a/wechat/requirements.txt b/wechat/requirements.txt index 7a8bbcc9..9d289028 100644 --- a/wechat/requirements.txt +++ b/wechat/requirements.txt @@ -1,17 +1,9 @@ -certifi==2018.4.16 -chardet==3.0.4 -falcon==1.4.1 -idna==2.6 -numpy==1.14.5 -opencv-python==3.4.1.15 -optionaldict==0.1.1 -Pillow==5.1.0 -pycrypto==2.6.1 -python-dateutil==2.7.3 -python-mimeparse==1.6.0 -requests==2.18.4 -six==1.11.0 -urllib3==1.22 -waitress==1.1.0 -wechatpy==1.7.0 -xmltodict==0.11.0 +falcon +numpy +opencv-python +Pillow +pycryptodome +requests +waitress +wechatpy +xmltodict