码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
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
this kernel requires an x86-64 CPU
在Vmware安装centos的时候运行后提示失败,this kernel requires an x86-64 CPU。 解决方法:开机进入bios---选择高级--cpu信息---intel Virtualization Technology设置为enable开启...
分类:其他好文   时间:2015-04-21 18:07:02    阅读次数:125
textcolor 设置selecter 报错: <item> tag requires a 'color' attribute or child tag defining a drawab
如果是textview的textcolor属性设置成selecter,则需要这么写这个selecter: 注意,是android:color 如果是background属性,则需要这么写这个selecter: 注意,是android:drawable...
分类:其他好文   时间:2015-04-20 09:31:05    阅读次数:214
【整理学习Hadoop】H D F S 一个分布式文件系统
Hadoop分布式文件系统(HDFS)被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。但同时,它和其他的分布式文件系统的区别也是很明显的。HDFS是一个高度容错性的系统,适合部署在廉价的机器上。HDFS能提供高吞吐量的数据访...
分类:其他好文   时间:2015-04-20 00:17:10    阅读次数:218
ubuntu 下安装node
sudo apt-get updatesudo apt-get install build-essential -ysudo apt-get install git -yNode.js itself requires very little in the way of dependencies.py...
分类:系统相关   时间:2015-04-17 20:03:32    阅读次数:166
Simple example
This is a simple example showing a small window. Yet we can do a lot with this window. We can resize it, maximise it, or minimise it. This requires a ...
分类:其他好文   时间:2015-04-17 13:06:34    阅读次数:113
IOS 多个未知参数
- (void)setGradientColor:(UIColor *)beginColor transitionColor:(UIColor *)transitionColor,...NS_REQUIRES_NIL_TERMINATION  ; // NS_REQUIRES_NIL_TERMINATION, 用于编译时非nil结尾的检查 - (void)setGradientC...
分类:移动开发   时间:2015-04-16 17:33:50    阅读次数:126
Embedded之Introduction
1 Embedded system An embedded system is a combination of computer hardware and software, and perhaps additional mechanical or other parts, designed .....
分类:其他好文   时间:2015-04-15 23:13:19    阅读次数:139
myeclipse或者Eclipse javaee1.6 时报JAX-RS2.0 需要java 1.7 的错误
错误信息如下:JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied.JAX-RS (REST Web Services) 2.0 requires J...
分类:编程语言   时间:2015-04-15 14:50:18    阅读次数:226
Android5.0.1源码编译
On Ubuntu14.045.0.1 requires OpenJDK on linuxrefer to build/core/main.mk, line 177Configure:$ source build/envsetup.sh$ lunchError:make: *** [out/host...
分类:移动开发   时间:2015-04-15 08:24:40    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!