论坛


2025年9月18日 星期四

The Hidden Risk of Overhyping AI: Why Skipping Junior Developers Could Hurt Us All

Ben Schwenk| Embarcadero Delphi Blogs |20:52:24

The rise of AI in software development is impossible to ignore. New tech that accelerates code generation, suggests smarter refactors, or automates testing promises productivity gains of up to 20% – numbers that naturally excite...

基于svCom制作windows服务(一)

红鱼儿| 博客园_红鱼儿 |13:05:00

这是一个老牌的,专门为开发windows服务的控件!可惜是收费的。 如何用这个框架建立服务呢? 1.用向导建立,如下图: 再建立一个Service: 现在,我们建立一个Windows service程序了!下面是自动生成的代码: program Project9; uses SvCom_NTServ

DelphiでWindowsエクスプローラー風のフォルダツリー選択「TFolderSelect」の紹介

vram| qiita.com |10:04:53

DelphiでWindowsエクスプローラー風のフォルダ選択UIを作る – TFolderSelectの紹介 はじめに Delphiでフォルダを選択させるUIといえば、昔ながらの SelectDirectory や SHBrowseForFolder が定番ですが、 ...