Posted 2020-02-27Updated 2025-10-31 Jaco Liu Goa minute read (About 193 words)Go:init()init()init()函数特性init()在main包执行之前init()自动执行,不能显示调用同一个Go文件中可定义多个init()函数,顺序执行同一个package中不同文件,将文件名按字符串进行字母和数字自然排序,之后顺序调用各文件中的init()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