码迷,mamicode.com
首页 >  
搜索关键字:compiler    ( 2100个结果
gen already exists but is not a source folder
遇到android项目导入出现后重复空包等错误,往往是导入的java编译级别有关,点击项目properties->java Compiler ->修改Compiler compliance level 一般是1.6。修改完成clean项目之后,往往还会遇到:gen already exists bu...
分类:其他好文   时间:2014-07-23 14:47:56    阅读次数:244
The method convert(String) of type DateConverter must override a superclass method
The method convert(String) of type DateConverter must override a superclass method那是因为你的Compiler 是jdk1.5,只要把它改为 1.6就可以了方法:j2ee换成 7
分类:其他好文   时间:2014-07-22 22:52:59    阅读次数:154
ASP.NET Web Deploy 发布项目二次开发发布编译出错原因
原先的ASP.NET转换为WebDeploy项目后,将所有的.CS文件打成一个包,页面aspx文件保留,项目开发人员拿到之后,进行build,开发没有问题,但是publishWebSite的时候,会出错.错误:Publication(web):未将对象引用设置到对象的实例。没有任何其他相关信息,打开aspnet_compiler.exe的error..
分类:Web程序   时间:2014-07-22 18:20:52    阅读次数:284
SHT20 SHT21 HTU20 温湿度传感器驱动 STM32F051
模拟IIC /** ****************************************************************************** * @file HTU20.x * @brief HTU20 function * @cpu STM32F051 * @compiler Keil uVision V4...
分类:其他好文   时间:2014-07-21 23:27:53    阅读次数:526
VisualC++2012 Compiler Warning C4566
现象: 今天写程序突然遇到这样一个警告: warning C4566: ユニバーサル文字名 '\u0642' によって表示されている文字は、現在のコード ページ (932) で表示できません 意思是说,Unicode字符'\u0642'不能在现在的codepage(932)中 表示。(codepage(932)表示日文编码JIS) 结论: 查了一下...
分类:编程语言   时间:2014-07-21 22:32:37    阅读次数:352
智能指针tr1::shared_ptr、boost::shared_ptr使用
对于tr1::shared_ptr在安装vs同时会自带安装,但是版本较低的不存在。而boost作为tr1的实现品,包含 “Algorithms Broken Compiler Workarounds Concurrent Programming Containers Correctness and Testing Data Structures Domain Specific Fu...
分类:其他好文   时间:2014-07-19 23:18:19    阅读次数:371
Linux下的GCC编译指令
1简介GCC 的意思也只是 GNU C Compiler 而已。经过了这么多年的发展,GCC 已经不仅仅能支持 C 语言;它现在还支持 Ada 语言、C++ 语言、Java 语言、Objective C 语言、Pascal 语言、COBOL语言,以及支持函数式编程和逻辑编程的 Mercury 语言,...
分类:系统相关   时间:2014-07-19 14:19:12    阅读次数:359
UVA - 10410 Tree Reconstruction
Description   You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:其他好文   时间:2014-07-18 22:19:15    阅读次数:249
Java compiler level does not match the version of the installed Java project facet.
也可以参考:http://blog.csdn.net/chszs/article/details/8125828
分类:编程语言   时间:2014-07-17 13:33:17    阅读次数:205
iOS中,MRC和ARC混编
如果一个工程为MRC,其中要添加ARC的文件: 选择target -> build phases -> compile sources -> 单击ARC的文件将compiler flags设置为:-fobjc-arc 如果一个工程为ARC,其中要添加MRC的文件: 同样的路径,然后单击MRC的文件将compiler flags设置为:-fno-objc-arc。...
分类:移动开发   时间:2014-07-16 17:13:24    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!