QDAC网站变动,修正采集代码!
2025年6月14日 星期六
lazarus开发多国语言程序进阶--在界面实时切换语言 - 秋·风
秋·风| 博客园 - 秋·风 |13:18:00
【摘要】在界面实时切换语言,代码挺简单的,一看就明白: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, DefaultTransla <a href="https://www.cnblogs.com/qiufeng2014/p/18928811" targe...
json vs form-data web数据传输的两大巨头
delphi中间件| 博客园_咏南中间件和开发框架 |00:03:00
json vs form-data web数据传输的两大巨头
2025年6月13日 星期五
让lazarus版jvcl的JvYearGrid支持本地语言 - 秋·风
秋·风| 博客园 - 秋·风 |06:58:00
【摘要】未修改的JvYearGrid星期和月份不支持本地语言: 修改方法:打开jvcl/run/JvJans/JvYearGrid.pas1、在uses增加 {$ifdef linux}clocale,{$endif} 2、jvcl 1.0.8版本的JvYearGrid.pas将585行的[1];注释 df <a href="https://www.cnblogs.com/qiufeng2014/p/1...
crossSocket MultiPartFormData编(解)码
delphi中间件| 博客园_咏南中间件和开发框架 |02:00:00
crossSocket MultiPartFormData编(解)码
2025年6月12日 星期四
Embarcadero Conference Brazil 2025
Landerson Gomes| Embarcadero Delphi Blogs |17:23:38
Every hero has his journey full of struggles that lead him to glory and the journey of developer heroes is the focus of the Embarcadero Conference Brazil 2025 to celebrate 30 years of Delphi. Website...
Improve Your Productivity with New GitHub Copilot Features for .NET!
Leslie Richardson| ASP.NET Blog |17:05:00
We recently introduced several new GitHub Copilot-powered .NET experiences designed to help you be more productive. Take a look!The postImprove Your Productivity with New GitHub Copilot Features for .NET!appeared first on.NET Blog.
lazarus开发多国语言程序的步骤 - 秋·风
秋·风| 博客园 - 秋·风 |02:01:00
【摘要】lazarus开发多国语言程序的步骤1、project--&gt;Options--&gt;i18n--&gt;Enable i18n选择多国语言文件保存目录,默认和project同一目录 2、在uses添加DefaultTranslator单元 unit Unit1; {$mode objfpc}{$H+} int <a href="https://www.cnblo...
2025年6月11日 星期三
mormot2跨平台支持策略
delphi中间件| 博客园_咏南中间件和开发框架 |23:04:00
mormot2跨平台支持策略
Multimodal Voice Intelligence with .NET MAUI
David Ortinau| ASP.NET Blog |17:05:00
Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.The postMultimodal Voice Intelligence with .NET MAUIappeared first on.NET Blog.
2025年6月10日 星期二
Delphi XE5のFMXアプリを12.3に移行する
p_kato| qiita.com |23:34:00
はじめに 2013年にDelphiのFMXで書いたソースコードを久々に12.3で開こうとしたら,エラーで落ちてしまいました。 2013年というと使ったのはXE5ではないかと思います。 その間全く触ら…
.NET 10 Preview 5 is now available!
.NET Team| ASP.NET Blog |18:30:00
Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!The post.NET 10 Preview 5 is now available!appeared first on.NET Blog.
CnWizards_1.6.1.1262_Unstable.exe
Cnpack| Cnpack.org |14:22:00
# [AI 编码辅助] 增加续写代码功能,默认热键Alt+Enter。 * [代码高亮] 高亮画线等部分功能在 Delphi 12 下改用新 API 实现。
QFLazarus U盘版 - 秋·风
秋·风| 博客园 - 秋·风 |00:40:00
【摘要】昨天应朋友要求搞一个U盘可以随时使用的lazarus版本。只需文件解压后放在U盘等移动盘里,运行里面的startlazarus.exe就可以。这个版本是给学生学xi用的,压缩包的Lazarus只安装基本的控件。为朋友点赞!!!谢谢在学校推广free pascal和lazarus。fpc:3.2.2l ...
2025年6月9日 星期一
fpc trunk+lazarus trunk (2025-06-09)编译jvcl等控件出错 - 秋·风
秋·风| 博客园 - 秋·风 |03:49:00
【摘要】用fpc trunk+lazarus trunk (2025-06-09)编译jvcl出现以下2个类型的错误:1、Identifier not found &quot;OffsetRect&quot; Error: Identifier not found &quot;OffsetRect&quot; 2、出现: jvxpcoreutil <a href="https://www.cnblogs.co...
2025年6月8日 星期日
Databases, Databases, Databases!
Hagop Panosian| Embarcadero Delphi Blogs |11:10:35
Choosing the right database solution can significantly impact the efficiency, security, and scalability of your applications. In his recent “30 For 30” webinar series marking Delphi’s 30th anniversary, Embarcadero Developer Advocate Ian Barker ...