[delphi] view plain copy unit Unit_main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,  Read More
posted @ 2016-03-30 20:57 findumars Views(2960) Comments(0) Diggs(0)
php server [php] view plain copy <?php require_once('src/Hprose.php'); function hello($name) { echo "Hello $name!"; return "Hello $name!"; } function  Read More
posted @ 2016-03-30 20:53 findumars Views(3347) Comments(0) Diggs(0)
1、 [delphi] view plain copy // 根据字符串,拆分字符串,相当于vb中的split函数 function SplitString(const Source, ch: string): TStringList; var temp: String; i: Integer; b Read More
posted @ 2016-03-30 20:48 findumars Views(308) Comments(0) Diggs(0)
DateTimeToFileDate 函数 将DELPHI的日期格式转换为DOS的日期格式 DateTimeToStr 函数 将日期时间格式转换为字符串 DateTimeToString 函数 将日期时间格式转换为字符串 DateToStr 函数 将日期格式转换为字符串 FileDateToDate Read More
posted @ 2016-03-30 20:45 findumars Views(3451) Comments(0) Diggs(0)
[delphi] view plain copy procedure TForm5.Button4Click(Sender: TObject); var O, item: ISuperObject; Strm: TStringStream; result: string; ctx: TSuperRt Read More
posted @ 2016-03-30 20:41 findumars Views(1058) Comments(0) Diggs(0)