论坛


2009年2月15日 星期日

web所见即所得编辑器

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

参考盒子里面delphi 2006 b/s的程序写的一个web编辑器,实现所见即所得功能,可以象word一样进行编辑,并直接看到编辑效果。web所见即所得编辑器较多,这里只介绍了一种,但其他使用基本方式是一样的,最常用的例如 FCKeditor 2.6,使用方式和这个程序方式差不多,都...

2009年2月14日 星期六

多线程编程(12) - 多线程同步之 Semaphore (信号对象)

万一| 万一的 Delphi 博客 |22:10:00

之前已经有了两种多线程的同步方法:CriticalSection(临界区) 和 Mutex(互斥), 这两种同步方法差不多, 只是作用域不同;CriticalSection(临界区) 类似于只有一个蹲位的公共厕所, 只能一个个地进;Mutex(互斥) 对象类似于接力赛中的接力棒, 某一时刻只能一个人持有, 谁拿...

在DELPHI中HOOK程序的编写(转载)

幸福苹果| 幸福苹果-delphi |20:10:00

http://hi.baidu.com/mf_sky/blog/item/f7a97bae4a973cfdfaed502f.html2008年08月28日 下午 02:26在编写WINDOWS应用程序的时候,有时阅读全文类别:delphi编程 查看评论

Memory Card Data Undelete

delphi3000| delphi3000.com |12:00:00

Secure digital card data retrieval utility restores corrupted pictures due to virus attack, hardware/software malfunction, system failure etc. Memory card data undelete software supports recovery of missing images, songs, photos in all major file ...

Five Ways Delphi 2009 Speeds Windows Development

CodeGear| CodeGear-CDN Delphi |05:24:21

AlphaControls Lite Edition v6.12

CodeGear| CodeGear-CodeCentral Delphi |01:18:02

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...

2009年2月13日 星期五

DCocoR

CodeGear| CodeGear-CodeCentral Delphi |23:41:58

Package contains 1.Translator form CocoR grammar files (.atg) to delphi pascal. But support of any other target language could be developed simply. 2.Up to date Delphi grammar (D2009). 3.Utility pas2xml. Package is licensed under the following...

多线程编程(11) - 多线程同步之 Mutex (互斥对象)[续]

万一| 万一的 Delphi 博客 |23:06:00

Mutex 作为系统核心对象是可以跨进程的(临界区就不行), 我们可以利用互斥对象禁止程序重复启动.工作思路:先用 OpenMutex 尝试打开一个自定义名称的 Mutex 对象, 如果打开失败说明之前没有这个对象存在;如果之前没有这个对象, 马上用 CreateMutex 建立一个, 此时的程?..

多线程编程(10) - 多线程同步之 Mutex (互斥对象)

万一| 万一的 Delphi 博客 |21:25:00

原理分析:互斥对象是系统内核对象, 各线程都可以拥有它, 谁拥有谁就能执行;执行完毕, 用 ReleaseMutex 函数释放拥有权, 以让其他等待的线程使用.其他线程可用 WaitForSingleObject 函数排队等候.使用过程:var hMutex: THandle; {应该先声明一个全局的互斥句柄} Creat...

Delphi 2009 and C++Builder 2009 Complete Installer

CodeGear| CodeGear-CodeCentral Delphi |17:01:32

Use to install any edition of Delphi 2009 and/or C++Builder 2009English, French, German and JapaneseDuring the install process, you can choose to install Delphi, C++Builder or both.To install: - Click the download button to download the installer ...

多线程编程(9) - 认识等待函数 WaitForSingleObject

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

一下子跳到等待函数 WaitForSingleObject, 是因为下面的 Mutex、Semaphore、Event、WaitableTimer 等同步手段都要使用这个函数; 不过等待函数可不止 WaitForSingleObject 它一个, 但它最简单.function WaitForSingleObject( hHandle: THandle; {要等待的对象?..

delphi hint 的应用

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

http://hi.baidu.com/kr1423/blog/item/8cbdac0087150c82e850cd14.html2008年04月30日 星期三 13:48 Delphi中使用提示是如此简单,只需将欲使用Hint的控件作如下设置:      Sh阅读全文类别:delphi编程 查看评论

Widechar sets for Unicode

CodeGear| CodeGear-CodeCentral Delphi |05:56:27

Delphi 2009 has finally moved to Unicode, so the standard String type is now a Unicode string and Char is a wide character (16 bit). One of the victims of this change is the good old practice of validating input by using constructs like if Key In...

Simulating Class Properties in (Win32) Delphi

About.com| About.com Delphi Programming |03:00:34

OOP in Delphi :: A class property is a property you can access without actually creating an instance of a class. While (Win32) Delphi enables you to create class (static)...

2009年2月12日 星期四

相信吗? 这是一张用 CSS 画出来的图片

万一| 万一的 Delphi 博客 |22:21:00

摘要: 有点大, 进入看吧.  阅读全文--------------------------新闻:微软称Adobe活在幻想世界里导航:博客园首页  知识库  新闻  招聘  社区  小组  博问  网摘  找找?..

« 上一页

下一页 »