上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 77 下一页

2016年7月11日

各国特种部队名称

摘要: 美国:绿色贝雷帽、海豹突击队(SEAL)、“三角洲”突击队、“棕水”海军特种部队、游骑兵、SWAT(意为特殊武器与战术、虽 是一只警察特种部队俄罗斯:阿尔法(国内)、“信号旗”特种支队(国外)、猎手、内务部队、微型克格勃、法国:法国国家宪兵干预队(GIGN)、红色贝雷帽、海军突击队、黑衣人突击队、外 阅读全文

posted @ 2016-07-11 18:40 疯狂delphi 阅读(7989) 评论(0) 推荐(0)

2016年6月30日

问题-Delphi2007跟踪变量时提示“E2171 Variable 'APolygon' inaccessible here due to optimization”

摘要: 问题现象:Delphi2007跟踪变量时提示“E2171 Variable 'APolygon' inaccessible here due to optimization” 。 问题原因:可能是因为Delphi优化。 问题处理: 方法1:工程->右击->Opitons->Compiler->Cod 阅读全文

posted @ 2016-06-30 19:30 疯狂delphi 阅读(781) 评论(0) 推荐(0)

2016年6月23日

问题-Delphi7中JSON遍历节点不支持使用IN处理方法?

摘要: 相关资料:http://www.cnblogs.com/del/archive/2009/10/23/1588690.html 问题现象:在高版本中可以使用IN处理JSON的节点循环问题,可是发现D7不支持。 问题处理: Delphi2007源代码: 1 procedure TForm1.Butto 阅读全文

posted @ 2016-06-23 20:55 疯狂delphi 阅读(1758) 评论(0) 推荐(0)

2016年6月13日

问题-FireDAC连接Sqlite3提示“unable to open database file”

摘要: 相关资料:http://www.dfwlt.com/forum.php?mod=viewthread&tid=1497&extra= 问题现象:FireDAC连接Sqlite3在开发电脑上没有问题,但将程序放在XP上就提示“unable to open database file”(后来发现别的WI 阅读全文

posted @ 2016-06-13 13:39 疯狂delphi 阅读(2418) 评论(0) 推荐(1)

2016年5月31日

DataSnap与FireDAC三层

摘要: 相交资料: http://blog.csdn.net/shuaihj/article/details/6129131http://www.cnblogs.com/hnxxcxg/p/4007876.htmlhttp://www.cnblogs.com/hnxxcxg/p/4008789.htmlht 阅读全文

posted @ 2016-05-31 16:54 疯狂delphi 阅读(9216) 评论(1) 推荐(2)

2016年5月17日

剪切板-监视剪贴板

摘要: 相关资料: http://user.qzone.qq.com/513187410/blog/1265981516 实例原码: 阅读全文

posted @ 2016-05-17 10:12 疯狂delphi 阅读(3286) 评论(0) 推荐(0)

2016年5月3日

BAT-使用BAT方法删除目录下0KB文件

摘要: @Echo Off For /f "tokens=*" %%i in ('dir /a-d /b /s "*.*"') do ( If "%%~zi"=="0" (Del /q /f "%%i")) Pause 阅读全文

posted @ 2016-05-03 18:12 疯狂delphi 阅读(925) 评论(0) 推荐(0)

Delphi使用FindClass实现动态建立对像(有点像反射)

摘要: 相关资料:http://www.blogjava.net/nokiaguy/archive/2008/05/10/199739.html 阅读全文

posted @ 2016-05-03 11:01 疯狂delphi 阅读(816) 评论(0) 推荐(0)

Delphi使用TStringHash实现建立类(有点像反射)

摘要: 1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, StdCtrls, jpeg, ExtCtrls, 8 IniFiles;//TStrin... 阅读全文

posted @ 2016-05-03 10:47 疯狂delphi 阅读(809) 评论(0) 推荐(0)

2016年4月22日

获取日期时间信息

摘要: 1 function netDate:string; 2 var//网页头获取日期时间信息 3 v:Variant; 4 url,GetText:string; 5 dd,mm,yy:string; 6 ii,iGMT:integer; 7 TT:Tdate; 8 function MonthStr(x:string):integer; 9 begi... 阅读全文

posted @ 2016-04-22 11:43 疯狂delphi 阅读(488) 评论(0) 推荐(0)

上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 77 下一页

导航