摘要: 原文:http://blog.barrkel.com/2011/10/delphi-xe2-compiler-performance.htmlDelphi XE2 compiler performanceDelphi XE2introduced namespaces across the runtime library. This stressed unit name lookup inside the compiler, and led to some severe performance regressions in certain cases. So during the runup t 阅读全文
posted @ 2014-04-02 09:55 Max Woods 阅读(280) 评论(0) 推荐(0) 编辑
摘要: The Chilkat Spider component has disk caching capabilities. To setup a disk cache, create a new directory anywhere on your local hard drive and set the CacheDir property to the path. For example, you might create "c:/spiderCache/". The UpdateCache property controls whether downloaded pages 阅读全文
posted @ 2014-04-02 09:52 Max Woods 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 清除Windows图标缓存的代码:procedure RebuildIconCache;....const sr_WindowMetrics='Control Panel\Desktop\WindowMetrics\'; sr_ShellIconSize='Shell Icon Size';function WindowsDir:string;var buffer: array [0..255] of char;begin GetWindowsDirectory(@Buffer,SizeOf(buffer)); Result:=Buffer;end;Functi 阅读全文
posted @ 2014-04-02 09:50 Max Woods 阅读(491) 评论(0) 推荐(0) 编辑