Chrome谷歌浏览器等浏览器无法访问局域网的解决方法 发表评论 / How to / King / 28 3 月, 2025 现象:苹果电脑Sequoia 15.3.2版本,Chrome谷歌浏览器等浏览器无法访问局域网地址,比如192. […] Chrome谷歌浏览器等浏览器无法访问局域网的解决方法 Read More »
提示词Prompt 发表评论 / 网站 / King / 26 1 月, 2025 基本原则: 1)简单清晰 切忌有歧义,描述复杂,应避免不必要的描述 2)具体,聚焦 3)要有上下文语境,可设定 提示词Prompt Read More »
如何修改nerdctl配置文件? 发表评论 / How to / King / 15 1 月, 2025 nerdctl 本身并没有像Docker的/etc/docker/daemon.json的直接对应的配置文件, 如何修改nerdctl配置文件? Read More »
docker mysql log占用太多空间的解决方法 发表评论 / 网站 / King / 9 1 月, 2025 使用 du -ah /var/lib/docker | sort -rh | head -n 20 发现 有很 docker mysql log占用太多空间的解决方法 Read More »
rsync 传输目录,并排除其中的一个文件夹 发表评论 / 网站 / King / 25 12 月, 2024 rsync -av -e ssh –exclude ‘taint/.git̵ rsync 传输目录,并排除其中的一个文件夹 Read More »
HAMI VGPU 发表评论 / 网站 / King / 14 12 月, 2024 kubectl edit cm -n volcano-system volcano-scheduler-con HAMI VGPU Read More »
occasionally fail to push to Harbor 发表评论 / 网站 / King / 23 4 月, 2024 response from Harbor server: received unexpected HTTP s occasionally fail to push to Harbor Read More »
crashLoopBackOff的一个可能原因 发表评论 / 网站 / King / 23 4 月, 2024 Kubenetes(k8s)的Pod状态是crashLoopBackOff的一个原因:Pod中的程序不是一直在 crashLoopBackOff的一个可能原因 Read More »
Rust: Blocking waiting for file lock on build directory 发表评论 / 网站 / King / 22 4 月, 2024 原因:vs code中有另外一个rust项目,在rust-an analyzer运行中,还未分析完成,导致本项 Rust: Blocking waiting for file lock on build directory Read More »