1 2 3 4 5 ··· 107 下一页
摘要: 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 阅读(16) 评论(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 阅读(15) 评论(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 阅读(9) 评论(0) 推荐(0)
摘要: docker容器如果日志太多使用命令查看日志会一直刷很久才到尾部 docker logs -f 容器ID 可以使用以下命令直接查看最后一些行日志 docker logs -f --tail 2000 b459e5d7a4eb 阅读全文
posted @ 2025-09-26 17:16 minseo 阅读(23) 评论(0) 推荐(0)
摘要: 故障现象 Windows Server 2019开启了远程桌面但是无法远程 Telnet对应端口3389也不通 故障原因 远程服务Down了 修复 到服务管理重启远程服务 Remote Desktop Service 如果提示病毒则关闭本机自带杀毒 阅读全文
posted @ 2025-09-17 08:31 minseo 阅读(32) 评论(0) 推荐(0)
摘要: 如果是使用docker部署则进入docker后需要切换用户 su - postgres 进入数据库 psql 列出所有数据库 \l \list 查询表 # 表名需要加引号 select * from "table_name"; 条件查询加where 一一对应显示 \x 阅读全文
posted @ 2025-09-09 11:16 minseo 阅读(7) 评论(0) 推荐(0)
摘要: 参考 https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.526b1b11JmhoPC 环境查看 系统环境 # cat /etc/redhat-release CentOS Linux release 7.9.2009 阅读全文
posted @ 2025-09-08 14:35 minseo 阅读(63) 评论(0) 推荐(0)
摘要: Minio服务器重启之后一定要同步时间 阅读全文
posted @ 2025-08-29 19:54 minseo 阅读(11) 评论(0) 推荐(0)
1 2 3 4 5 ··· 107 下一页