serialt published on 0001-01-01安卓SDK 安装和配置 # https://developer.android.com/studio?hl=zh-cn # 国内下载地址 # https://developer.android.google.cn/studio?hl=zh-cn 下载 commandlinetools https://cloud.tencent.com/developer/article/2188266
serialt published on 0001-01-01RabbitMQ 一、rabbitmq 概念理解 1、概念 MQ(Message Queue,消息队列)是一种用于在分布式系统中实现消息传递和异步通信的技术。它充当
serialt published on 0001-01-01Kafka 一、介绍 1、重要概念 Broker: Kafka 的基本单元,负责存储和传递消息。一个 Kafka 集群由多个 Broker 组成。 Topic: 消息的分类,每条消息都属于一个特定的 Topic。用户可以