上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页

2020年1月9日

百度地图-显示外地车拍照摄像头位置

摘要: 图片原件: https://images.cnblogs.com/cnblogs_com/FKdelphi/885783/o_%E5%8C%97%E4%BA%AC%E5%A4%96%E5%9C%B0%E5%8F%B7%E6%8B%8D%E7%85%A7%E4%BD%8D%E7%BD%AE.png 坐 阅读全文

posted @ 2020-01-09 16:44 疯狂delphi 阅读(2631) 评论(0) 推荐(0)

2020年1月3日

QT-QT版本下载与解释

摘要: 1.所有版本QT下载地址 : http://download.qt.io/archive/qt/ 2. 所有Qt Creator下载地址:http://download.qt.io/archive/qtcreator/ 3. 所有Qt VS开发插件下载地址:http://download.qt.io 阅读全文

posted @ 2020-01-03 19:04 疯狂delphi 阅读(1708) 评论(0) 推荐(0)

2019年9月11日

窗体半透明并且鼠标穿透效果

摘要: 相关资料: 来自于QQ为“84365646”的方案。 实例: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classe 阅读全文

posted @ 2019-09-11 13:48 疯狂delphi 阅读(1136) 评论(0) 推荐(0)

2019年9月10日

窗体全透明但窗体上的控件不透明

摘要: 相关资料: https://www.iteye.com/blog/paulfzm-1835285 实例1: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System. 阅读全文

posted @ 2019-09-10 15:11 疯狂delphi 阅读(647) 评论(0) 推荐(0)

2019年8月1日

字符键盘很有意思

摘要: /*** * ┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐ * │Esc│ │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S  阅读全文

posted @ 2019-08-01 16:25 疯狂delphi 阅读(210) 评论(0) 推荐(0)

2019年6月25日

数学、布尔表达式计算

摘要: 相关资料: https://bbs.csdn.net/topics/390387168 注意: uses System.Win.ComObj; 实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, 阅读全文

posted @ 2019-06-25 15:18 疯狂delphi 阅读(506) 评论(0) 推荐(0)

2019年5月28日

教程-执行动态的delphi脚本

摘要: 相关资料:https://www.cnblogs.com/linyawen/archive/2011/10/01/2196950.html 如何在程序中执行动态生成的Delphi代码 经常发现有人提这类问题,或者提问内容最后归结成这种问题 前些阵子有位高手写了一个“执行动态生成的代码”,这是真正的高 阅读全文

posted @ 2019-05-28 14:35 疯狂delphi 阅读(1647) 评论(0) 推荐(0)

2019年5月12日

BAT-关闭电脑、定时关机、重启电脑

摘要: https://zhidao.baidu.com/question/686086701903450132.html bat是批处理,可以调用关机命令关机。 制作方法如下: 打开记事本程序; 输入如下内容 shutdown -s -t 360 (t 指的是时间)解释:360秒后关机 会出现关机倒计时界 阅读全文

posted @ 2019-05-12 09:29 疯狂delphi 阅读(2691) 评论(0) 推荐(0)

BAT-批处理修改注册表实现“电脑眼睛保护色”,注意BAT最后会启重电脑

摘要: https://download.csdn.net/download/qq_27404929/11157262 @echo off cls color 0A echo 正在启用超级管理员权限... %1 %2 ver|find "5.">nul&&goto :st mshta vbscript:cr 阅读全文

posted @ 2019-05-12 09:22 疯狂delphi 阅读(832) 评论(0) 推荐(1)

2019年5月9日

教程-Delphi Property详解

摘要: http://anony3721.blog.163.com/blog/static/51197420107105132120/?ignoreua 1 Property 2 Keyword Defines controlled access to class fields System unit 3 阅读全文

posted @ 2019-05-09 09:28 疯狂delphi 阅读(2054) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页

导航