上一页 1 2 3 4 5 6 7 ··· 9 下一页
  2018年11月10日
摘要: 今天简单介绍一下 delphi 中record 的类操作符重载使用,就是如何 实现 record 之间的简单操作。 关于类操作符重载 ,大家可以看 官方的文档。 Delphi allows certain functions, or "operators", to be overloaded wit 阅读全文
posted @ 2018-11-10 14:19 xalion 阅读(1294) 评论(1) 推荐(1)
  2018年10月15日
摘要: 原文地址 https://www.peganza.com/delphi-and-outputdebugstring.html Ever wanted to monitor your Delphi application in realtime, and be able to view log mes 阅读全文
posted @ 2018-10-15 17:02 xalion 阅读(786) 评论(0) 推荐(0)
  2018年10月7日
摘要: 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 阅读全文
posted @ 2018-10-07 11:39 xalion 阅读(388) 评论(0) 推荐(0)
摘要: 原文地址 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 阅读全文
posted @ 2018-10-07 10:23 xalion 阅读(1378) 评论(0) 推荐(0)
  2018年8月10日
摘要: procedure show(s:string);begin showmessage(s);end;procedure TForm3.WebButton1Click(Sender: TObject);begin asm // this is pure Javascript code $impl.sh 阅读全文
posted @ 2018-08-10 14:44 xalion 阅读(819) 评论(0) 推荐(0)
  2018年8月5日
摘要: 一般我们都会通过URL 给服务器传递很多参数,通过参数来决定对应的处理,今天就大概讲一下 如果通过URL 参数实现一些功能。 1、通过参数跳入不同的界面 首先我们先建立一个tms web core 工程文件。 除了主页面,我们再建两个页面,分别叫做第一个页面和第二个页面 我们可以通过不同URL 参数 阅读全文
posted @ 2018-08-05 18:17 xalion 阅读(1063) 评论(1) 推荐(1)
  2018年3月10日
摘要: 原始连接:http://dannywind.nl/delphi/meltdown-spectre-and-delphi/ Meltdown, Spectre and Delphi Don’t panic. 😉 All applications are vulnerable to Spectre a 阅读全文
posted @ 2018-03-10 11:00 xalion 阅读(555) 评论(0) 推荐(0)
摘要: 原始连接: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 阅读全文
posted @ 2018-03-10 10:55 xalion 阅读(503) 评论(0) 推荐(0)
摘要: 原始连接 http://rvelthuis.blogspot.tw/2018/01/accessing-private-methods-of-another.html Accessing private methods of another class In versions of Delphi b 阅读全文
posted @ 2018-03-10 10:52 xalion 阅读(714) 评论(0) 推荐(0)
  2017年10月21日
摘要: delphi 的母公司Idera 突然就把sencha extjs 收购了,这确实是一个很好的消息,意味着delphi 开始在web方面开始发力, 目前delphi 集成extjs 的呼声越来越强烈,emb 官方也在开始做这一方面的工作。 我5年前也写过关于 delphi 和extjs 的组合的文章 阅读全文
posted @ 2017-10-21 11:52 xalion 阅读(1771) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页