论坛


2008年12月17日 星期三

What programming and domain specific languages do you use every day?

David I| Sip from the Firehose |19:46:31

In the course of a typical day I use a range of programming and domain specific languages in the programs I build, the demos I create, and the presentations I give.? If we were just talking about the most used programming language for any one deve...

Delphi 的编译指令(3): 常用的预定义条件标识符

万一| 万一的 Delphi 博客 |18:02:00

找来找去没找到官方资料, 暂时把碰到过的列举出来吧, 以后慢慢补充.版本标识:VER10 : Turbo Pascal 1 VER20 : Turbo Pascal 2 VER30 : Turbo Pascal 3 VER40 : Turbo Pascal 4 VER50 : Turbo Pascal 5 VER60 : Turbo Pascal 6 VER70 : Turbo Pascal 7 / Borla...

Random Thoughts on the Passing Scene #96

Nick Hodges| Nick Hodges |18:00:55

Some folks have been asking questions about what the requirements are for posting comments on our blog server.  John Kaster put together a nice article on it.  Key point:  All of our emails are opt-in. We don’t send you emails...

Report builder 10.09

DELPHI盒子| Delphi盒子 |16:12:00

很好用的报表控件,但是翻页时在D7下还是有问题,D2009的11.2就没有这个问题,总之还是不错了!

ASqlite3 200806版本

DELPHI盒子| Delphi盒子 |16:12:00

Aducom发布的Sqlite3最新组件(200806A),包括obj,samples,tools等

Delphi 的编译指令(2): $IFDEF 语句的灵活用法

万一| 万一的 Delphi 博客 |15:31:00

下面是 Delphi 预定义的版本相关的条件标识符, 这组例子中会使用一些:VER10 : Turbo Pascal 1 VER20 : Turbo Pascal 2 VER30 : Turbo Pascal 3 VER40 : Turbo Pascal 4 VER50 : Turbo Pascal 5 VER60 : Turbo Pascal 6 VER70 : Turbo Pascal 7 / Borland Pasc...

Delphi 的编译指令(2): 条件语句的更多用法

万一| 万一的 Delphi 博客 |15:31:00

1. $IFDEF 等同于 $IF DEFINED(...) :它们的结束分别是: $ENDIF、$IFEND; 例子中的 VER200 是 Delphi 2009 的标识.begin {$IFDEF VER200} ShowMessage('这是 Delphi 2009'); {$ENDIF} {$IF DEFINED(VER200)} ShowMessage('这是 Delphi 2009'); {$IF...

如何得到动态链接库的输出函数tdump.exe

扬帆| 扬帆Blog - Delphi |14:42:34

   有的时候,我们需要查看一个动态链接库的输出函数列表,有很多软件可以满足此要求,比如说 exeScope。不过,去下载一个软件总归是很麻烦,Delphi 本身就自带一个类似的工具,那就是 tdump.exe,Delphi 的所有版本都有,是一个命令行程序,在 Delph...

Delphi 的编译指令(1): $DEFINE、$UNDEF、$IFDEF、$ELSE、$ENDIF

万一| 万一的 Delphi 博客 |13:58:00

一个程序从无到有的过程是这样的: 编辑代码 -> 预处理 -> 编译(成dcu等) -> 链接(为exe等).什么是预处理?譬如 VCL 中有很多代码是兼容 Linux 的, 在 Windows 下就需要在编译之前预处理掉那些 for Linux 的代码.1、判断操作系统:其中的 "MSWINDOWS" 和 "LINUX" 就是 D...

外网IP可以更改吗

幸福苹果| 幸福苹果-delphi |12:04:00

http://wenwen.soso.com/z/q71354925.htm1、断开重连。我想到一个比较笨的办法:首先ADSL拨号要在本机上拨,然后在internet属性->连接页里选择“始终拨默认连接”,在拨号程序里面记住用户名密码,即要实现拨号连接断开的时候系统马上自动重新连接。接?..

用Delphi检测IE使用的代理服务器

幸福苹果| 幸福苹果-delphi |12:03:00

用Delphi检测IE使用的代理服务器2008-07-03 15:09//-----------------------------------------------  //记得引用 WinInet 单元  //-----------------------------------------------  uses  WinInet  //---------------------阅读全文类别:delphi编程&n...

IE 代理服务器设置程序实现

幸福苹果| 幸福苹果-delphi |12:01:00

IE 代理服务器设置程序实现        本文其实.没有什么价值.写出来也是处于好玩.因为.最近闲的要命.所以总喜欢去些BBS聊天室之类的地方打发时间可是.突然发现这些地方总是喜欢记录IP真是麻烦.别人一跟踪马上就查出你的位置.实在?..

Outlook Express Mail Passwords Rescue

delphi3000| delphi3000.com |12:00:00

How can you recover your forgotten passwords of multiple email accounts configured in outlook and outlook express!

如何用Delphi实现WINDOWS XP中“本地连接”的启用和禁用

幸福苹果| 幸福苹果-delphi |11:56:00

如何用Delphi实现WINDOWS XP中“本地连接”的启用和禁用 ?(*******************************************************************************   CopyRight (c) By 姚佩云 2004*   All Right Reserved*   Email :i_roc...

delphi中用来实现pppoe的函数

幸福苹果| 幸福苹果-delphi |11:48:00

delphi中用来实现pppoe的函数悬赏分:20-解决时间:2008-3-8 20:19用delphi来实现win的pppoe功能,要用什么函数?提问者:阅读全文类别:delphi编程 查看评论