04 2020 档案

教程-Delphi 启动流程
摘要:Project.DPRInitExeInitiateModuleStartExec SetExceptionHandler InitUnits sysInit System FPUMaskInit FPUInit 系统相关GetVersion.... Types Windows Messages A 阅读全文

posted @ 2020-04-25 15:51 疯狂delphi 阅读(597) 评论(0) 推荐(0)

Delphi类引用示例
摘要:相关资料: https://jingyan.baidu.com/article/bad08e1e2ec23b09c9512148.html 实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, Sy 阅读全文

posted @ 2020-04-25 15:48 疯狂delphi 阅读(688) 评论(0) 推荐(0)

手机UC下载视频M3U8转MP4
摘要:相关资料: https://jingyan.baidu.com/article/00a07f380cd30f82d128dc4f.html https://m.wenda.so.com/q/1534476294216834 1.用手机UC下载一个视频。 2.复制到电脑上,这时会发现效果是图片中“1” 阅读全文

posted @ 2020-04-23 17:26 疯狂delphi 阅读(11346) 评论(0) 推荐(1)

Android实例-Delphi在运行时更改Android屏幕旋转(IOS也支持,不过我可没有苹果机,测试不了)
摘要:相关资料: https://www.it1352.com/624177.html PS: 如果手机锁定方向时,只能是竖向、横向、倒转横向。如果方向未锁定时,可以是竖向、横向、倒转竖向、倒转横向。 android实例: 1 unit Unit2; 2 3 interface 4 5 uses 6 Sy 阅读全文

posted @ 2020-04-08 08:40 疯狂delphi 阅读(457) 评论(0) 推荐(0)

delphi实现电脑屏幕旋转(电脑屏幕,不是手机屏幕)
摘要:相关资料: 注意:是电脑屏幕,不是手机屏幕 实例代码: 1 unit Unit10; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, 阅读全文

posted @ 2020-04-07 17:21 疯狂delphi 阅读(608) 评论(0) 推荐(0)

教程-关于escape和URI之间的不同!
摘要:相关资料: https://blog.csdn.net/object277910278/article/details/20669963 1.Escape方法 对String对象编码以便它们能在所有计算机上可读, escape(charString) 必选项 charstring 参数是要编码的任意 阅读全文

posted @ 2020-04-02 16:32 疯狂delphi 阅读(454) 评论(0) 推荐(0)

在Delphi中URLEncode文件名的最佳方法是什么?
摘要:相关资料: http://www.voidcn.com/article/p-uwvfunpb-bwd.html https://blog.csdn.net/xieyunc/article/details/81568144 我的桌面应用程序必须从Internet下载文件.该文件的路径是已知的,文件名本 阅读全文

posted @ 2020-04-02 16:20 疯狂delphi 阅读(640) 评论(0) 推荐(0)

Delphi实现js中的escape()编码和unescape()解码
摘要:相关资料: http://www.it588.cn/softdev/2019-05-06/603.html 方法一: 引入单元: uses ActiveX, ComObj; 实例调用: //javascript中的escape()函数的delphi实现function Escape(s: strin 阅读全文

posted @ 2020-04-02 16:03 疯狂delphi 阅读(641) 评论(0) 推荐(0)

面向对象: 接口与对象生存周期,接口自动释放
摘要:相关资料: https://www.baidu.com/link?url=yYEHJesIUg6HguekaIW-U0HtjtLn430Dh0NXSc7ej5ixppqcq21rsYMvlCo_qNOP&wd=&eqid=87bf080a00000c50000000035e83f9e4 实例: 接口 阅读全文

posted @ 2020-04-01 14:00 疯狂delphi 阅读(263) 评论(0) 推荐(0)

问题-Delphi在做窗体派生时提示Resource TForm2 not found
摘要:相关资料: https://www.baidu.com/link?url=yYEHJesIUg6HguekaIW-U0HtjtLn430Dh0NXSc7ej5ixppqcq21rsYMvlCo_qNOP&wd=&eqid=87bf080a00000c50000000035e83f9e4 https: 阅读全文

posted @ 2020-04-01 11:28 疯狂delphi 阅读(349) 评论(0) 推荐(0)

导航