org.apache.maven.plugins maven-compiler-plugin 3.1 UTF-8 ...
分类:
其他好文 时间:
2014-08-05 22:14:10
阅读次数:
294
CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for...
分类:
其他好文 时间:
2014-08-05 19:42:30
阅读次数:
236
解决Myeclipse在调试(debug)时无法显示变量值问题...
分类:
系统相关 时间:
2014-08-05 11:15:39
阅读次数:
238
ttp://code4app.com/snippets/one/禁止某几个文件用ARC模式编译/502344256803fa246d000000#s0如果你的绝大部分代码需要ARC,那么就设置项目支持ARC,然后对于一些不需要ARC的文件,在要禁止ARC编译的源文件的 “compiler flags...
分类:
移动开发 时间:
2014-08-04 02:00:56
阅读次数:
210
1、创建项目sp
create new project->scala->NOT SBT->next->设置项目名称'sp'
2、导入相关jar包
File->Project Structure->Libraries->点绿色'+'->java->找到spark-assembly-1.0.0-hadoop2.2.0.jar->OK
按照类似的方法导入scala-compiler.jar,...
分类:
其他好文 时间:
2014-08-03 20:39:35
阅读次数:
262
<build>
?????<plugins>
?????????<plugin>
?????????????<groupId>org.apache.maven.plugins</groupId>
?????????????<artifactId>maven-compiler-plugin</artifactId...
分类:
其他好文 时间:
2014-08-03 12:56:25
阅读次数:
230
**工程配置arc方案:** 1,直接在targets->build phases中修改compiler Flags,是否支持arc。添加:-fobjc-arc,就可以让旧项目支持arc。如果想让原来支持arc的不使用arc则添加-fno-objc-arc ![在此输入图片描述][1...
分类:
移动开发 时间:
2014-08-03 10:23:55
阅读次数:
280
原文地址:http://www.dutor.net/index.php/2009/05/g-compiler-usage/C++中的一些文件后缀.a静态库 (archive).C.c.cc.cp.cpp.cxxC++源代码(需要编译预处理).hC或者C++源代码头文件.iiC++源代码(不需编译预处...
分类:
其他好文 时间:
2014-08-01 15:52:41
阅读次数:
193
Setting->Compiler直接在“Have g++ follow the C++11 ISO C++ language standard [-std=c++11]” 选项上打勾 保存就可以了
分类:
编程语言 时间:
2014-07-31 09:36:35
阅读次数:
261
1.错误
/usr/lib/python2.5/site-packages/Cheetah/Compiler.py:1532: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully s...
分类:
移动开发 时间:
2014-07-30 17:35:24
阅读次数:
1427