如图所示按键用鼠标点击时无法响应。解决方案:以我创建的AVD名为Tablet为例1.找到用户目录(我的用户目录yummy),然后进入如下目录mac: ~/yummy/.android/avd/Tabletwindows:C:\Users\yummy\.android\avd\Tablet2.找到Ta...
分类:
移动开发 时间:
2014-09-07 01:03:44
阅读次数:
217
This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 12.0.0.v201106281929-138431. Please update ADT to the ...
分类:
移动开发 时间:
2014-09-06 23:45:54
阅读次数:
369
本次我们学习Android传感器的开发,前面已经介绍过了,tween的使用,所以,我们可以结合传感器与tween动画,开发简易的指南针。首先先介绍一下传感器的相关知识, 在Android应用程序中使用传感器要依赖于android.hardware.SensorEventListener接口。通过该....
分类:
移动开发 时间:
2014-09-05 22:17:02
阅读次数:
329
Sorry, the image you selected is not compatible with your hardware configuration. Please choose another image. CentOS 7.0-64 - DO NOT USE does not ha....
分类:
其他好文 时间:
2014-09-04 22:10:30
阅读次数:
217
对vim配置neocomplete自动补全插件,安装完成之后出现“neocomplete does not work this version of Vim.?It requires Vim 7.3.885 or above and "if_lua" enabled Vim.”的错误提示,neocomplete插件无法启动。...
分类:
Windows程序 时间:
2014-09-04 09:50:08
阅读次数:
1562
The new hardware tessellation feature available on Direct3D 11 video cards has great potential, but using it effectively currently requires understand...
分类:
其他好文 时间:
2014-09-02 19:35:45
阅读次数:
348
1、Scroller源码分析下面是对Scroller源码的分析,并附有源码,如下:package android.widget;
import android.content.Context;
import android.hardware.SensorManager;
import android.os.Build;
import android.util.FloatMath;
import...
分类:
其他好文 时间:
2014-09-01 14:04:43
阅读次数:
959
《软硬件接口》课程大纲Coursera课程The Hardware/Software Interface是华盛顿大学提供的一门课程,当中汇编语言、进程结构、Java实现等章节内容我觉得对于学编程的同学来说很实用。教学环境是Fedora,顺带介绍了一些经常使用工具的使用。课程大纲这门课程将会让学生知道...
分类:
其他好文 时间:
2014-08-31 20:02:01
阅读次数:
263
Problem DescriptionUnlike single maze, double maze requires a common sequence of commands to solve both mazes. See the figure below for a quick unders...
分类:
其他好文 时间:
2014-08-30 01:14:48
阅读次数:
329