码迷,mamicode.com
首页 >  
搜索关键字:unit 6练习    ( 4539个结果
Android实例-利用WebBrowser实现浏览器(XE8+小米2)
结果:1.网络好的情况下,打开很快,很流畅。2.地址栏真心不好使,如果真要做应用,这块必须自己优化一下。实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, Sy...
分类:移动开发   时间:2015-09-06 17:48:14    阅读次数:362
POJ-2240-Arbitrage
问题描述 Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency...
分类:其他好文   时间:2015-09-06 13:05:50    阅读次数:190
Android实例-录音与回放(播放MP3)(XE8+小米2)
结果:1.增加ActionList中的Action时,需要跳到Master界面,不能在Android4Phonel界面下。2.如果不打开权限的话,会提示“该设备不支持停止录音操作”(Record audion改为True)。3.播放的效果是播放一次就停止了。不是循环的。实例代码: 1 unit U....
分类:移动开发   时间:2015-09-06 12:29:33    阅读次数:293
Android实例-TRectangle加载图片(XE8+小米2)
结果:1.加载图片很流畅,可以做背景用。2.现在是加载了正形与圆形,其他形状能不能加载呢?自己测试哦,要多动手才行。3.需要把图片打到包里哦(路径为“assets\internal\”)。实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 System....
分类:移动开发   时间:2015-09-06 09:41:33    阅读次数:572
关于CenttOS的防火墙问题
Fix “Unit iptables.service failed to load: No such file or directory” Error In CentOS7 最近在升级CentOS7遇到问题systemctl restart iptables.service Failed to is...
分类:其他好文   时间:2015-09-05 22:08:57    阅读次数:373
UTF-8 delphi 函数
unit util_utf8;interfaceuses Windows;typeUTF8String = AnsiString;function AnsiToWide(const S: AnsiString): WideString;function WideToUTF8(const WS: Wi...
分类:Windows程序   时间:2015-09-05 16:27:33    阅读次数:237
Android实例-设置消息提醒(XE8+小米2)
结果:1.二个按钮可以新建消息提醒,最小化也是新建消息提醒。2.程序必须最小化后才能点击消息提醒Label2才会有反映。实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, Syst...
分类:移动开发   时间:2015-09-04 19:45:46    阅读次数:276
Android实例-为程序创建快捷方式(未测试)
结果:1.因为只有小米手机,没有三星手机,没法测试。如果哪位神测试过的话,记得M我哦,谢了。实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.C...
分类:移动开发   时间:2015-09-04 18:17:16    阅读次数:220
设计模式--组合模式
units, true)) { return ; } $this->units[] = $unit; } public function remove_unit(Unit $unit) { $this->units = ar...
分类:其他好文   时间:2015-09-04 17:00:04    阅读次数:141
Android实例-解决虚拟键盘遮挡问题(XE8+小米2)
结果:1.可以自动向上移动,来防遮挡,但同时发现个问题,如果是按硬件返回没有问题,要是点输入法(QQ、百度输入法)上的隐藏就不行了。2.点击Edit2后出现输入法,点输入法上的隐藏后, 再点Edit2输入法不再显示。实例代码: 1 unit Unit1; 2 3 interface 4 ...
分类:移动开发   时间:2015-09-04 15:34:33    阅读次数:710
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!