论坛


2026年6月25日 星期四

14 Questions About Kai: What You Need to Know About The New Agentic AI Premium Add-on For RAD Studio

Hagop Panosian| Embarcadero Delphi Blogs |19:04:45

Kai is here, and it’s transforming RAD Studio into an agentic development environment, pairing best-in-class code suggestions with an AI agent that can generate, build, fix, and evolve your applications. Here are the answers to...

如何解析一个复杂的串

红鱼儿| 博客园_红鱼儿 |19:00:00

unit EarTagParser; interface uses System.SysUtils, System.Types, System.Generics.Collections; type TEarTagList = TList<string>; TEarTagParser = class