论坛


2009年3月16日 星期一

核心员工流失企业受损 构建知识管理体系是上策

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

http://blog.sina.com.cn/hnhtwsl将Word嵌入Delphi中(2009-02-25 17:47)阅读全文类别:delphi编程 查看评论

TWebBrowser 与 MSHTML(5): document 对象的属性、方法、事件纵览

万一| 万一的 Delphi 博客 |17:17:00

{IHTMLDocument2 方法:} write //写入 writeln //写入并换行 open //打开一个流,以收集 document.write 或 document.writeln 的输出 close //关闭并输出用 document.open 方法打开的流 clear ...

TWebBrowser 与 MSHTML(4): location、history、screen、navigator 对象的属性与方法纵览

万一| 万一的 Delphi 博客 |16:54:00

{location 对象:} reload //重新加载当前文档 replace //用新的文档替换当前文档 assign //加载新文档 href //设置或返回完整的 URL protocol //设置或返回当前 URL 的协议 host //设置或返回 # 号开始的 URL(锚) hostname //设置或返回当前 URL 的主机...

浅谈如何使用Delphi 2009的泛型容器类别

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

浅谈如何使用Delphi 2009的泛型容器类别

自己封装的IOCP控件

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

研究了网络的IOCP写法,封装成控件TIOCPSERVER TIOCPTLIENT。 研究Socket API没多久,写得不好请见谅。

ZipImage

CodeGear| CodeGear-CodeCentral Delphi |13:02:56

Step 1:We Add the subdirectories "Common Files" in compresseded file.Step 2:We Execute the program in directory "Common Files" with parameters:"Filename.zip" /msgThe Program is not a completed ...

Get Enum Information using RTTI

About.com| About.com Delphi Programming |01:24:44

in Delphi TIPS :: In Delphi, enumaration types or Enum provides a way of to define a list of values. The values have no inherent meaning, and their ordinality follows...