会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小满三岁啦
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
···
15
下一页
2026年5月8日
minio旧版docker-compose.yaml
摘要: services: minio: image: quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z container_name: minio restart: always ports: - "9000:9000" - "9001:9001" envi
阅读全文
posted @ 2026-05-08 16:12 小满三岁啦
阅读(25)
评论(0)
推荐(0)
2026年4月29日
gemini cli自定义地址和模型
摘要: 在项目的.env里面加入下面的配置就行 GOOGLE_GEMINI_BASE_URL=xx GEMINI_API_KEY=sk-xx GEMINI_MODEL=gemini-3.1-pro-preview
阅读全文
posted @ 2026-04-29 14:48 小满三岁啦
阅读(49)
评论(0)
推荐(0)
2026年4月26日
blackboxai的API地址
摘要: https://api.blackbox.ai/v1 # 可以通过 kilo code或者 page-assist去查看全部模型
阅读全文
posted @ 2026-04-26 23:29 小满三岁啦
阅读(19)
评论(0)
推荐(0)
2026年4月10日
解决 Not logged in · Please run /login报错
摘要: 执行下面命令 然后重启claude即可 export ANTHROPIC_BASE_URL="<域名>" export ANTHROPIC_AUTH_TOKEN="<API KEY>" 插件推荐 https://github.com/Haleclipse/CCometixLine WSL2里面永久写
阅读全文
posted @ 2026-04-10 14:16 小满三岁啦
阅读(3636)
评论(0)
推荐(0)
2026年3月27日
如何安装oh my opencode
摘要: 只需要把这个发给opencode即可 install and configure oh-my-opencode by following the instructions here: https://raw.githubusercontent.com/code-yeongyu/oh-my-openc
阅读全文
posted @ 2026-03-27 00:02 小满三岁啦
阅读(107)
评论(0)
推荐(0)
2026年3月17日
谷歌插件 page-assist
摘要: https://github.com/n4ze3m/page-assist
阅读全文
posted @ 2026-03-17 22:34 小满三岁啦
阅读(60)
评论(0)
推荐(0)
kilo code api的地址
摘要: 官方网址:https://app.kilo.ai/profile 接口地址 https://api.kilo.ai/api/gateway # 如何使用 Authorization xx
阅读全文
posted @ 2026-03-17 21:49 小满三岁啦
阅读(226)
评论(2)
推荐(0)
CLIProxyAPIPlus 部署教程(Docker 版)
摘要: 🚀 CLIProxyAPIPlus 部署教程(Docker 版) 📌 项目地址 GitHub:https://github.com/router-for-me/CLIProxyAPIPlus CLIProxyAPIPlus 是 CLIProxyAPI 的增强版本,支持更多第三方模型接入(如 Co
阅读全文
posted @ 2026-03-17 21:07 小满三岁啦
阅读(4583)
评论(0)
推荐(0)
2025年6月18日
fastapi报错 以一种访问权限不允许的方式做了一个访问套接字的尝试。
摘要: 解决方案1 启动FastAPI后端项目,发现报错:Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试 百度改问题时,发现Dajango项目也会出现同样的错误,简而言之,出现这个问题就是启动后端的端口被占用了 打开cmd,输入下面代码,查看是什么应用占了
阅读全文
posted @ 2025-06-18 10:32 小满三岁啦
阅读(1300)
评论(0)
推荐(0)
2025年4月10日
docker安装脚本 && docker-compose 安装
摘要: docker安装 一行命令安装docker 推荐 bash <(curl -sSL https://linuxmirrors.cn/main.sh) 其它方案 // 下载并运行 Docker 安装脚本: curl -fsSL https://get.docker.com -o get-docker.
阅读全文
posted @ 2025-04-10 23:39 小满三岁啦
阅读(206)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
15
下一页
公告