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

    1476 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...
  • 基本的 Git 概念

    1474 2025-02-05 《Git知识大全》
    4.1 基本概念 4.1.1 版本库 4.1.2 Git 对象类型 4.1.3 索引 4.1.4 可寻址内容名称 4.1.5 Git 追踪内容 4.1.6 路径名与内容 4.1.7 打包文件 4.2 对象库图示 4.3 Git 在工作时的概念 4.3.1 进入 .git 目录 4.3.2 对象、散列和 blob 4.3.3 文件和 tr...
  • 装饰器模式

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

    1474 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...
  • Linux目录结构概览

    1472 2025-02-08 《Linux基础知识》
    📌 Linux 目录结构详细解析 📌 1. Linux 目录结构概览 📌 2. 目录详细解析 🔹 / (根目录) 🔹 /bin/ (基本命令) 🔹 /sbin/ (系统管理命令) 🔹 /boot/ (启动引导) 🔹 /dev/ (设备文件) 🔹 /etc/ (配置文件) 🔹 /home/ (用户家目录) 🔹 /var/ ...
  • 责任链模式

    1471 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...
  • 策略模式

    1469 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...
  • 合并

    1464 2025-02-05 《Git知识大全》
    10.1 合并的例子 10.1.1 为合并做准备 10.1.2 合并两个分支 10.1.3 有冲突的合并 10.2 处理合并冲突 10.2.1 确定冲突的文件 10.2.2 检查冲突 10.2.3 Git 是如何追踪冲突的 10.2.4 结束解决冲突 10.2.5 中止或重新启动合并 10.3 合并策略 10.3.1 退化合并(Fast-...
  • 代码智能化:MCP与Claude的智能编程革命

    一、配置文件系统 MCP 服务器 二、使用文件系统 MCP 服务器修改代码 一、配置文件系统 MCP 服务器 注意:此文省略了基础环境搭建步骤,基础环境搭建步骤请参考【Claude MCP协议详解与环境搭建指南】 将以下内容添加到你的 claude_desktop_config.json: { "mcpServers" ...
  • 门面模式

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