一、调用Excel的方法:一般情况下有两种方法调用Excel:1、 直接使用Delphi自带的组件:在Form中分别放入ExcelApplication, ExcelWorkbook和ExcelWorksheet。2、动态创建Excel文件:首先创建 Excel 对象,使用ComObj,Excel2 Read More
posted @ 2017-07-10 20:49 findumars Views(3238) Comments(0) Diggs(0)
转自http://www.cnblogs.com/del/archive/2007/12/04/982167.html Read More
posted @ 2017-07-10 20:47 findumars Views(10457) Comments(0) Diggs(0)
unit sfContnrs; interface {$DEFINE MULTI_THREAD_QUEUE} //线程安全版本,如果不需要线程安全,请注释掉此行代码 {$IFDEF MULTI_THREAD_QUEUE}uses Windows;{$ENDIF} type TsfQueue=clas Read More
posted @ 2017-07-10 20:28 findumars Views(2063) Comments(0) Diggs(0)
1.启动delphi7。2.File-->Open Project ...打开TMS component 源目录下的“tmsd7.bpg”。 3.在打开的窗口列表中,依次在各选项上点击鼠标右键,选择“Install”。 4.将源目录下所有的pas文件、dfm文件及“tmsdefs.inc”文件拷贝到 Read More
posted @ 2017-07-10 20:24 findumars Views(1626) Comments(0) Diggs(0)
每个人都在成为大神的路上,只不过有的人在走,而有的人在跑。 写在前面的话 在开始正文之前我先跟大家分享一个我身边的例子。我有两个朋友,A和B。B从高一开始打dota,A从高二开始,到高中毕业的时候,A已经是一个 2100分的大神级别的人物,而B只有1200分而已。为什么A打的时间比B短,而水平却比B Read More
posted @ 2017-07-06 23:05 findumars Views(537) Comments(0) Diggs(0)