Java 中的 CompletableFuture
2024/4/18什么是 CompletableFuture, 为什么会有 CompletableFuture, 以及他最经典的用法
软件复杂度--软件开发周期问题
2023/10/21软件复杂度, 为什么软件开发总是延期
7 Days Trip to Inner Mongolia
2023/9/10暑假期间带着小朋友和去内蒙古玩了 7 天,诺大的呼伦贝尔大草原。
Rebuild My Blog with NextJS
2023/8/6rewrite my blog with nextjs, statc site generate
Bali Trip
2023/6/27Bali trip pictures share
Runnable, Callable and Future
2022/12/27Runnable, Callable and Future in Java. 他们之间什么关系?如何更好的理解 Java 的 Future
买 iPad, iPad Air 还是 iPad Pro
2022/5/62022年,到底买哪个平板型号,iPad,iPad Air,还是 iPad Pro
Zsh 插件之 Terminal 代理插件 zsh-proxy
2022/4/30Zsh 插件之 Terminal 代理插件 zsh-proxy 推荐,单独给 terminal 设置代理,shell,git 代理。
Maven 基础知识之 POM 和 BOM
2022/1/17温故而知新系列之 Maven 的 Pom 和 Bom
Quick Introduction to Spring Cloud Config
2021/8/2A quick introduction to Spring Cloud Config, server and client. And how to trigger refresh from change
Web Filter, Global Filter and Gateway Filter of Spring Cloud Gateway
2021/6/8Spring Cloud Gateway 是 Spring Cloud 项目推出的用来代替 Zuul 的项目。 由于 Spring Framework 5.0 支持了 Reactive 的模式,而 Zuul 不支持 Reactive,并且 Netfilx 也没有继续支持 Zuul 的计划,因此 Spring Cloud 组推出了 Spring Cloud Gateway。 本文介绍一下 Spring Cloud Gateway 中可以使用的三种 Filter, Web Filter, Global Filter 和 Gateway Filter。
Inversion of Control and Dependency Injection with Spring
2021/4/21Spring 也许是软件行业近20年来最好的基于组建的框架,他充分利用了 IOC 和 DI 这两个软件开发的模式,大大提高了开发人员开发软件的能力和效率
Java 应用程序的日志应该怎么写
2021/4/7你的应用程序需要有运行日志,Java 应该如何写日志,什么时候需要写,应该怎么写呢?
Common Getter Setter Mistakes In Java
2021/3/19Java 中写 Getter/Setter 容易犯的几个错误
General Introduction To OAuth Authentication
2021/1/25在 Mac 本地机器上搭建一个 Zookeeper 集群
Kafka 基本概念
2021/1/1你需要知道的 Kafka 基本概念。 什么是消费者,什么是消费者组。 Zookeeper 在整个 Kafka 集群中起到什么作用?
Key Kafka Parameters You Need To Understand
2020/5/18搭建 Kafka 集群时,需要考虑的除了硬件和服务器设置,当然还有 Kafka 本身。本文介绍一下需要掌握的最关键的 Kafka 参数
Setup Hadoop Cluster in 2020
2020/4/17A step-by-step guide on how to setup a hadoop cluster.
Java 集合之 Map
2020/2/12Java 集合类型补充之 Map
Spring Framework 基础组建探秘之 Beans
2020/2/9Spring 是目前 Java 开发中最流行的,也是最优秀的开发框架。Spring Beans 作为整个 Spring 框架中的核心组建之一,今天我们就来打开看看。
Setup Raspberry AS Media Library For Your Apple TV
2020/1/31把 Raspberry 设置为一个 Plex Server, 配置 Infuse Pro, 可以作为 Apple TV 的媒体库
Java 集合
2020/1/20Java 集合类型分解
用树莓派挂载移动硬盘搭建 NAS
2020/1/2用树莓派挂载移动硬盘搭建 NAS
Build kafka cluster on local mac
2019/12/29在 Mac 本机上部署 Kafka 集群,用 kafka manager 来查看 kafka 状态.
Add Sitemap to a Blog Build by NextJS
2019/11/29Add sitemap to your blog build by nextjs
Configure TypeScript, ESLint, Prettier on VSCode to Develop React Native
2019/11/1I used TypeScript to develop my latest React Native project. And it’s been a joyful journey. Type system brings more benefits than expected. It took me sometime to configure VS Code to lint and format TypeScript codes properly. So I’d like to share my configuration, and hope it can be helpful to others。
Clickhouse 系列 1 之入门
2019/8/23Clickhouse 系列 1 之入门
OS X Catalina Beta 3 修复 Karabiner
2019/8/18OS X Catalina Beta 3 修复 Karabiner
IntelliJ Idea Cannot Open Project on Catalina Beta 5
2019/8/18IntelliJ Idea Cannot Open Project on Catalina, IntelliJ Idea 无法在 Catalina Beta 5 上打开项目
Spring Boot 集成 Quartz 任务处理
2019/5/15Spring Boot 集成 Quartz 任务处理,详细介绍了 Quartz 的各种策略
New Features of JavaScript in 2019
2019/5/152019年,你应该使用的 JavaScript 新特性
使用 Spring Cloud 构建微服务之Gateway
2019/4/16使用 Spring Cloud 构建微服务之Gateway
排序算法之合并排序
2019/1/31排序算法之合并排序
发布你的第一个 Maven Jar 库到 Maven 中央仓库
2018/11/1发布你的第一个 Maven Jar 库到 Maven 中央仓库, publish your first jar to maven central
AWS S4 Signing With Authorization Header
2018/7/7AWS S4 Signing With Authorization Header
使用 Spring Cloud 构建微服务之调用 Eureka Client
2018/4/16使用 Spring Cloud 构建微服务之调用 Eureka Client
使用 Spring Cloud 构建微服务之注册为 Eureka Client
2018/4/14使用 Spring Cloud 构建微服务之注册为 Eureka Client
使用 Spring Cloud 构建微服务之一 Eureka Server
2018/4/11使用 Spring Cloud 构建微服务之一 Eureka Server