c11对线程进行了支持。
遇到问题
1.eclipse不能启动,报错如下
eclipse启动不了 java was started but returned exit code=13
jdk 和eclipse软件不兼容,都选64位,解决
2.编译显示不支持c11
"This file requires compiler
and library support f...
1、HAL层(1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamS...
分类:
移动开发 时间:
2015-05-11 21:24:03
阅读次数:
172
错误Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. Please use Android Tools > Fix Project Properties.解决办法
选择项目--》右键--》Android Tools--》Fix Project Properties
ok,解决...
分类:
其他好文 时间:
2015-05-11 13:07:35
阅读次数:
141
It requires O(nlgn) solution. And actually I think the passing code is for "non-decreasing"..#include #include #include #include #include #include #in...
分类:
其他好文 时间:
2015-05-10 14:08:02
阅读次数:
210
VMware虚拟机CentOS无法上网解决方法:1)点击 VM->Settings Hardware选项卡下面2)点击Network Adapter 设置,首先我们在虚拟机中将网络配置设置成NAT,如下图所示:3、然后右键点击我们的电脑,进入到管理界面 计算机-> 管理->服务和应用程序->服务,找...
分类:
系统相关 时间:
2015-05-08 23:28:58
阅读次数:
257
file: Core_v4.1.pdf page:666 data: LIST OF ERROR CODES 错误代码描述 0x00 Success 0x01 Unknown HCI Command 0x02 Unknown Connection Identifier 0x03 Hardware Failure 0x04 Page Timeout 0x05 Authentica...
分类:
其他好文 时间:
2015-05-08 13:15:26
阅读次数:
370
当我们进行Android开发,配置安装环境Eclispe&SDK&ADT过程中,在SDK在线安装后,重新登录Eclispe,会出现警告框:This
Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 22.2.1.v.201309180102-833290. Ple...
分类:
移动开发 时间:
2015-05-07 08:58:14
阅读次数:
242
Objective-C Memory Management Being Exceptional 异常处理与内存 3.1Cocoa requires that all exceptions must be of type NSException cocoa需要所有的异常是NSException类型的。...
分类:
其他好文 时间:
2015-05-06 17:24:42
阅读次数:
145
fatal error C1189: #error : This file requires _WIN32_WINNT to be#defined at least to 0x0500. Value 0x0501 or higher is recommended.
VS2008的工程转换成VS2010后编译报错。
定位到afxcomctl32.h文件,这是系统文件没有做任何更改,...