unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm)Button1: Read More
posted @ 2016-08-19 23:38 findumars Views(818) Comments(0) Diggs(0)
今天帮别人解决一个关于 Base64 编解码的问题,竟然发现 Delphi 自带了 Base64 编解码的单元,叫 EncdDecd,这名字很拗口而且不直观,估计这是一直很少人关注和知道的原因。这个单元提供两套四个公开函数:对流的编解码:procedure EncodeStream(Input, O Read More
posted @ 2016-08-19 23:36 findumars Views(4509) Comments(0) Diggs(0)
DELPHI代码 [html] view plain copy unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrl Read More
posted @ 2016-08-19 23:35 findumars Views(835) Comments(0) Diggs(0)
赌气了一年,把优势全部都变成了劣势。想起《连城诀》里也有类似的场景,好像是什么双侠,就是因为太小气,最终气走了另一个。 话说回来,也不能光总结过去,想想自己现在有没有在任性呢? Read More
posted @ 2016-08-19 23:22 findumars Views(301) Comments(0) Diggs(0)
[html] view plain copy [html] view plain copy http://blog.csdn.net/cmdasm/article/details/16949585 Read More
posted @ 2016-08-19 23:04 findumars Views(767) Comments(0) Diggs(0)