上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 75 下一页

2016年4月20日

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 阅读(4335) 评论(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 阅读(394) 评论(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 阅读(828) 评论(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 阅读(471) 评论(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 阅读(4016) 评论(0) 推荐(0) 编辑

2016年3月16日

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

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

posted @ 2016-03-16 09:32 疯狂delphi 阅读(1057) 评论(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 阅读(1750) 评论(0) 推荐(0) 编辑

Android教程-AVD设置屏幕大小

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

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

2016年2月2日

Android教程-DelphiXE8新建AVD

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

posted @ 2016-02-02 17:45 疯狂delphi 阅读(790) 评论(0) 推荐(0) 编辑

Android问题-DelphiXE8新建AVD出现“no system images installed for this target”

摘要: 相关资料: 1.http://www.cnblogs.com/yc-755909659/p/4080645.html 问题现象:创建Android模拟器提不”no system images installed for this target”。 问题原因:在于CPU/ABI选项无法选择,并显示“N 阅读全文

posted @ 2016-02-02 17:12 疯狂delphi 阅读(571) 评论(0) 推荐(0) 编辑

上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 75 下一页

导航