简单测试了一下,7.0.1中文支持非常好。Delphi7下将UniConnection的useUnicode设置为False,Tokyo下设置为True,Charset空着即可。问题要点:1.建数据库时:CREATE TABLE 数据库名 (字段名 varchar(40)) DEFAULT CHAR Read More
posted @ 2017-04-07 23:46
findumars
Views(662)
Comments(0)
Diggs(0)
摘要: 文章介绍了一些比较小众的编程范型,也提到了一些小众的语言,作者希望借此让大家更多的了解一些不是主流的编程范型,进而改变对编程的看法和思考。 每时每刻我都在琢磨一种编程语言所做的一些与众不同的事情,这改变了我对编程的思考。在这篇文章中,我想分享一些我最喜欢的发现。 这不是那种“函数式编程将改变 Read More
posted @ 2017-04-07 22:21
findumars
Views(1893)
Comments(4)
Diggs(0)
delphi tokyo和其他版本并存的安装方法 1.安装delphi 10.2 tokyo 破解后写入D:\Program Files (x86)\Embarcadero\Studio\19.0\bin\SHFolder.dll 2.修改cglm.iniD:\Program Files (x86) Read More
posted @ 2017-04-07 22:15
findumars
Views(1040)
Comments(0)
Diggs(0)
每次都要点击确定,感觉好麻烦。 而且阻碍了某些功能的实现。 Read More
posted @ 2017-04-07 21:57
findumars
Views(672)
Comments(0)
Diggs(0)
With new users purchasing Delphi every single day, it’s not uncommon for me to meet users that are new to the Object Pascal language. One such new use Read More
posted @ 2017-04-07 21:28
findumars
Views(326)
Comments(0)
Diggs(0)
BY CRAIG CHAPMAN · PUBLISHED 2015-08-05 · UPDATED 2015-08-20 I have a customer with an application which makes heavy use of GDI calls for graphics ren Read More
posted @ 2017-04-07 21:24
findumars
Views(697)
Comments(0)
Diggs(0)
One of my customers was having some difficulty following the DataSnap tutorial which can be found here DataSnap mobile client tutorial at the Embarcad Read More
posted @ 2017-04-07 21:22
findumars
Views(223)
Comments(0)
Diggs(0)
BY CRAIG CHAPMAN · PUBLISHED 2015-07-02 · UPDATED 2015-07-02 Working at Embarcadero, I frequently hear from mobile developers attempting to connect th Read More
posted @ 2017-04-07 21:21
findumars
Views(260)
Comments(0)
Diggs(0)
BY CRAIG CHAPMAN · PUBLISHED 2015-06-08 · UPDATED 2015-06-08 One of my customers recently asked the question “How can I force my application to run as Read More
posted @ 2017-04-07 21:20
findumars
Views(546)
Comments(0)
Diggs(0)
type TProcessCpuUsage = record private FLastUsed, FLastTime: Int64; FCpuCount:Integer; public class function Create: TProcessCpuUsage; static; functio Read More
posted @ 2017-04-07 21:06
findumars
Views(1718)
Comments(0)
Diggs(0)
function checkanystr(str: string; mytype: integer):Boolean;var myper: TPerlRegEx; areg: string;begin Result := False; if str = '' then Exit; myper := Read More
posted @ 2017-04-07 21:05
findumars
Views(1255)
Comments(0)
Diggs(0)
Delphi 10.2 非官方补丁合集http://blog.qdac.cc/?p=4485 FMXObject和TFORM的释放都变成异步了。虽然能保证是在主线程中释放,但是Windows部分的线程同步方法是依赖消息的,所以我在单元反初始化的时候释放一些对象,有时会触发异常。把Forms单元拷贝出 Read More
posted @ 2017-04-07 20:33
findumars
Views(1841)
Comments(0)
Diggs(0)
With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applica Read More
posted @ 2017-04-07 20:30
findumars
Views(497)
Comments(0)
Diggs(0)