Tags: Golang
在 Go 语言中,类型可以分为引用类型和值类型。这两类类型在内存分配、效率和使用方式上有不同的特点和性能表现。
Tags: Golang
Published: 2024年6月19日
概要: 本文介绍了Go语言中的设计模式,包括创建型模式、结构型模式和行为型模式,并提供了各种模式的示例代码和解析。
Tags: 分布式
Published: 2024年6月19日
概要: The blog on the page provides an overview of the Seata distributed transaction framework.