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...
错误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
当我们进行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文件,这是系统文件没有做任何更改,...
使用yum update gcc只能更新到gcc-4.4.7-11.el6.x86_64
下载了更高版本的GCC
http://mirror.hust.edu.cn/gnu/gcc/gcc-4.8.4/
配置时出现以下错误:
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.解决办法:...
分类:
其他好文 时间:
2015-05-01 20:01:30
阅读次数:
935
在maven工程的pom.xml文件中加入如下代码:在里面加入如下代码: org.apache.maven.plugins maven-compiler-plugin 2.3.2 ...
分类:
编程语言 时间:
2015-04-30 23:09:50
阅读次数:
185
之前安装的google浏览器,不是官方的,而且折腾不天也装不上adobe flash player,无奈又开始研究原版安装方法。
不管使用yum安装还是rpm都报同样错误Requires: libstdc++.so.6(GLIBCXX_3.4.15)
但是之前是升级过gcc的,使用strings /usr/lib/libstdc++.so.6 | grep GLIBC 也可以看到:GLIBC...
分类:
编程语言 时间:
2015-04-30 10:49:34
阅读次数:
203