会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
十三山入秋
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
下一页
2025年6月8日
【MAC:硬盘扩容】
摘要: ## 1. 确认电脑是否有雷电接口 苹果电脑从2015年发布的具有雷电3、雷电4接口的电脑; Windows电脑2016年后有雷电3和4接口的电脑; 雷电接口旁有雷电标志; ## 2. 阿卡西斯 推荐三星980Pro,西数770/850X,海力士P44PRO,金士顿KC3000,致钛7100,梵想7
阅读全文
posted @ 2025-06-08 16:50 十三山入秋
阅读(19)
评论(0)
推荐(0)
2025年6月7日
【git init proj】
摘要: …or create a new repository on the command line echo "# coder_rules" >> README.md git init git add README.md git commit -m "first commit" git branch -
阅读全文
posted @ 2025-06-07 17:16 十三山入秋
阅读(6)
评论(0)
推荐(0)
2025年5月29日
【idea: 社区版本彩色控制台: vm option】
摘要: edit configurations -> Modify Options -> Add VM Options -Dspring.output.ansi.enabled=ALWAYS
阅读全文
posted @ 2025-05-29 16:42 十三山入秋
阅读(30)
评论(0)
推荐(0)
2025年5月28日
【brew: local】
摘要: /opt/homebrew/Cellar/ /usr/bin or /usr/sbin /usr/local
阅读全文
posted @ 2025-05-28 14:55 十三山入秋
阅读(9)
评论(0)
推荐(0)
2025年5月27日
【添加 Spring 仓库】
摘要: 两种地方添加 Spring 仓库 <project> ... <!-- ✅ 添加仓库:推荐放在 dependencies 前或后 --> <repositories> <repository> <id>spring-releases</id> <url>https://repo.spring.io/
阅读全文
posted @ 2025-05-27 11:45 十三山入秋
阅读(29)
评论(1)
推荐(0)
2025年5月26日
【AutoGen: 工具调用完整底层流程图】
摘要: 流程图升级为更完整、更详细的版本,涵盖: 每一方角色(用户 / Agent / Model / AutoGen) 每一步执行(函数调用 / JSON处理 / 工具执行) 数据结构流转(messages / schema / JSON / dict) 🔁 AutoGen 工具调用完整底层流程图(Fu
阅读全文
posted @ 2025-05-26 00:06 十三山入秋
阅读(149)
评论(0)
推荐(0)
2025年5月25日
【AutoGen: Model clients use the JSON schema of the tools to generate tool calls.】
摘要: AutoGen 和 Function Calling(工具调用)里最容易迷糊的点。 Model clients use the JSON schema of the tools to generate tool calls. ✅ 一句话解释那句“不是太理解”的地方: AutoGen 会把你写的函数,
阅读全文
posted @ 2025-05-25 23:22 十三山入秋
阅读(72)
评论(0)
推荐(0)
2025年5月24日
【jupyter】
摘要: 🧠 一句话理解三者区别: 名称 是什么 举例说明 Jupyter Notebook 最基本的交互式笔记本,.ipynb 文件的运行环境 老牌的网页版 notebook,界面简洁 JupyterLab 新一代的 Notebook IDE,功能更强、更现代化 类似“VS Code 版的 Noteboo
阅读全文
posted @ 2025-05-24 16:49 十三山入秋
阅读(114)
评论(0)
推荐(0)
【python -m venv、pyenv 和 conda 的关系、使用场景及常用命令】
摘要: python -m venv、pyenv 和 conda 的关系、使用场景及常用命令。 概念及关系 python -m venv:Python 标准库自带的虚拟环境创建工具,用于创建轻量级的虚拟环境。它只能管理虚拟环境,无法管理 Python 版本。 pyenv:Python 版本管理工具,能让你在
阅读全文
posted @ 2025-05-24 15:29 十三山入秋
阅读(285)
评论(0)
推荐(0)
2025年5月10日
【苹果: 已损坏,无法打开。 您应该将它移到废纸篓】
摘要: sudo xattr -r -d com.apple.quarantine <软件绝对path>
阅读全文
posted @ 2025-05-10 21:50 十三山入秋
阅读(79)
评论(2)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
下一页
公告