10 2025 档案

摘要:Windows启动Stable Diffusion报错 错误原因,本机IP地址设置错误 修改配置文件为本机地址 文件为 sd-webui-aki-v4.1\.launcher\preference.json 修改以下地址为本机地址再次启动即可 阅读全文
posted @ 2025-10-22 11:36 minseo 阅读(3) 评论(0) 推荐(0)
摘要:Github https://github.com/ZTE-AICloud/Co-Sight 环境查看 系统环境 ~ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04 阅读全文
posted @ 2025-10-15 13:45 minseo 阅读(15) 评论(0) 推荐(0)
摘要:Github地址 https://github.com/astral-sh/uv/tree/main 文档地址 https://docs.astral.sh/uv/#highlights uv是一个用 Rust 编写的极其快速的 Python 包和项目管理工具 环境查看 系统环境 # cat /et 阅读全文
posted @ 2025-10-11 14:34 minseo 阅读(25) 评论(0) 推荐(0)
摘要:参考 https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/docker/ 环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9. 阅读全文
posted @ 2025-10-11 09:39 minseo 阅读(14) 评论(0) 推荐(0)
摘要:创建用户并授权 需要使用本地地址127.0.0.1连接MySQL数据库否则可能授权失败 > create user zentao@'%' identified by 'password'; > grant all on zentao.* to zentao@'%'; > flush privileg 阅读全文
posted @ 2025-10-10 10:38 minseo 阅读(8) 评论(0) 推荐(0)