2009年10月23日 星期五
JSON 之 SuperObject(5): Format 与转义字符
万一| 万一的 Delphi 博客 |18:10:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; procedure Button1Click(Sender: TObject); ...
JSON 之 SuperObject(4): 增、删、改
万一| 万一的 Delphi 博客 |17:35:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; procedure Button1Cli...
JSON 程式設計 – DataSnap的回叫機制
李维| IT : 是工作還是嗜好? |16:52:15
DataSnap 2010加入了回叫機制,當伺服端方法在執行的過程中可以回叫用戶端提供的方法以通知用戶端有關伺服端方法執行的狀態。DataSnap的回叫機制非常適合使用在需要較長時間執行的伺服端方法,例如如果伺服端方法需要執行長時間的查詢時就很適合使用,或是當程式啟動...
JSON 之 SuperObject(3): 访问
万一| 万一的 Delphi 博客 |15:11:00
测试数据提前加入 Memo1 中:{ "name": "张三", /* 注释 */ "age": 33, "sex": true, "weight": 123.456, "tel": ["86-1111111", "86-2222222"], "addresses":{"address":"A省B市", "pc":"100001"}, "children": [ { "name": "张继", "...
Deadline extended to submit Unicode migration stories for Delphi and C++Builder
CodeGear| CodeGear-CDN Delphi |08:52:00
Programmatically Select a File in Windows Explorer from Delphi code
About.com| About.com Delphi Programming |02:00:56
in Delphi TIPS::If you are working with files in your Delphi application, you might need to launch the Windows Explorer window and programmatically select a particular file in a given directory.In order to select a file in Windows Explorer you nee...
2009年10月22日 星期四
JSON 之 SuperObject(1)
万一| 万一的 Delphi 博客 |23:48:00
一直盼着 Delphi 能够直接支持 "正则表达式" 与 "JSON";Delphi 2009 刚来的时候, 有了 JSON, 但不好, 那时尝试过一点.这是以前的链接: 什么是 JSON?Delphi 2010 带了两个相关单元: DBXJSON、DBXJSONReflect 貌似很强大, 但主要是给 DataSnap 准备的; 尝试了半天, 也?..
DevArt UniDAC 3.00.3 FullSource
DELPHI盒子| Delphi盒子 |16:10:00
最新更新。修复不少重要问题。
ModelMaker CodeExplorer 8.00
DELPHI盒子| Delphi盒子 |16:10:00
著名的Delphi IDE辅助工具 内含破解(延长试用期) 切记一定要先阅读Readme
BalloonHint组件源码
DELPHI盒子| Delphi盒子 |16:10:00
这是一个在Delphi2010中提供的气泡形提示用的组件,在Delphi2007中是没有的。本人从Delphi2010中将它抠出来,略作修改,让它适应Delphi2007。希望大家喜欢! 这里提供一个例子说明它的用法:仅需编写需要显示提示信息的组件的OnMouseEnter、OnMouseLeave事件即可...
Register a File Command for a Windows Shell Menu from Delphi code
About.com| About.com Delphi Programming |02:00:10
TIPS::Most of the file types (files "grouped" by their extension) in Windows have an associated application which gets executed when a user double clicks a file in the Windows Explorer.Sometimes, you will need to add (register) a custom command fo...
pos、ansipos、fillchar在delphi2010中unicode的问题
sunstone| SUNSTONE的Delphi笔记 |00:09:00
今天研究了一下delphi2010的unicode,发现一大堆的转换问题,建议大家老项目还是别转换到2010版本上,否则出问题都不知道在哪里。新项目可以直接使用delphi2010工作。在delphi2010中定义一个变量str,无论这个变量定义为string 还是 ansistring,pos和ansipos函数都?..
2009年10月21日 星期三
Delphi加壳 - Delphi知识(大富翁离线)
幸福苹果| 幸福苹果-delphi |16:53:00
http://i.cnsoftware.cn/space-dfwthread-id-3906625.html阅读全文类别:delphi编程 查看评论
Anti-Monitor Delphi反调试
幸福苹果| 幸福苹果-delphi |16:52:00
http://www.samool.com/archives/251/该日志由 samool 发表于 2007-01-22 3:20 PM//Anti-Monitor Function ABC39: Boolean; //检测Dump; var hFile: ...
Delphi 19种反调试检测法
幸福苹果| 幸福苹果-delphi |16:52:00
http://www.7747.net/Article/200906/39802.html//使用IsDebuggerPresent这个API来检测是否被调试function FD_IsDebuggerPresent(): Boolean;beginif IsDebuggerPresent then Result := Trueelse Res...





冀公网安备 13098202000212号