Runnable, Callable and Future
December 27, 2022 • ☕️ 1 min readRunnable, Callable and Future in Java. 他们之间什么关系?如何更好的理解 Java 的 Future
Runnable, Callable and Future in Java. 他们之间什么关系?如何更好的理解 Java 的 Future
2022年,到底买哪个平板型号,iPad,iPad Air,还是 iPad Pro
Zsh 插件之 Terminal 代理插件 zsh-proxy 推荐,单独给 terminal 设置代理,shell,git 代理。
温故而知新系列之 Maven 的 Pom 和 Bom
A quick introduction to Spring Cloud Config, server and client. And how to trigger refresh from change
Spring 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。
Spring 也许是软件行业近20年来最好的基于组建的框架,他充分利用了 IOC 和 DI 这两个软件开发的模式,大大提高了开发人员开发软件的能力和效率
你的应用程序需要有运行日志, Java 中应该如何写日志,什么时候需要写,应该怎么写呢?
Java 中写 Getter/Setter 容易犯的几个错误
在 Mac 本地机器上搭建一个 Zookeeper 集群
你需要知道的 Kafka 基本概念。 什么是消费者,什么是消费者组。 Zookeeper 在整个 Kafka 集群中起到什么作用?
iPhone 12 发布了,但是我买了 iPhone 11 Pro Max,
搭建 Kafka 集群时,需要考虑的除了硬件和服务器设置,当然还有 Kafka 本身。本文介绍一下需要掌握的最关键的 Kafka 参数
A step-by-step guide on how to setup a hadoop cluster.
Java 集合类型补充之 Map
Spring 是目前 Java 开发中最流行的,也是最优秀的开发框架。Spring Beans 作为整个 Spring 框架中的核心组建之一,今天我们就来打开看看。
把 Raspberry 设置为一个 Plex Server, 配置 Infuse Pro, 可以作为 Apple TV 的媒体库
Java 集合类型分解
用树莓派挂载移动硬盘搭建 NAS
在 Mac 本机上部署 Kafka 集群,用 kafka manager 来查看 kafka 状态.
Add sitemap to your blog build by nextjs
I 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 之入门
IntelliJ Idea Cannot Open Project on Catalina, IntelliJ Idea 无法在 Catalina Beta 5 上打开项目
OS X Catalina Beta 3 修复 Karabiner
Spring Boot 集成 Quartz 任务处理,详细介绍了 Quartz 的各种策略
2019年,你应该使用的 JavaScript 新特性
使用 Spring Cloud 构建微服务之Gateway
在 Mac 本地机器上搭建一个 Zookeeper 集群
排序算法之合并排序
发布你的第一个 Maven Jar 库到 Maven 中央仓库, publish your first jar to maven central
AWS S4 Signing With Authorization Header
使用 Spring Cloud 构建微服务之调用 Eureka Client
使用 Spring Cloud 构建微服务之注册为 Eureka Client
使用 Spring Cloud 构建微服务之一 Eureka Server