严富坤的知识库专栏 本次搜索耗时 0.172 秒,为您找到 335 个相关结果.
  • 并行编程

    1335 2024-06-17 《C#编程指南》
    并行编程的基本概念 并行编程的意义 并行编程的类型 任务并行库(Task Parallel Library, TPL) 任务并行库的基本概念 创建和启动任务 任务的状态和结果 任务的取消和异常处理 并行循环 Parallel.For和Parallel.ForEach 并行循环的控制和异常处理 并行LINQ(PLINQ) PLINQ的基本...
  • 什么是 CI/CD?

    1335 2025-05-21 《CI/CD技术详解》
    CI/CD 技术深入解析 什么是 CI/CD? CI (持续集成) 核心概念 CI 的主要步骤 CI 的优势 CD (持续交付/部署) 核心概念 持续交付 vs 持续部署 CD 的主要步骤 CI/CD 工具生态系统 CI/CD 流水线(Pipeline)详解 流水线的基本结构 流水线配置示例 (GitHub Actions) CI/CD...
  • 原型模式

    1333 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...
  • 接口

    1. 什么是接口? 2. 接口的基本用法 2.1 定义接口 2.2 可选属性 2.3 只读属性 2.4 函数类型 2.5 索引签名 2.6 类类型 3. 高级接口特性 3.1 继承接口 3.2 混合类型 3.3 接口和类的实现 4. 实际应用中的接口 4.1 定义API请求和响应 4.2 配置对象 4.3 第三方库的类型定义 ...
  • 访问者模式

    1322 2024-09-12 《设计模式》
    Question 1: What is the Visitor pattern in software design? 问题 1:什么是软件设计中的访问者模式? Answer: The Visitor pattern is a behavioral design pattern that allows you to add further oper...
  • 桥接模式

    1313 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...
  • 状态模式

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

    1313 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...
  • 备忘录模式

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

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