摘要:
原文地址 https://www.peganza.com/delphi-and-outputdebugstring.html Ever wanted to monitor your Delphi application in realtime, and be able to view log mes 阅读全文
摘要:
The current state of generics in Delphi To avoid duplication of generated code, the compiler builders of Embarcadero have done a nice job. They introd 阅读全文
摘要:
原文地址 Floating point numbers — Sand or dirt Floating point numbers are like piles of sand; every time you move them around, you lose a little sand and 阅读全文
摘要:
procedure show(s:string);begin showmessage(s);end;procedure TForm3.WebButton1Click(Sender: TObject);begin asm // this is pure Javascript code $impl.sh 阅读全文
摘要:
一般我们都会通过URL 给服务器传递很多参数,通过参数来决定对应的处理,今天就大概讲一下 如果通过URL 参数实现一些功能。 1、通过参数跳入不同的界面 首先我们先建立一个tms web core 工程文件。 除了主页面,我们再建两个页面,分别叫做第一个页面和第二个页面 我们可以通过不同URL 参数 阅读全文
摘要:
原始连接:http://dannywind.nl/delphi/meltdown-spectre-and-delphi/ Meltdown, Spectre and Delphi Don’t panic. 😉 All applications are vulnerable to Spectre a 阅读全文
摘要:
原始连接:http://rvelthuis.blogspot.tw/2018/01/strings-on-other-platforms-than-32-bit.html Strings too slow outside WIN32? In a recent debate I had it was 阅读全文
摘要:
原始连接 http://rvelthuis.blogspot.tw/2018/01/accessing-private-methods-of-another.html Accessing private methods of another class In versions of Delphi b 阅读全文
摘要:
delphi 的母公司Idera 突然就把sencha extjs 收购了,这确实是一个很好的消息,意味着delphi 开始在web方面开始发力, 目前delphi 集成extjs 的呼声越来越强烈,emb 官方也在开始做这一方面的工作。 我5年前也写过关于 delphi 和extjs 的组合的文章 阅读全文
摘要:
delphi 10.2 支持linux, 而且官方只是支持命令行编程,目地就是做linux 服务器端的开发。 既然是做linux服务器端的开发,那么普通的命令行运行程序,然后等待开一个黑窗口的方式就 太low了(目前就有个别语言大咖,经常在Windows 上开个黑窗口,看起来非常恶心),那么如果 避 阅读全文