严富坤的知识库专栏 本次搜索耗时 0.168 秒,为您找到 358 个相关结果.
  • 策略模式

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

    2494 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...
  • MVC模式

    2481 2024-09-12 《设计模式》
    Question 1: What is the MVC architectural pattern in software design? 问题 1:什么是软件设计中的MVC架构模式? Answer: MVC (Model-View-Controller) is a software architectural pattern that separ...
  • 备忘录模式

    2475 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...
  • 中介模式

    2472 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...
  • Theia项目结构概览

    AI-IDE 项目架构详解 📊 项目概览 基本信息 核心特性 🏗️ 项目目录结构 根目录结构 AI 包生态系统 (22 个包) 核心基础设施 (4 个) AI 提供商集成 (8 个) 专业功能 (10 个) 🎯 前后端分离架构 架构层级说明 实际统计数据 📁 各层级详解 1️⃣ browser/ - 前端层 典型文件示例 包含内容 ...
  • 状态模式

    2451 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...
  • 桥接模式

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

    2441 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...
  • 装饰器模式

    2431 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...