严富坤的知识库专栏 本次搜索耗时 0.033 秒,为您找到 538 个相关结果.
  • 状态模式

    2031 2024-09-12 《设计模式》
    Question 1: What is the State pattern in software design? 问题 1:什么是软件设计中的状态模式? Answer: The State pattern is a behavioral design pattern that allows an object to change its beha...
  • 备忘录模式

    2030 2024-09-12 《设计模式》
    Question 1: What is the Memento pattern in software design? 问题 1:什么是软件设计中的备忘录模式? Answer: The Memento pattern is a behavioral design pattern that allows an object to capture an...
  • 从「安装教程」到「驯服 OpenClaw」

    2030 2026-02-02 《OpenClaw个人助理》
    从「安装教程」到「驯服 OpenClaw」:一篇文章的精读与我的实践方案 Part 1:精读《Stop Watching OpenClaw Install Tutorials…》 1.1 作者在反对什么? 1.2 OpenClaw 的「DNA」:为什么它显得危险、又很强大? 1.3 作者的核心观点:这是一个「架构问题」 1.4 从「玩具」到「数字资产」...
  • 组件与VNode是一一对应的吗?

    一、组件与 VNode 的关系 1. 组件生成 VNode 树 2. 一个组件对应一个 VNode 吗? 3. 组件与 VNode 的对应关系 二、组件树与 VNode 树的区别 1. 组件树 2. VNode 树 3. 两者的关系 三、示例说明 1. 组件代码示例 2. 组件树 3. VNode 树 4. 分析 四、结论 五、补...
  • 中介模式

    2017 2024-09-12 《设计模式》
    Question 1: What is the Mediator pattern in software design? 问题 1:什么是软件设计中的中介模式? Answer: The Mediator pattern is a behavioral design pattern that defines an object (the mediat...
  • 原型模式

    2015 2024-09-12 《设计模式》
    Question 1: What is the Prototype pattern in software design? 问题 1:什么是软件设计中的原型模式? Answer: The Prototype pattern is a creational design pattern that allows objects to be copied...
  • 装饰器模式

    2015 2024-09-12 《设计模式》
    Question 1: What is the Decorator pattern in software design? 问题 1:什么是软件设计中的装饰器模式? Answer: The Decorator pattern is a structural design pattern that allows behavior to be adde...
  • 桥接模式

    2014 2024-09-12 《设计模式》
    Question 1: What is the Bridge pattern in software design? 问题 1:什么是软件设计中的桥接模式? Answer: The Bridge pattern is a structural design pattern that decouples an abstraction from its...
  • Claude Code 多智能体系统

    2014 2025-11-21 《AI提示词工程学》
    核心理念:为什么需要编排? 第 1 步:创建编排器智能体 (The Orchestrator) 第 2 步:构建上下文管理系统 (Context Management) 第 3 步:部署专业执行智能体 (Specialized Execution Agents) 第 4 步:集成验证层 (Integration Validation) 进阶:高级编...
  • 深入解析 LangChain 的“深层代理”概念

    2014 2025-08-04 《Langgraph教程》
    原文链接 引言 浅层代理的局限 深层代理(deep agents)的特性 深层代理的优势 LangChain 的深层代理包 结论 总结 原文链接 Deep Agents - LangChain Blog 引言 使用语言模型(LLM)在循环中调用工具是最简单的代理形式。然而,这种架构可能会导致代理“浅层”,无法处理较长时间跨度或复...