Delphi取UTC时间秒自格林威治标准时间1970年1月1日00:00:00 至现在经过多少秒数时间模块Uses DateUtils;当前时间:中国是 +8时区,换成UTC 就要减掉8小时showMessage(inttostr(DateTimeToUnix(now())-28800));参考:h...
分类:
其他好文 时间:
2014-08-06 17:56:11
阅读次数:
452
1、服务端建立webservice,增加方法gettime和sum。测试正常8080端口,关闭防火墙。Start启动服务,并且OpenBrowser,XE6真是方便啊http://localhost:8080/wsdl/IsoapTest 保存wsdl文件。2、客户端android使用,只能建立fi...
分类:
移动开发 时间:
2014-08-06 01:38:40
阅读次数:
204
Calling ShowModal as an Anonymous Method on All Platformsprocedure THeaderFooterForm.btnPickClick(Sender: TObject);var dlg: TForm1;begin dlg := TFor.....
分类:
其他好文 时间:
2014-08-06 01:19:51
阅读次数:
227
Delphi 是一个基本上被我遗忘的工具, 要不是在使用RapidSql , 我是收不到Embarcadero 公司发出的邀请来參加Delphi XE5的公布会的。有人可能要问为什么是Embarcadero (名称很拗口)而不是Borland 开Delphi 公布会, 这是由于Borland那几年撑...
分类:
其他好文 时间:
2014-08-05 15:29:49
阅读次数:
170
1 VK_LBUTTON = 1; 2 VK_RBUTTON = 2; 3 VK_CANCEL = 3; 4 VK_MBUTTON = 4; { NOT contiguous with L & RBUTTON } 5 VK_BACK = 8; 6 VK_TAB = 9; ...
分类:
其他好文 时间:
2014-08-05 13:56:59
阅读次数:
328
DBGrid1.DragMode?? :=?? dmManual;//留意这个设置不要变 procedure ApplicationEvents1Message(var Msg: tagMSG; var Handled: Boolean); procedure TForm18.ApplicationEvents1Message(var Msg: tagMSG; v...
分类:
数据库 时间:
2014-08-05 11:41:19
阅读次数:
250
delphi 在多线程中动态连接ADO控件 异常:exception class EOleSysError with message '尚未调用CoInitialize'如果是使用多线程的话那就在 Execute事件的开头加上 CoInitialize(nil); 结尾加上CoUninitializ...
分类:
编程语言 时间:
2014-08-05 10:48:20
阅读次数:
880
MessageDlg(‘Barcodecopiedtoclipboard.‘#13#10‘UseCtrl+VorPastetopasteintoanotherapplication.‘,mtInformation,[mbOK],0);
分类:
其他好文 时间:
2014-08-05 03:14:09
阅读次数:
139
----formshownewpath:=‘/storage/sdcard0/DCIM/100ANDRO/GRJKDAGLGXYSF‘;ifnotTDirectory.Exists(newpath)thenbeginTDirectory.CreateDirectory(newpath);//Createafolderend;newpath:=newpath+‘/‘;----存入本机varfilename:string;newfile:Tfilestream;beginfilename:=‘update..
分类:
移动开发 时间:
2014-08-04 14:42:27
阅读次数:
256
KbmMW 中支持基于UDP的消息广播,也支持TCP/IP hub/spoke 方式,还有基于UDP或者TCP/IP 的点对点的消息传输。1.基于UDP的消息广播 根据UDP 的工作原理,在同一个网段里面,可以发布广播包。这样发布者只需要发布一次,消息就可以被同一网段上的所有订阅者收到。这样大大的....
分类:
其他好文 时间:
2014-08-03 23:11:26
阅读次数:
395