QDAC网站变动,修正采集代码!
2025年6月28日 星期六
lazarus读取linux执行文件elf的machine和flags信息 - 秋·风
秋·风| 博客园 - 秋·风 |07:15:00
【摘要】lazarus编写龙芯的lazarus安装工具需要确定当前系统的ABI版本,以下方法可以读取linux执行文件elf的machine和flags信息: 不同架构在e_machine和e_flags字段有不同值: 架构 e_machine e_flags x86 3 通常为0 x86_64 62 通常 <a href="https://www.cnblog...
2025年6月27日 星期五
Update Subscription Customers Invited to Join RAD Studio “Ganymede” Beta
Marco Cantu| Embarcadero Delphi Blogs |15:54:38
Embarcadero is currently working on a new release of RAD Studio, which has already been announced in terms of version number and city name (see https://blogs.embarcadero.com/rad-studio-13-florence-or-syracuse-we-have-the-results/). It’s goin...
2025年6月26日 星期四
Simpler XAML in .NET MAUI 10
David Ortinau| ASP.NET Blog |19:15:00
Make your .NET MAUI XAML more consistent and easier to read with global and implicit XML namespaces.The postSimpler XAML in .NET MAUI 10appeared first on.NET Blog.
2025年6月25日 星期三
CnWizards_1.6.1.1264_Unstable.exe
Cnpack| Cnpack.org |06:52:00
+ [编辑器浮动按钮] 增加将选择区与剪贴板内容进行比较的功能。 * [代码格式化] 修正 implements 后泛型处理错误的问题。
fpc交叉编译loongarch64-linux和riscv64-linux提示不支持loongarch64-linux和riscv64-linux - 秋·风
秋·风| 博客园 - 秋·风 |00:20:00
【摘要】一、问题今天下载了某个fpcsrc的分支,fpc交叉编译loongarch64和riscv64时出错: makefile:215: *** The Makefile doesn&#39;t support target riscv64-linux, please run fpcmake first. Sto <a href="https://www.cnblogs.com/qiufeng2014/p/189473...
2025年6月22日 星期日
End-of-Quarter Sale! Up to 30%OFF Plus Up to $3,000 Worth of Tools FREE With Your New License!
Hagop Panosian| Embarcadero Delphi Blogs |20:20:09
The offer we have just launched for the end of the current quarter is a first. The end of the quarter always presents a great opportunity to get RAD Studio, Delphi, and C++Builder licenses at...
2025年6月21日 星期六
lazarus可用CodeTyphon控件包及demo下载 - 秋·风
秋·风| 博客园 - 秋·风 |09:24:00
【摘要】前段时间将CodeTyphon控件包及demo转为lazarus可以的版本,需要的可以下载安装: 通过网盘分享的文件:CodeTyphon转lazarus控件及demo链接: https://pan.baidu.com/s/1f-NEpm3z4OHA-VZprrpV9w?pwd=kksv 提取码: <a href="https://www.cnblogs.com/qiufen...
2025年6月20日 星期五
AI Codecamp 2025 DAY 5: What You May Have Missed
Hagop Panosian| Embarcadero Delphi Blogs |21:32:40
AI Codecamp 2025 concluded today with three great sessions by David Millington, Eric Berger, and Valerie Kim. Watch all the replays on our Youtube Channel Here are the sessions from Day 5: 10:00 AM –...
Lazarus编写IDE插件实例 - 秋·风
秋·风| 博客园 - 秋·风 |01:24:00
【摘要】这个实例将实现以下功能:1、在tools菜单增加“AI助力手”,并设置相应的图标2、读取代码编辑器光标行内容,并传给插件的Synedit13、实现停靠窗口参考官方的文档Extending the IDE/zh CN - Free Pascal wiki第一步:1、软件包--&gt;新建软件包 2、输入插...
2025年6月19日 星期四
Rethinking Low Code and RAD for the AI Era: Why Triple-View Development Is the Future
Atanas Popov| Embarcadero Delphi Blogs |22:39:07
Rapid Application Development (RAD) and Low Code tools have long aimed to simplify and accelerate software creation. Over the years they became excellent at keeping a visual “drag and drop” configuration interface tightly integrated with...
AI Codecamp 2025 DAY 4: What You May Have Missed, and What’s in Store For Day 4
Hagop Panosian| Embarcadero Delphi Blogs |21:20:29
The fourth day of AI Codecamp 2025 saw three back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
2025年6月18日 星期三
AI Codecamp 2025 DAY 3: What You May Have Missed, and What’s in Store For Day 4
Hagop Panosian| Embarcadero Delphi Blogs |22:55:00
The third day of AI Codecamp 2025 saw six(!) back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
2025年6月17日 星期二
AI Codecamp 2025 DAY 2: What You May Have Missed, and What’s in Store For Day 3
Hagop Panosian| Embarcadero Delphi Blogs |22:50:25
The second day of AI Codecamp 2025 saw six(!) back-to-back sessions on everything AI and Delphi, hosted by Developer Advocate Ian Barker. If you haven’t signed up yet, do so here: Sign Up For AI...
Multimodal Vision Intelligence with .NET MAUI
David Ortinau| ASP.NET Blog |19:30:00
Enhance your .NET MAUI app with photo-based AI by capturing images and extracting structured information using Microsoft.Extensions.AI.The postMultimodal Vision Intelligence with .NET MAUIappeared first on.NET Blog.
CnWizards_1.6.1.1263_Unstable.exe
Cnpack| Cnpack.org |12:22:00
+ [CPU 窗口扩展] 增加复制内存区多行十六进制数据的功能。