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

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

    1249 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...
  • 访问者模式

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

    1248 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...
  • 迭代器模式

    1246 2024-09-12 《设计模式》
    Question 1: What is the Iterator pattern in software design? 问题 1:什么是软件设计中的迭代器模式? Answer: The Iterator pattern is a behavioral design pattern that provides a way to access ele...
  • 并行编程

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

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

    1241 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...
  • Spring Security的整体架构

    一、 AuthenticationManager 接口 1. AuthenticationManager是什么? 2. AuthenticationManager的主要实现:ProviderManager 3. 常用的AuthenticationProvider:DaoAuthenticationProvider 4. 其他Authenticat...
  • 解释器模式

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