java/jsp | c/c++ | php | mysql | oracle | mssql | vb | vc | c# | asp | html/css/js | system | delphi | perl | photoshop | other |
因为COM/DCOM对象都不在Client程序运行的内存空间(内进程COM对象除外,即便如此,为了统一接口,内进程的COM也不得传递指针),而且在Win32中所有的程序都有自己独立的2GB的内存空间,...
unit mwFastTime; interface uses SysUtils, Windows, Classes; type TmwFastTime = class(TComp...
用Delphi发送SMS(手机短消息服务) 下面的例子演示了如何通过SOAP来调用一个SMS的WEB服务。 首先通过下面的地址下载并安装微软SOAP工具包2.0: [url=http://msd...
Delphi4开发WEBMAIL程序 常,实现WEBMAIL采用mailto.exe的CGI、在HTML文件中写入“< form action="mailto:电子邮箱地址...
用Delphi编写CGI程序(六) 在 前 面 的 几 个 章 节 里 , 我 们 完 成 了 CGI 程 序 的 一 般 论 述 。 在 此 , 我 给 出 一 个 简 单...
用Delphi编写CGI程序(五) CGI 程 序 的 功 能 是 强 大 的, 但 正 是 因 为 如 此 , 如 果 您 作 为 CGI 开 发 人 员 或 系 统 管 理...
用Delphi编写CGI程序(四) 从 这 一 讲 开 始,我 们 将 进 入 CGI 程 序 设 计 的 学 习 过 程。通 过 前 面 几 讲 的 学 习,您 已 经 掌 握 了...
用Delphi编写CGI程序(三) 也 许 各 位 读 者 感 到 CGI 程 序 有 一 种 神 秘 感, 在 这 一 部 分 将 讲 述 一 些 关 于 CGI 程 序 的...
用Delphi编写CGI程序(二) 在 上 一 讲 中, 我 们 介 绍 了 CGI 程 序 的 功 能。 今 天, 我 们 进 入: 第 二 部 分、 CGI 程 序 设 计...
用Delphi编写CGI程序(一) 1.0 、 CGI 程 序 的 功 能: 首 先, 什 么 是 公 共 网 关 接 口( CGI ) 呢? CGI 是 一 个 用...
Delphi4的Winsocket编程 也许你曾经叹服过微软公司的IE浏览器等网络应用软件功能之强大,技术之先进,也许你目前还没有能力开发这样的一个复杂的大型系统,不过不用着急,...
引言 一个用来区分 MIDAS 与其他分布式数据库解决方案的特征就是,MIDAS 支持动态数据约束(constraints )功能。这些动态约束可以控制由 AppServer 到瘦客户端的分布式数据的...
(*@\\\0000000B01*) (*@\\\0000000801*) (*@/// class t_news(t_mailnews) *) (*@/// constructor t_news.C...
(*@\\\0000000601*) (*@/// procedure t_nntp.GetArticleNr(index:integer); // ARTIC...
(*@\\\0000000501*) (*@/// procedure t_smtp.action; *) procedure t_smtp.action; var i,j: integer;...
*@\\\0000000B01*) (*@/// procedure t_ftp.WndProc(var Msg : TMessage); *) procedure t_ftp.WndProc(v...
(*@\\\*) (*@/// procedure t_http.DoBasicAuthorization(const username,password:string); *) procedur...
(*@\\\0000000501*) (*@/// destructor t_fingerd.Destroy; *) destructor t_fingerd.Destroy; begin f_a...
(*@\\\0000000D01*) (*@/// procedure t_tcpip.close_socket(var socket:TSocket); *) procedure t_tcpip.c...
(*@/// Parse a FTP directory line into a filedata record (UNIX and DOS style only) *) const month_st...
自创改编小控件,不是一个哟!! 仔细看一下,你一定会喜欢的! unit tcpip; (*@/// interface *) interface (*$x+ *) (*@/// u...
隐藏任务条托盘区中的时钟 // 隐藏时钟 procedure TForm1.Button1Click(Sender: TObject); var hn : HWnd; begin h...
在 RichEdit 中实现代码着色 下面的代码将以指定颜色对一些指定单词着色,就象delphi中的代码编辑器那样。 procedure CodeColors(Form : TForm;Styl...
TreeView 是一个显示树型结构的控件,每一个节点都是一个新类, 使用具有代表性 每个节点都有四个值: TEXT:显示文字 Image Index:显示图形序号 Selected Index: S...
uses Printers; {$IFNDEF WIN32} const MAX_PATH = 144; {$ENDIF} procedure TForm1.Button1Click(Sender:...
2001-7-25 Borland 为Linux®社群交付Kylix™开放版 LONG BEACH, Calif ---2001-7-25日,Borland软件公司(Nas...
如果我们的开发项目需要在小组模式下进行,那么协调和规范工作流程是非常重要的环节。工欲善其事,必先利其器,如果能够借助版本控制工具,必然会达到事半功倍的效果。 我最近因为需要在csdn上查找版...
将远程控制应用于教学中,已成为目前计算机化教学的重要手段。一定有很多的网虫想了解这种网络教学方式的编程原理吧。在此我们就以一个简单的远程控制程序作为示例,说明这种网络编程的基本原理。本程序以Del...
procedure LoadTree(treeDB:TDBDataSet);//初始化树 procedure UpdateTree(curNode:TTreenode; nodeTxt:str...
特色按钮 每当用到DELPHI自带的控件都感到少了一点什么,形状也好,颜色也好,变 化的方式也好,都与自已的项目所需要的标准相差了一些,查阅了一些书籍 后发现下面的控件很有可用之...
有人在看了我的“如何将界面代码和功能代码分离(基于Delphi/VCL)”之后,提到一个问题,就是如何对服务端的类的错误进行处理。 在基于函数的结构中,我们一般使用函数返回值来标明函数是否成功...
unit DBPanel; interface uses windows, messages, sysutils, classes,graphics, controls, forms, d...
{主窗口单元} unit Main; interface uses ……{略去其他内容} procedure Table1BirthdayGetText(Sender: TField; var...
使用COM+参数化对象结构编程技术 一、引言 COM+ 服務技術的一個核心理念就是系統本身提供完成許多面向企業應用開發者的通用基本模組(如線程 、物件資源池管理、事務服務管理、事件服...
COM与DCOM的区别与联系 其实这种提法本身就及不科学 DCOM本身就是COM的一种表现形式 但是由于大家听见COM一般就把它当成在本地执行的COM 而DCOM当然就是分布的CO...
8. The Jedi Common Support Unit unit JediUtil; {====================================...
7.2. Dynamic Linking Dynamic Linking is used to link the DLL at runtime. Handling Static and Dyn...
7. Linking There are two ways to link a DLL and import a function. Static linking is very easy and...
5. Conditionals ###ToDo [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http...
4. Macros In C it's possible to define macros. Macros are not available in Delphi, so functions mu...
3.6.3. Packed Records (Alignment) If a record is packed (aligned) then the starting byte of a fiel...
Case Integer of starts the variant part of the record. Each variant is identified by an ordinal valu...
3.6. Structures, Records 3.6.1. Simple Structures C structures are similar to records in Delphi....
Here is a real-world example from the winnt.h, which is not possible to translate to a native enumer...
3.4. Strings In C, as in Delphi, a string is an array of char types. Often, a string declaration i...
1. Anatomy of a C Header [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http:...
2.3. #defines as constants C and C++ use #defines in several ways. In a C header file #define can...
2.2. Unit dependencies [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- C and C++ use...
. Anatomy of a C Header [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http://...
Conversion Tutorial Draft 4 27 JANUARY, 1998 by Andreas Prucha Contents [url=http://...