上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 49 下一页
摘要: dataSnap服务器,客户端调用的时候写错了一句话,SQLConnection1->CloneConnection();改为SQLConnection1->Close();就好了,查了一天。调试的时候报错,还能继续运行,在服务器上crash崩溃退出。"Project ... faulted wit... 阅读全文
posted @ 2015-04-09 20:02 lypzxy 阅读(734) 评论(0) 推荐(0) 编辑
摘要: interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) private { Private declaratio... 阅读全文
posted @ 2015-04-09 14:50 lypzxy 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Image1.Picture.LoadFromFile('aaa.jpg');Project Project1.exe raised exception class EInvalidGraphic with message 'Unknown picture file extension (.jpg)... 阅读全文
posted @ 2015-04-08 10:32 lypzxy 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 鼠标指针形状Screen.Cursor :=改变大小 Result := crSizeNWSE //斜下 Result := crSizeNS // 上下 Result := crSizeNESW 斜上 Result := crSizeWE; //左右crHandPoint 阅读全文
posted @ 2015-04-02 16:45 lypzxy 阅读(269) 评论(0) 推荐(0) 编辑
摘要: C_FD_PhysRDBMSKindsfunction DateValueToFDSQLStringProc(ADataSet: TDataSet; AValue: Variant): String;begin Result := DateValueToDataBaseSQLString( C_FD... 阅读全文
posted @ 2015-04-02 10:21 lypzxy 阅读(433) 评论(0) 推荐(0) 编辑
摘要: Delphi封装的google浏览器内核,使用他可以摆脱ie内核的webbrowser的种种限制http://download.csdn.net/download/ozhy111/5904995屏蔽右键菜单procedure TMainForm.crmBeforeContextMenu(Sender... 阅读全文
posted @ 2015-04-01 15:44 lypzxy 阅读(690) 评论(0) 推荐(0) 编辑
摘要: DockForm 阅读全文
posted @ 2015-03-31 14:12 lypzxy 阅读(3529) 评论(0) 推荐(0) 编辑
摘要: TBitConverterFromBcdFromByteFromCurrencyFromDoubleFromExtendedFromIntegerFromLargeIntFromLongBoolFromLongIntFromLongWordFromShortIntFromSingleFromSmal... 阅读全文
posted @ 2015-03-30 17:01 lypzxy 阅读(710) 评论(0) 推荐(0) 编辑
摘要: return 语句返回值,前台调用的参数名称为 @RETURN_VALUE 阅读全文
posted @ 2015-03-27 11:48 lypzxy 阅读(178) 评论(0) 推荐(0) 编辑
摘要: dbxase.dlldbxmss.dlldbxmss9.dlllibeay32.dllmidas.dllMSVCR100.DLLsqlncli10.dllssleay32.dll 阅读全文
posted @ 2015-03-26 15:27 lypzxy 阅读(197) 评论(0) 推荐(0) 编辑
摘要: C++Builder 内存泄露检测 CodeGuard http://bbs.2cto.com/read.php?tid=179933 XE新版里 ReportMemoryLeaksOnShutdown := True; http://www.cnblogs.com/del/archive/2009 阅读全文
posted @ 2015-03-26 08:19 lypzxy 阅读(291) 评论(0) 推荐(0) 编辑
摘要: [FireDAC][Stan][Eval]-107. Invalid character found [ 拼音码 like '%A%' ]英文字段名称过滤正常汉字字段名过滤报错。莫非不支持汉字字段名过滤?过滤用的是d:\program files (x86)\embarcadero\studio\1... 阅读全文
posted @ 2015-03-25 10:07 lypzxy 阅读(540) 评论(0) 推荐(0) 编辑
摘要: flv > mp4 格式工厂3.4.0 OK 音频转换工具 格式工厂强大免费。 http://www.pcfreetime.com/index.php?language=en 魔影工厂 2.1.1.4225 也可以 http://www.moying.cn/ mp4>mp3 阅读全文
posted @ 2015-03-24 16:11 lypzxy 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 用FDQuery执行创建临时表,查不到临时表,用ADOQuery和BDEQuery均正常,比较发现用ADOQuery执行的时候只有SQL没有调用sql的系统存储过程sp_prepexec. 是fdquery哪里设置的问题吗,用FDConnection->ExecSQL("sql");是可以查到临时表 阅读全文
posted @ 2015-03-24 10:09 lypzxy 阅读(967) 评论(0) 推荐(0) 编辑
摘要: [ilink32 Error] Error: Unable to open file 'FCCMBBTN.RES'用到了fc控件添加路径到LibPath即可。1st\1stClassStudioXE5\source\windows 阅读全文
posted @ 2015-03-23 18:47 lypzxy 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 49 下一页