上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 77 下一页

2016年4月21日

Android实例-IdHTTP下载(并实现自动安装)(XE10+小米2)

摘要: 相关资料: 1.群号 383675978 2.运行时提示"connection closed gracefully"错误原因与解决 http://www.delphifans.com/InfoView/Article_4588.html 3.编译时提示"[Exec Error] The comman 阅读全文

posted @ 2016-04-21 14:54 疯狂delphi 阅读(2800) 评论(0) 推荐(1)

2016年4月20日

Android实例-获取程序版本号(XE10+小米2)

摘要: 相关资料: 383675978群号 实例源码: 第三方源码: 阅读全文

posted @ 2016-04-20 18:21 疯狂delphi 阅读(1468) 评论(0) 推荐(0)

Android实例-调用系统APP(XE10+小米2)

摘要: 相关资料: 1.群号383675978 2.http://blog.sina.com.cn/s/blog_44fa172f0101rmjt.html 3.PS:ListView1.ItemAppearanceObjects.ItemObjects.Text.Font.Size:=20; 设置字体大小 阅读全文

posted @ 2016-04-20 17:30 疯狂delphi 阅读(4365) 评论(0) 推荐(0)

2016年4月7日

BAT-使用BAT方法清理系统垃圾

摘要: @echo offecho 正在清理......del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mpdel /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.g 阅读全文

posted @ 2016-04-07 10:06 疯狂delphi 阅读(410) 评论(0) 推荐(0)

2016年3月31日

Android实例-全屏显示程序(XE10+小米2)(无图)

摘要: 方法一:选中窗体->BorderStyle改为“None” 方法二: 1.下载第三方控件QAndroid.Shell 2.执行FShell.Execute('su -c mount -o remount,rw /system');FShell.Execute('su -c mv /system/pr 阅读全文

posted @ 2016-03-31 17:27 疯狂delphi 阅读(844) 评论(0) 推荐(0)

2016年3月29日

问题-Delphi2007编译时提示内存错误“sxs.dll. No Debug Info.ACCESS 0xXXXXX"

摘要: 相关资料:http://bbs.csdn.net/topics/340132341 问题现象:在调试程序时,未进工程文件中的TApplication.Run;证明不是代码问题。 问题原因:可能是因为*.bpl文件有问题(可能是因为加载的资源不对,生成的*.bpl有问题)。 问题处理: 1.哪位同事的 阅读全文

posted @ 2016-03-29 10:07 疯狂delphi 阅读(485) 评论(0) 推荐(0)

2016年3月21日

DelphiXE7中创建WebService(服务端+客户端)

摘要: 相关资料: http://www.2ccc.com/news/Html/?1507.html http://www.dfwlt.com/forum.php?mod=viewthread&tid=922 DelphiXE7新建WebService具体操作:1.打开“DelphiXE7”->“File” 阅读全文

posted @ 2016-03-21 17:52 疯狂delphi 阅读(4082) 评论(0) 推荐(0)

2016年3月16日

问题-某个程序改了ICO图标后编译后还是显示老图标?

摘要: 问题现象:某个程序改了ICO图标后编译后还是显示老图标? 问题原原:可能是因为系统的缓存问题。 问题处理:把程序的EXE放在别的路径下打开就可以了。 问题相关人员:QQ253120114(朋友) QQ80992596(眼睛蛇◎△◎) 阅读全文

posted @ 2016-03-16 09:32 疯狂delphi 阅读(1097) 评论(0) 推荐(0)

2016年2月3日

Android教程-DelphiXE8怎么使用调试模式(小米手机2)

摘要: 需求:在开发Android程序时,大家一直是使用ShowMessage。其实XE是支持下断点的。 操作:小米手机2: 1.小米手机2用USB线,连到电脑上。 2.小米手机2-设置-关于手机-"MIUI版本"-点几次,会开启"开发者模式"。 3.小米手机2-设置-其他高级设置-开发者选项-"USB调试 阅读全文

posted @ 2016-02-03 15:26 疯狂delphi 阅读(1780) 评论(0) 推荐(0)

Android教程-AVD设置屏幕大小

摘要: 相关资料: 1.http://jingyan.baidu.com/article/fedf0737775d2835ac897700.html 阅读全文

posted @ 2016-02-03 09:47 疯狂delphi 阅读(766) 评论(0) 推荐(0)

上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 77 下一页

导航