码迷,mamicode.com
首页 >  
搜索关键字:acceleration    ( 71个结果
Failed to fetch URL https://dl-ssl.google.com CPU acceleration status: HAX kernel module is not installed!
1.打开C:/WINDOWS/system32/drivers/etc中的hosts文件在最后一行添加74.125.237.1 dl-ssl.google.com2.如果仍然链接失败就打开SDK Manager.exe,选中tool栏,点Android SDK Manager ,在下面Force h...
分类:Web程序   时间:2015-07-20 19:12:03    阅读次数:184
js平滑返回顶部代码
随便找的一个,使用时直接调用gotoTop就行了,至于调速度之类的我没试,有兴趣的自己试试吧注意:如果你想改变这个函数的名称千万不要忘了要同时改变第37行的那个gotoTop 1 /** 2 * JavaScript脚本实现回到页面顶部示例 3 * @param acceleration 速度 4 ...
分类:Web程序   时间:2015-07-17 18:14:30    阅读次数:127
Android报错
1. Starting emulator for AVD 'new'     emulator: ERROR: x86 emulation currently requires hardware acceleration!     Please ensure Intel HAXM is properly installed and usable.     CPU acceleration s...
分类:移动开发   时间:2015-07-12 19:02:04    阅读次数:187
emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is
原文错误提示: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not install...
分类:其他好文   时间:2015-07-12 17:35:01    阅读次数:401
javascript返回顶部几种代码总结
纯js代码/** * 回到页面顶部 * @param acceleration 加速度 * @param time 时间间隔 (毫秒) **/function goTop(acceleration, time) { acceleration = acceleration || 0.1; time =...
分类:编程语言   时间:2015-07-07 19:02:09    阅读次数:127
emulator: ERROR: x86 emulation currently requires hardware acceleration!
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration sta...
分类:其他好文   时间:2015-06-26 23:33:21    阅读次数:194
Adeneo Embedded: Building Qt 5.1 for Freescale i.MX6Introduction on LTIB
Adeneo Embedded: Building Qt 5.1 for Freescale i.MX6Introduction Currently there is not an easy procedure to build Qt 5.1 with hardware acceleration s...
分类:其他好文   时间:2015-06-09 11:16:47    阅读次数:212
Unity之手机重力感应
做重力感应的朋友兴许能用上,我这里写上来用于有时候自己忘了还能看一下,因为我不认为学东西就能一辈子都记得很牢,所以有时候还是为自己行一下方便,给自己写博客,哈哈。 做Unity的重力感应游戏的时候,我们需要用到这样一个参数:Input.acceleration,这是一个Vectors3类型的一个Input的属性,它里面有三个参数分别是x,y,z。接下来给我大家贴上我画的一张图,这样大家看起来就很...
分类:移动开发   时间:2015-05-02 20:47:48    阅读次数:302
emulator: ERROR: x86 emulation currently requires hardware acceleration!
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel is properly installed and usable.CPU acceleration status: ...
分类:其他好文   时间:2015-04-29 00:16:31    阅读次数:191
Android_canvas.drawTextOnPath()无效
drawTextOnPath() was not supported with hardware acceleration until Android 4.1. To work around this problem, simply set a software layer type on your View when running on Android < 4.1. Just call Vie...
分类:移动开发   时间:2015-04-21 18:09:34    阅读次数:185
71条   上一页 1 ... 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!