严富坤的知识库专栏 本次搜索耗时 0.270 秒,为您找到 44 个相关结果.
  • 责任链模式

    1372 2024-09-12 《设计模式》
    Question 1: What is the Chain of Responsibility pattern in software design? 问题 1:什么是软件设计中的责任链模式? Answer: The Chain of Responsibility pattern is a behavioral design pattern use...
  • 解释器模式

    1371 2024-09-12 《设计模式》
    Question 1: What is the Interpreter pattern in software design? 问题 1:什么是软件设计中的解释器模式? Answer: The Interpreter pattern is a behavioral design pattern that provides a way to eval...
  • 观察者模式

    1370 2024-09-12 《设计模式》
    Question 1: What is the Observer pattern in software design? 问题 1:什么是软件设计中的观察者模式? Answer: The Observer pattern is a behavioral design pattern that defines a one-to-many depend...
  • 策略模式

    1367 2024-09-12 《设计模式》
    Question 1: What is the Strategy pattern in software design? 问题 1:什么是软件设计中的策略模式? Answer: The Strategy pattern is a behavioral design pattern that defines a family of algorithm...
  • 门面模式

    1363 2024-09-12 《设计模式》
    Question 1: What is the Facade pattern in software design? 问题 1:什么是软件设计中的门面模式? Answer: The Facade pattern is a structural design pattern that provides a simplified interface t...
  • 工厂方法模式

    1315 2024-09-12 《设计模式》
    Question 1: What is the Factory Method pattern in software design? 问题 1:什么是软件设计中的工厂方法模式? Answer: The Factory Method pattern is a creational design pattern that defines an inte...
  • 建造者模式

    1296 2024-09-12 《设计模式》
    Question 1: What is the Builder pattern in software design? 问题 1:什么是软件设计中的建造者模式? Answer: The Builder pattern is a creational design pattern that separates the construction of ...
  • 嵌入式智能体:Ambient Agent

    1284 2025-06-30 《Langgraph教程》
    什么是后台智能体? 后台智能体 vs. 对话式智能体 架构:后台智能体需要怎样的技术支持? 人工监督的角色 为何这很重要:让 AI 的规模化超越 UI 限制 风险与局限性 从智能体网格到 AI 操作系统 安静而强大,极致的可扩展性 请注意,这并非你常见的聊天机器人或对大型语言模型(LLM)的简单封装。后台智能体(Ambie...
  • 抽象工厂模式

    1274 2024-09-12 《设计模式》
    Question 1: What is the Abstract Factory pattern in software design? 问题 1:什么是软件设计中的抽象工厂模式? Answer: The Abstract Factory pattern is a creational design pattern that provides an...
  • 单例模式

    1252 2024-09-12 《设计模式》
    Question 1: What is the Singleton pattern in software design? 问题 1:什么是软件设计中的单例模式? Answer: The Singleton pattern is a creational design pattern that ensures a class has only on...