background picture of the home page

Hi,Friend

Hi!

RocketMQ基础2

九. RocketMQ消息过滤原理 1. 认识消息过滤 ①消息过滤的场景 在消息系统中,同一主题下的消息往往需要根据消费者类型进行选择性投递。典型场景包括: 多环境消息隔离

thumbnail of the cover of the post

RocketMQ基础

参考书籍: 《ApacheRocketMQ进阶之路》第1版 林俊杰 著 一. ApacheRocketMQ综述 1. 为什么高并发系统都绕不开消息中间件? ①互联网架构

thumbnail of the cover of the post

Netty基础2

九. 编解码器框架 1. 什么是编解码器 网络数据处理的本质需求 网络通信中存在根本性差异: 网络层视角

thumbnail of the cover of the post

Docker Compose

参考书籍: 《Docker技术入门与实战》第三版 杨保华 戴王剑 曹亚仑 著 一. Compose简介 Compose 是 Docker 官方的开源项目,旨在实现对多容器应用的快速编排,其功能类似于 OpenStack 中的 Heat。项目代码托管于 GitHub(https://github.co

thumbnail of the cover of the post

Java网络编程

参考书籍: Java网络编程核心技术详解 第1版 孙卫琴 著 一. Java网络编程入门

thumbnail of the cover of the post

JUC

八. 并发 1. 介绍 Java 并发是指在一个程序中同时执行多个任务的能力。Java 提供了多种并发机制来支持多线程编程、并发控制和任务调度等。在 Java 中,并发主要通过以下几种方式实现: 线程(Thread) 线程池(Executor) 同步(Synchronization) 并发集合类 原

thumbnail of the cover of the post