网络接口如下图: 浏览器演示如下:http://xxx.xxx.xxx.xxx/web/login!doLogin?data={"password":"yy123","userCode":"yyy123","terminalCode":"123"} 返回信息是一个json格式的字符串:{"error Read More
posted @ 2017-01-30 23:32 findumars Views(6398) Comments(0) Diggs(0)
[plain] view plain copy print? [plain] view plain copy print? [delphi] view plain copy print? unit Unit1; interface uses Winapi.Windows, Winapi.Messag Read More
posted @ 2017-01-30 23:30 findumars Views(1900) Comments(0) Diggs(0)
从delphi的角度看Google(谷歌)URL编码解码方式 在网上搜索了一下,似乎没有什么关于google的URL编码解码的很详细的资料,因此在这里写一下,希望给有用的人提供一点帮助。 使用google谷歌搜索一下关键词,对应的编码如下: 刀:%E5%88%80 刀具:%E5%88%80%E5%8 Read More
posted @ 2017-01-30 23:21 findumars Views(1474) Comments(0) Diggs(0)
在FMX中,由Activity替代了Form的概念,虽然TForm类仍然存在,但MainForm通过关闭函数无法结束程序,使用Application.Terminate均无效,调整为: uses FMX.Platform.Android; procedure TForm2.SpeedButton1C Read More
posted @ 2017-01-30 23:19 findumars Views(640) Comments(0) Diggs(0)
uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,And Read More
posted @ 2017-01-30 23:18 findumars Views(1408) Comments(0) Diggs(0)