[Go] go-zero 使用入门 2025-05-18 golang 795 words 2 mins read go-zero快速开始 go-zero 是一个集成了各种工程实践的 web 和 rpc 框架。 架构图 框架设计 轻松获得支撑千万日活服务的稳定性,内建级联超时控制、限流、自适 Read more...
开源在线客服系统GO语言开发GO-FLY,免费在线客服系统 2025-05-18 golang 547 words 2 mins read 开源在线客服系统GO语言开发GO-FLY,免费在线客服系统 在使用 Telegram Bot 做客服系统来快速服务客户中介绍了如何用Telegram机器人做客服系统, Read more...
使用 Telegram Bot 做客服系统来快速服务客户 2025-05-17 python 604 words 2 mins read 使用 Telegram Bot 做客服系统来快速服务客户 用Telegram Bot做客服服务是一个常用且理想的方案,因为Bot不仅可以匹配问题关键字来回答, 还可以接入 Read more...
兰亭集序 2025-05-17 中文 400 words 1 min read 兰亭集序 魏晋·王羲之 永和九年,岁在癸丑,暮春之初,会于会稽山阴之兰亭,修禊事也。群贤毕至,少长咸集。此地有崇山峻岭,茂林修竹,又有清流激湍, Read more...
[Go] 类型引用的方法表达式 2025-04-22 golang 491 words 1 min read 在Go中通过类型引用的方法表达式会被还原成普通函数样式,接收者是第一个参数,调用时显示传参。 示例如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Read more...