摘要:
两个方法 调用方式: 阅读全文
摘要:
Build.bat @echo off @echo delphi x64编译测试 @cd /d %~dp0 @echo 设置Delphi参数信息 @set SourcePath=%~dp0.\src @set BinPath=%~dp0Bin @echo 编译delphi x64 if exist 阅读全文
摘要:
Build.bat @echo off @echo delphi x64编译测试 @cd /d %~dp0 @echo 设置Delphi参数信息 @set SourcePath=%~dp0.\src @set BinPath=%~dp0Bin @echo 编译delphi x64 if exist 阅读全文
摘要:
这是修正+取MD5的方法 这是批量修正PNG的代码,pas + dfm uFixpng.dfm 阅读全文
摘要:
unit uMD5; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics; type MD5Count = array[0..1] of DWORD; MD5State = array[0..3] of DWORD; MD5Block = array[0..15] of DWORD; MD5CBits = 阅读全文
摘要:
procedure CloseSleepAndDisplayOn; begin ShellExecute(0, 'open', 'cmd.exe', '/c powercfg /x /monitor-timeout-ac 0', nil, SW_HIDE); ShellExecute(0, 'open', 'cmd.exe', '/c powercfg /x /monitor-timeo... 阅读全文
摘要:
dll代码: mydll.dpr delphi调用: 阅读全文
摘要:
function GetNumberBuffer(cZi: string; cwidth, cheight: Integer; FontName: string; bold, italic: Boolean): TDataBytes; var col, row: Integer; cw, ch, cleft, ctop: Integer; style: TFontStyle; begin with 阅读全文
摘要:
调用方式: SetProgramIEVersion('a.exe', 11); 如果是设置自身程序: SetProgramIEVersion('', 11); 阅读全文
摘要:
Nginx配置 # HTTPS server { listen 443 ssl; server_name kvaccount.xx.io; ssl_certificate "C:/xx/conf/ssl/xx.crt"; ssl_certificate_key "C:/xx/conf/ssl/xx. 阅读全文
|