04 2020 档案
摘要:假设服务程序为 MyService.exe CMD指令,跳转至MyService.exe程序路径后。 操作 示例 安装服务 MyService.exe /install 启动服务 net start MyService 停止服务 net stop MyService 卸载服务 MyService.e
阅读全文
摘要:Result := Md5Encode.AsHex(Md5Encode.HashValue(S)); // Indy9的写法 Result := Md5Encode.HashStringAsHex(S); // Indy10
阅读全文
摘要:单元文件 utils_strings 中 function TDBufferBuilder.ToString: String; begin CheckNeedSize(2); FData[FSize] := 0; FData[FSize + 1] := 0; {$IFDEF MSWINDOWS} {
阅读全文

浙公网安备 33010602011771号