[delphi] view plain copy unit Unit4; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Shel Read More
posted @ 2016-03-30 20:57 findumars Views(1577) Comments(0) Diggs(0)
[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(2957) 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(3345) 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(306) Comments(0) Diggs(0)
DateTimeToFileDate 函数 将DELPHI的日期格式转换为DOS的日期格式 DateTimeToStr 函数 将日期时间格式转换为字符串 DateTimeToString 函数 将日期时间格式转换为字符串 DateToStr 函数 将日期格式转换为字符串 FileDateToDate Read More
posted @ 2016-03-30 20:45 findumars Views(3446) Comments(0) Diggs(0)