严富坤的知识库专栏 本次搜索耗时 0.146 秒,为您找到 329 个相关结果.
  • 解释器模式

    1236 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...
  • 模板方法模式

    1232 2024-09-12 《设计模式》
    Question 1: What is the Template Method pattern in software design? 问题 1:什么是软件设计中的模板方法模式? Answer: The Template Method pattern is a behavioral design pattern that defines the s...
  • 策略模式

    1230 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...
  • 门面模式

    1226 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...
  • 观察者模式

    1224 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...
  • 责任链模式

    1221 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...
  • 异常处理机制:化解编程中的意外之旅

    1187 2024-03-05 《JavaScript教程》
    什么是异常? JavaScript中的异常处理 try…catch语句 finally语句 抛出异常 异常对象 异常处理的最佳实践 提供有意义的错误信息 避免滥用异常 清理资源 使用自定义错误类型 总结 在编程的旅途中,我们常常会遇到各种意外情况——输入错误、网络故障、服务器崩溃等等。这些意外情况如果不加以处理,可能会导致程序崩溃...
  • 工厂方法模式

    1181 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...
  • About meta cognition

    1165 2024-09-23 《Learn less study more》
    我一直觉得将正确的学习方法或工作流程养成习惯,很多问题就会迎刃而解 翻译:I have always believed that once you develop the habit of using the right learning methods or work processes, many problems will be solved ...
  • 什么是MCP

    简介 为什么选择 MCP? 总体架构 架构组件说明: 简介 MCP(Model Context Protocol)是一种开放协议,用于规范应用程序如何为大语言模型(LLM)提供上下文信息。可以将 MCP 类比为 AI 应用程序的 USB-C 接口 。就像 USB-C 提供了一种统一的方式来连接设备与各种外设一样,MCP 提供了一种标准化的方法,...