论坛


   修正一处因字段长度过短导致数据导入失败的bug
2026年9月20日     


2026年9月20日 星期日

CnWizards_1.8.1.1371_Nightly.exe

Cnpack| Cnpack.org |12:07:00

* [安装包] 修正一处对 D13.1 的向后兼容问题。 * [行号栏] 修正 D13 下新建编辑器窗口时不显示行号的问题。 * [多语] 补充部分新条目。

delphi动态库跨语言调用

delphi中间件| 博客园_咏南中间件和开发框架 |08:08:00

{Delphi 编写的 DLL ?完全支持跨语言调用?,可以让 C#、Python、Java、C/C++ 等语言直接调用其中的功能函数。 delphi动态库跨语言关键原则: 务必使用packed record声明record record中切勿使用Delphi特有的数据类型(如 string, dy

2026年9月19日 星期六

postgresql建库建表脚本

delphi中间件| 博客园_咏南中间件和开发框架 |12:33:00

-- 1. 创建数据库(需在 postgres 库或超级用户下执行) CREATE DATABASE mydb WITH OWNER = postgres ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8' TE

ubuntu配置postgresql远程访问

delphi中间件| 博客园_咏南中间件和开发框架 |07:55:00

1)配置文件路径 /etc/postgresql/16/main 2)配置postgresql.conf listen_addresses = '*' #监听所有ipv4和ipv6 password_encryption = scram-sha-256 # scram-sha-256 or md5

ubuntu安装postgresql数据库

delphi中间件| 博客园_咏南中间件和开发框架 |07:38:00

1)更新软件包列表 sudo apt-get update 2)安装postgresql sudo apt-get install postgresql 3)安装完成后,PostgreSQL会自动启动。你可以使用以下命令检查PostgreSQL服务的状态: 默认安装的是postgresql16版本,

2026年9月18日 星期五

CnWizards_1.8.0.1369_Nightly.exe

Cnpack| Cnpack.org |09:25:00

* 支持 RAD Studio 13.2。

2026年9月17日 星期四

RAD Studio 13.2 Florence Is Here

Marco Cantu| Embarcadero Delphi Blogs |15:05:11

Embarcadero is pleased to announce the release of RAD Studio 13.2 along with Delphi 13.2 Florence and C Builder 13.2 Florence. This release has a strong focus on compiler technology and performance, Linux and Windows on...

用lazarus编写的linux deb和windows打包工具源码已上传 - 秋·风

秋·风| 博客园 - 秋·风 |01:05:00

【摘要】这个工具用lazarus编写,可以跨平台生成deb或windows自解压程序。源码已上传到:https://github.com/szlbz/QFInstallPack <a href="https://www.cnblogs.com/qiufeng2014/p/23006326" target="_blank">阅读全文</a>

2026年9月16日 星期三

Build Your Own AI Agent Harness in C#, the MafClaw Live Series

Bruno Capuano| ASP.NET Blog |21:00:00

I am building a complete C# agent live, from a single call around an IChatClient to a production-ready, observable, governed agent, using the Microsoft Agent Framework harness in a 4-part Microsoft Reactor series.The postBuild Your Own AI Agent Ha...

2026年9月15日 星期二

The Embarcadero Conference 2026 in Brazil was amazing.

Landerson Gomes| Embarcadero Delphi Blogs |13:11:56

The Embarcadero Conference 2026 was such a huge success that even the rain came! Trains stopped to watch and participate in the biggest Delphi community event in the world! And “ARMADILLO FOR GOOD” (in portuguese...

Performance Improvements in .NET 11

Stephen Toub - MSFT| ASP.NET Blog |12:00:00

Take a tour through hundreds of performance improvements in .NET 11.The postPerformance Improvements in .NET 11appeared first on.NET Blog.

delphi 面向模型编程

delphi中间件| 博客园_咏南中间件和开发框架 |10:16:00

unit core.recordModel; // cxg 2026 delphi2010+ interface uses Classes, Rtti, Generics.Collections, SysUtils, JSON, json.Serializers; type ByteStr = Ra

2026年9月14日 星期一

Coming in RAD Studio 13.2: A Better Modern C Builder Win64x Build Experience

Maksim Menshikov| Embarcadero Delphi Blogs |17:38:57

A look at the work underway around the Clang-based C Builder Win64x compiler and project system. Feature Preview: This blog post is based on a pre-release version of the RAD Studio software and it has been...

Share your .NET story with the community

Luis Quintanilla| ASP.NET Blog |17:05:00

Share how your team uses .NET to solve real problems and help us bring more community stories to .NET Conf 2026 and other .NET channels.The postShare your .NET story with the communityappeared first on.NET Blog.

Markdown4D, and how we built it with AI

Marco Geuze| Embarcadero Delphi Blogs |14:59:25

Here’s a guest blog post by Marco Geuze, Embarcadero MVP and founder of Embarcadero Tech Partner GDK Software. At GDK Software we have been using AI tools to help us develop for a few years...