论坛


2008年9月20日 星期六

Ready for Delphi 2009: SmartInspect 3.1

Nick Hodges| Nick Hodges |20:17:45

Gurock Software has made SmartInspect 3.1 ready for Delphi 2009! "SmartInspect is an advanced logging tool for debugging and monitoring .NET, Java and Delphi applications. It helps you identify bugs, find solutions to user-reported issues an...

揭秘计算机病毒产业链

狐狸| 狐狸Hack-Delphi |19:59:40

在利益的主导下,一条完整、严密的黑色病毒产业链正浮出水面。 无论您是否认可,互联网已然成为现实社会的虚拟对等体。然而,让人遗憾的是,其对等体现之一的黑暗面是如此的刺眼和醒目。 随着几起网络犯罪案的侦破,以及最近“熊猫烧香”、“灰鸽子”的肆虐,我们赫?..

My Programming Language (Delphi) Can Do This

Pawel Glowacki| Pawel Glowacki |19:38:59

joelonsoftware asks on his blog "Can Your Programming Language?Do This?". Delphi 2009 introduces support for anonymous methods in Delphi language. Yes, Delphi can do this:-) For your convinience here is the relevant snippet from Joel’s blog:...

TAxTaskDialog - v.1.9 (9x, XP, Vista) - D4-D2009

CodeGear| CodeGear-CodeCentral Delphi |17:12:47

A partir da versão do Delphi 2007, foi adicionado na VCL o componente TTaskDialog, o qual o mesmo só terá o efeito visual se você estiver rodando sua aplicação no Windows Vista. Todos n&#24...

Multimedia Card Data Salvage Software

delphi3000| delphi3000.com |12:00:00

Memory card data restoration utility retrieves missing audio video music files and folders from virus corrupted secure digital card. XD card missing files retrieval tool restore deleted jpg, jpeg, gif, image and pictures from damaged multimedia ca...

Success Rate Dependence of Data Recovery Services

delphi3000| delphi3000.com |12:00:00

The IT professionals may have faced millions of problems in their daily work, but the data loss is the worst part and terrible. When you see the hard drive turning into bad or some disaster strike

iPod Drive Recovery

delphi3000| delphi3000.com |12:00:00

iPod recovery application recovers updated music, video, images from iPod drive

Memory Card Data Salvage Tool

delphi3000| delphi3000.com |12:00:00

128MB RAM, 20MB Disk Space for installation

Web Domain Monitor Software

delphi3000| delphi3000.com |12:00:00

Web site monitoring tool observes all sites which you have listed in application and checks network connection, low bandwidth, page loading and accessibility at multiple location in one time. Website tracking tool check down-time of loaded sites.

回覆RURU有關ODBC, OLEDB, ADO和dbExpress的問題

李维| IT : 是工作還是嗜好? |10:11:11

我看了你說的那篇文章以及那篇文章指到的另外一篇文章,老實說我在一看到那2篇文章的開始就和我的認知有差別,在我的認知中OLEDB應該不可能比ODBC快,為什麼?這是一個故事,也是ODBC,OLEDB,ADO和dbExpress各自發展的原因,因此我們需要對於這些資料存取技術的背景?..

几天没有来了

万一| 万一的 Delphi 博客 |09:47:00

还是忙着, 要到周一才能来, 所有问题暂时没时间回复, 抱歉了.[新闻]美博客评10款最好的互联网图片共享服务博客园首页 社区 新闻频道 小组 博问 网摘 闪存

Delphi 2009 Development Essentials PDF (updated)

Bob Swart| Dr.Bob’s Delphi Notes |08:42:42

I'm pleased to announce my Delphi 2009 Development Essentials PDF manual, covering the new features in Delphi 2009 including sections on the Delphi 2009 IDE, Language Enhancements (including the Generics.Defaults and Generics.Collections units), R...

现有 Delphi 项目迁移到 Tiburon 中的注意事项 (下)

狐狸| 狐狸Hack-Delphi |08:36:37

MultiByteToWideChar 函数 调用 Windows API MultiByteToWideChar 函数可以简单的用一个任务替代,下面是一个是用 MultiByteToWideChar 的例子:procedure TWideCharStrList.AddString(const S:

delphi spcomm控件串口通讯的方法-应用篇

狐狸| 狐狸Hack-Delphi |08:36:31

计算机与单片机通讯协议一,计算机与单片机连接方式? ??串口直连??波特率为300-19200可调,默认为9600??工作方式:异步,半双工二,通讯协议:停等协议三,协议详述1,链路层数据结构:?桢头? 数据长度? 信息内容校验和桢头:F1F1 2字节,16进制??????????? 数据长度...

delphi利用HOOK拦截封包原理

狐狸| 狐狸Hack-Delphi |08:36:26

?骇客基地 阅读: 76 时间:2008-9-14 6:49:46 来源:www.hookbase.com ??截获API是个很有用的东西,比如你想分析一下别人的程序是怎样工作的。这里我介绍一下一种我自己试验通过的方法。 首先,我们必须设法把自己的代码放到目标程序的进程空间里去。Windows Ho