上一页 1 2 3 4 5 6 7 ··· 9 下一页
  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 阅读(732) 评论(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 阅读(361) 评论(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 阅读(1247) 评论(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 阅读(765) 评论(0) 推荐(0) 编辑
  2018年8月5日
摘要: 一般我们都会通过URL 给服务器传递很多参数,通过参数来决定对应的处理,今天就大概讲一下 如果通过URL 参数实现一些功能。 1、通过参数跳入不同的界面 首先我们先建立一个tms web core 工程文件。 除了主页面,我们再建两个页面,分别叫做第一个页面和第二个页面 我们可以通过不同URL 参数 阅读全文
posted @ 2018-08-05 18:17 xalion 阅读(947) 评论(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 阅读(515) 评论(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 阅读(471) 评论(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 阅读(654) 评论(0) 推荐(0) 编辑
  2017年10月21日
摘要: delphi 的母公司Idera 突然就把sencha extjs 收购了,这确实是一个很好的消息,意味着delphi 开始在web方面开始发力, 目前delphi 集成extjs 的呼声越来越强烈,emb 官方也在开始做这一方面的工作。 我5年前也写过关于 delphi 和extjs 的组合的文章 阅读全文
posted @ 2017-10-21 11:52 xalion 阅读(1710) 评论(1) 推荐(0) 编辑
  2017年4月16日
摘要: delphi 10.2 支持linux, 而且官方只是支持命令行编程,目地就是做linux 服务器端的开发。 既然是做linux服务器端的开发,那么普通的命令行运行程序,然后等待开一个黑窗口的方式就 太low了(目前就有个别语言大咖,经常在Windows 上开个黑窗口,看起来非常恶心),那么如果 避 阅读全文
posted @ 2017-04-16 11:51 xalion 阅读(4351) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页