摘要:
目录 · 默认方法和静态方法 · 初步理解 · 应用模式 · 优先级问题 · Optional · CompletableFuture · 基本用法 · CompletableFuture与Stream API · 新日期和时间API · 旧API · 创建 · 操作 · 格式化与解析 · 时区 默 阅读全文
摘要:
目录 · 默认方法和静态方法 · 初步理解 · 应用模式 · 优先级问题 · Optional · CompletableFuture · 基本用法 · CompletableFuture与Stream API · 新日期和时间API · 旧API · 创建 · 操作 · 格式化与解析 · 时区 默 阅读全文
摘要:
目录 · 改写设计模式 · 策略模式(Strategy Pattern) · 模板方法模式(Template Method Pattern) · 观察者模式(Observer Pattern) · 责任链模式(Chain of Responsibility Pattern) · 简单工厂模式(Sim 阅读全文
摘要:
目录 · 概况 · 切片(Slicing) · 映射(Mapping) · 匹配(Matching) · 查找(Finding) · 归约(Reducing) · 排序(Sorting) · 数值流(Numeric streams) · 原始类型流(Primitive stream) · 数值范围( 阅读全文
摘要:
目录 · 行为参数化 · Lambda表达式 · 概况 · 函数式接口 · 类型推断 · 使用外层变量 · 方法引用 · 复合Lambda表达式 行为参数化 1. 理解函数式编程要先理解行为参数化。 2. 行为参数化:一个方法接受多个不同的行为作为参数,并在内部使用它们,完成不同行为的能力。 3. 阅读全文
摘要:
目录 · Strategy · When to use the Strategy Design Pattern? · Sample Code · Observer · When to use the Observer Design Pattern? · Sample Code · Command · 阅读全文
摘要:
目录 · Decorator · What is the Decorator Design Pattern? · Sample Code · Adapter · What is the Adapter Design Pattern? · Sample Code · Facade · What is 阅读全文
摘要:
目录 · 概述 · Factory · What is the Factory Design Pattern? · Sample Code · Abstract Factory · What is the Abstract Factory Design Pattern? · What can you 阅读全文
摘要:
目录 · 概况 · 安装 · 基础 · 基础语法 · 数据类型 · 变量 · 常量 · 字符编码 · 字符串格式化 · list · tuple · dict · set · if语句 · for语句 · while语句 · 函数 · 函数 阅读全文
摘要:
Table of contents · Introduction to ActiveMQ · Installing ActiveMQ · Message-oriented middleware · JMS specification · What's the Java Message Service 阅读全文
摘要:
Table of contents · Overview · Introduction · Use cases · Manual Setup · Assumption · Configuration · Startup & test · Principle · Topic · Distributio 阅读全文
|