在腾讯云函数中使用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...
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泛...
DIFY chatBI demo实现
开局一张图,余下全靠编! app: description: '' icon: icon_background: '#FFEAD5' mode: advanced-chat name: Chatflow use_icon_as_answer_icon: false dependencies: - current_identifier: null type: marketplace value: marketplace_plugin_unique_identifier: hjlarry/database:0.0.6@2f547ea4b80c5bbec2b953843a37de9aff7427d276b763a8e237c6b2188359b3 - current_identifier: null type: marketplace value: marketplace_plugin_unique_identifier...
Stable Diffusion(AI绘画) 绘世 WebUI/ComfyUI整合包 – 附常用的大模型和ControlNet 模型
距离我上次更新这个已经过去了三个月多了,这中间AI发展实在是太迅速了,我也中间分享了无数用AI生成的图片素材,感兴趣的小伙伴可以在文末的链接进去看看,基本都是基于这个工具生成的。全部免费下载。大概有几千张,大部分都是精品。目前秋叶同学的这个离线包已经更新到了2.58,因为实在是太大了,上传速度实在是慢,所以更新时间稍稍晚了一点点。喜欢这个工具的小伙伴赶紧去更新吧,我分享的是完整包。解压即可使用,A卡整合包适合那些使用amd显卡的小伙伴,比如我的显卡就是A卡,如果只用cpu来跑的话,效率是...
