上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 75 下一页

2020年4月25日

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 阅读(662) 评论(0) 推荐(0) 编辑

2020年4月23日

手机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 阅读(11148) 评论(0) 推荐(1) 编辑

2020年4月8日

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 阅读(436) 评论(0) 推荐(0) 编辑

2020年4月7日

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 阅读(583) 评论(0) 推荐(0) 编辑

2020年4月2日

教程-关于escape和URI之间的不同!

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

posted @ 2020-04-02 16:32 疯狂delphi 阅读(432) 评论(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 阅读(591) 评论(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 阅读(616) 评论(0) 推荐(0) 编辑

2020年4月1日

面向对象: 接口与对象生存周期,接口自动释放

摘要: 相关资料: https://www.baidu.com/link?url=yYEHJesIUg6HguekaIW-U0HtjtLn430Dh0NXSc7ej5ixppqcq21rsYMvlCo_qNOP&wd=&eqid=87bf080a00000c50000000035e83f9e4 实例: 接口 阅读全文

posted @ 2020-04-01 14:00 疯狂delphi 阅读(251) 评论(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 阅读(309) 评论(0) 推荐(0) 编辑

2020年3月23日

问题-delphi idTCPserver-Socket error问题详解

摘要: 相关资料: https://www.cnblogs.com/h2285409/p/10059704.html Socket error 10038 – Socket operation on non-socket //非法的socket对象在操作 问题原因:因为我在联接上的Data挂了一个对象,关闭 阅读全文

posted @ 2020-03-23 10:09 疯狂delphi 阅读(702) 评论(0) 推荐(0) 编辑

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 75 下一页

导航