分类

链接

2026 年 3 月
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

近期文章

热门标签

新人福利,免费薅羊毛

在腾讯云函数中使用python打SFTP问题

首先,云函数是使用提centos7,很老的版本。本文底解决了腾讯云函数中所有关于 Python 依赖、GLIBC 版本和 C 扩展的兼容性深坑。现在 paramiko 已经可以正常加载运行了。   #注意确认Python3的正确路径 # 1. 强制安装 cffi /var/lang/python39/bin/python3 -m pip install --upgrade --no-cache-dir --target . cffi==1.15.1 # 2. 安装其余依赖(锁死版本) /var/lang/python39/bin/python3 -m pip install --upgrade --no-cache-dir --target . cryptography==3.3.2 bcrypt==3.1.7 PyNaCl==1.4.0 para...

AI, DevOps, k8s, Python, 云计算, 人工智能 暂无评论 阅读(39)

手握几十个ESP32的板子,我感觉我现在强得可怕!

手握几十个ESP32的板子,我感觉我现在强得可怕! 我脑海里有一万个idea....

单片机 暂无评论 阅读(50)

vscode修改终端terminal为Cmder

F1打开设置,选择 Open User Settings(JSON), 增加或修改以下内容: "terminal.integrated.profiles.windows": { "Cmder": { "path": [ "c:\\windows\\System32\\cmd.exe" ], "args": [ "/f", "/K", "D:\\Program Files\\Cmder\\vendor\\init.bat" ], "icon": "cmder" } }, "terminal.integrated.defaultProfile.windows": "Cmder",     AI泛...

AI, DevOps 暂无评论 阅读(44)