严富坤的知识库专栏 本次搜索耗时 0.289 秒,为您找到 44 个相关结果.
  • final修饰符

    3526 2024-05-31 《Java基础教程》
    背景与初衷 final修饰符的用法 修饰变量 成员变量 局部变量 静态变量 修饰方法 修饰类 final修饰符的优势与劣势 优势 劣势 适用场景 业务场景 技术场景 技术组成部分和关键点 final变量 类的成员变量 局部变量 静态变量 final方法 final类 final与不可变对象 不可变对象的创建 常见...
  • 代理模式

    2444 2024-09-12 《设计模式》
    Question 1: What is the Proxy pattern in software design? 问题 1:什么是软件设计中的代理模式? Answer: The Proxy pattern is a structural design pattern that provides a surrogate or placeholder...
  • 命令模式

    2420 2024-09-12 《设计模式》
    Question 1: What is the Command pattern in software design? 问题 1:什么是软件设计中的命令模式? Answer: The Command pattern is a behavioral design pattern that turns a request or action into ...
  • 策略模式

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

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

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

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

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

    2300 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...
  • 原型模式

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