码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
Android_通过传感器抓小偷
package com.beyond.phonestolen;import android.hardware.Sensor;import android.hardware.SensorEvent;import android.hardware.SensorEventListener;import a...
分类:移动开发   时间:2014-10-14 21:21:39    阅读次数:194
ios8分享没有对应APP审核失败解决方法
拒绝原因:Additionally, we found that your app requires the installation of another app before it can be used, which is not in compliance with the App Stor...
分类:移动开发   时间:2014-10-14 13:57:58    阅读次数:206
android JB2连拍降速原理介绍
1、HAL层(1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamS...
分类:移动开发   时间:2014-10-14 04:03:07    阅读次数:259
使用照相机开启闪光灯
package com.home.light; import android.app.Activity; import android.hardware.Camera; import android.hardware.Camera.Parameters; import android.os.Bundle; import android.view.View; import andro...
分类:其他好文   时间:2014-10-13 18:39:09    阅读次数:202
使用虚拟机运行Ubuntu时,主机与宿主机共享文件的方法。
简介:首先设置虚拟机: 虚拟机 -> 设置-> Hardware -> Network Adapter,在网络连接处设置为 “桥接:直接连接到物理网络”,“NAT:使用已共享的主机IP地址”处打勾。再设置好ubuntu网络IP地址Ping测试,看能否Ping通,在“系统->系统管理”下点击"网络工具...
分类:系统相关   时间:2014-10-13 13:47:19    阅读次数:267
[io benchmark]常用磁盘基准/压力测试工具
Unix Disk I/O Benchmarksfio- NEW!fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 13 differ...
分类:其他好文   时间:2014-10-13 12:54:49    阅读次数:552
android JB2连拍降速原理介绍
1、HAL层 (1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。 在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamShot_CMD_SET_CSHOT_SPEED定义在alps\mediatek\platfo...
分类:移动开发   时间:2014-10-13 00:42:38    阅读次数:326
POJ 1496 POJ 1850 组合计数
Code Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 8256 Accepted: 3906 Description Transmitting and memorizing information is a task that requires different coding systems for the b...
分类:其他好文   时间:2014-10-12 21:10:28    阅读次数:250
Xcode6模拟器不显示键盘
升级Xcode6.0.1后,模拟器不在默认显示键盘了。解决方案如下: 1、选择模拟器后,Hardware->Keyboard->Connect hardware keyboard 去掉√ 以后虚拟键盘可以用,否则默认使用外接的键盘 2、快捷键 shift+command+k  如图:        3、快捷键 command+k 直接显示虚拟键盘...
分类:其他好文   时间:2014-10-12 20:35:38    阅读次数:260
Python常见问题
1.通过源代码安装Python3.4,make install时报错"Ignoring ensurepip failure: pip 1.5.4 requires SSL/TLS"。缺少openssl,openssl-devel(Ubuntu下为libssl-dev),通过yum -y instal...
分类:编程语言   时间:2014-10-12 18:58:08    阅读次数:567
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!