2009年3月3日 星期二
理顺 JavaScript (14) - constructor 与 instanceof
万一| 万一的 Delphi 博客 |21:28:00
重看前面的例子: 明明是个函数, 怎么就成了对象?function MyObj(a, b) { this.x = a; this.y = b; } var obj = new MyObj(11, 22); alert(obj.x); //11 alert(obj.y); //22 alert(typeof obj); //object //一个对象的建立要通过构造函数, 有了构造?..
Native Precise Tracking Garbage Collector
CodeGear| CodeGear-CodeCentral Delphi |19:21:19
Native precise tracking garbage collector for Delphi, based on a sweep-and-mark algorithm and lock-less linked lists, that can be used in either incremental mode or stop-the-world mode. It does not replace the built in memory manager, but supports...
FIBPlus 6.9.5 Full Source
DELPHI盒子| Delphi盒子 |16:03:00
FIBPlus是一款使用方便、用途广泛的库文件,可用于Delphi, C++ Builder, Kylix组件开发,还可以直接以Ada对象形式用于InterBase 和 Firebird (Yaffil)中。它主要用于数据库的程序开发。在整个控件的开发过程中,我们本着满足用户的需要为宗旨,每一个组件、方法和属?..
VCL Fix Pack 1.2
CodeGear| CodeGear-CodeCentral Delphi |15:21:41
The VCL Fix Pack is a Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions. If you want all IDE Fix Pack fixes in your application this unit is what you are looking for. Adding the unit to your project (Delphi and ...
IDE Fix Pack 2.5 for RAD Studio 2009
CodeGear| CodeGear-CodeCentral Delphi |15:14:20
The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #47807: Error insight fails to find TObject class* Possible deadlock when ...
IDE Fix Pack 2.5 for RAD Studio 2007
CodeGear| CodeGear-CodeCentral Delphi |15:12:30
The IDE Fix Pack installs an DLL-Expert that fixes the following RAD Studio 2007 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #47807: Error insight fails to find TObject class* Possible deadlock when Error I...
Logging DataSnap 2009 client/server communication
Pawel Glowacki| Pawel Glowacki |09:22:34
A while ago I have described the most simple Delphi 2009 DataSnap "Echo" application in "Getting Started with Delphi DataSnap 2009" blog post and in the EDN article. DataSnap 2009 uses custom JSON-based protocol for on-the-wire communication betwe...
Castalia 2008.4.3 Released
Admin| 二十年前旧板桥 |02:26:30
I just put Castalia 2008.4.3 up on the servers. Three very significant bug fixes:Fixed the “divide by 0″ error that many people are experiencing.HUGE speed improvements on text searchingFixed the strange garbage in the library version ...
Using Margins and Padding Properties in Delphi’s VCL
About.com| About.com Delphi Programming |02:05:18
in Delphi VCL :: One of the neateast new properties (in Delphi versions 2006 and up) you can find in the Object Inspector are the Margins, Padding and AllignWithMargins....
2009年3月2日 星期一
Java SWT and GWT GUI designer and WindowTester tools are now available for JBuilder
David I| Sip from the Firehose |21:38:11
JBuilder 2008 includes Instantiations’ Swing Designer? GUI development product integrated in the IDE. If you are a Java developer and need to create applications using the Eclipse Standard Widget Toolkit (SWT), or the Google Web Toolkit, Ins...
理顺 JavaScript (13) - 对象及 json
万一| 万一的 Delphi 博客 |20:48:00
和 Delphi/C# 类似, JavaScript 中所有对象的祖先是 Object, 虽然并不是全部面向对象的, 好像也是基于对象的.譬如一个字符串类型(string)变量, 可以使用字符串对象(String)的属性和方法, 那是在调用的一瞬间转换成了对象.建立原始空对象的两种方法var obj1, obj2; ob...
Habari ActiveMQ Client 1.5 - Delphi 6-2009
CodeGear| CodeGear-CodeCentral Delphi |16:38:20
Habari ActiveMQ Client is a library for Delphi(tm) which provides easy access to Apache ActiveMQ, the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. With Habari ActiveMQ Client, applications can ...
拼凑组合发票的专用小程序
DELPHI盒子| Delphi盒子 |16:03:00
人在江湖漂,哪能不凑票! 可手拿一大把,咋搭配才好? 贴多了,亏的慌;贴少了,人家财务不干啊! 所以造了这个工具,专门计算怎么贴浪费的最少。。。 核心算法: 架设有N张票,那么每张票都有用/不用两种可能,即0/1,共有2的N次方种。那么就可以从0到2^N-1,每个...
在ASP.NET中访问服务器端的INI文件
rarnu| 橙子的Delphi技术专区-delphi |14:15:00
众所周知的,INI文件用于保存设置,对于只需要简单名值对的配置内容相当的适合(区分于XML一名多值的配置方案)。在需求相对简单的情况下,放一个INI在服务器上,将比用XML更加的方便。.NET本身未提供INI文件的操作解决方案,通常来说,我们都是从网上搜索一个INI的?..
再说变体结构 - 回复 "彬" 的问题
万一| 万一的 Delphi 博客 |13:21:00
问题来源:http://www.cnblogs.com/del/archive/2009/03/01/1032376.html#1464477假如有这样三种结构, 分别来描述: 直线、圆与三角形:type {描述直线的结构} TLine = packed record ID: Integer; {编号} x1,y1: Integer; {第一点} x2,y2: Integer;...





冀公网安备 13098202000212号