Posted 2020-02-27Updated 2025-12-24 Jaco Liu Go5 minutes read (About 681 words)Go:type 关键词总结type 关键词总结type 用法:定义结构体定义接口类型别名类型定义类型开关类型定义和类型别名的区别:区别就是类型定义是完全定义了一种新的类型,而类型别名只是给现有的类型取了一个别名 alias。(编译器会替换成基本类型。)Read more
2025-12-03Discussion and analysis of Text2SQL technology, the most difficult pain point in the commercial implementation of agents.(Agent 商业落地里最难的痛点 Text2SQL 技术探讨和解析)AI / Agent
2025-12-02Ultimate Guide to Quantizing AI Large Language Models: From FP32 to INT4, How to Make Large Models Perform at Full Speed on Consumer Devices?(AI 大语言模型量化终极指南:从 FP32 到 INT4,如何让大模型在消费级设备部署应用及选型?)AI / Agent