严富坤的知识库专栏 本次搜索耗时 0.032 秒,为您找到 511 个相关结果.
  • 备忘录模式

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

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

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

    1366 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...
  • 金融知识框架:从个人到宏观的全景视角

    1366 2025-03-20 《经济学常识》
    一、个人金融与理财基础 1. 收入与支出管理 2. 预算与储蓄 3. 债务管理 4. 保险保障 5. 投资基础 二、投资工具与策略 1. 储蓄与定期存款 2. 债券投资 3. 股票投资 4. 基金投资 5. 房地产投资 6. 其他投资品 三、宏观金融体系 1. 银行系统 2. 中央银行与货币政策 3. 金融市场 4. 通货膨胀...
  • 装饰器模式

    1358 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...
  • LINQ运算符

    1357 2024-06-17 《C#编程指南》
    LINQ运算符的基本概念 LINQ运算符的意义 投影运算符 Select运算符 SelectMany运算符 过滤运算符 Where运算符 排序运算符 OrderBy运算符 OrderByDescending运算符 ThenBy运算符 ThenByDescending运算符 分组运算符 GroupBy运算符 聚合运算符 Count运...
  • 迭代器模式

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

    1353 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...
  • Spring Security中的默认过滤器

    以下是Spring Security中一些默认的Filter,按照它们在Filter Chain中的顺序排列: 顺序 Filter类名 描述 1 ChannelProcessingFilter 确保请求通过正确的通道(如HTTP或HTTPS)。 2 WebAsyncManagerIntegrationFilter 集...