```shell [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project api: Fatal error compiling: invalid target release: 1.7 -> [Help 1] `...
分类:
编程语言 时间:
2014-11-29 12:02:24
阅读次数:
215
最近升级到Cocos2d-x 3.2正式版,iOS程序编译没任何问题,结果使用cocos compile -p android编译生成APK程序,结果悲剧了,出现以下错误。
Android NDK: Invalid APP_STL value: c++_static
Android NDK: Please use one of the following instead: syste...
分类:
移动开发 时间:
2014-11-28 21:31:20
阅读次数:
273
Problem :
URL中带有程序中使用不到的参数,或者url不规范,比如:param1=value1&¶m2=value2,或param1没用
Tomcat后台日志会打印:WARNING: Parameters: Invalid chunk ignored.
Tips :
Tomcat6低版本有这个问题,6高版本及7以后版本无这个问题,看源码得知低版本参数解析模块中此信...
分类:
其他好文 时间:
2014-11-27 16:27:11
阅读次数:
229
1 >>> from numpy import *; 2 >>> U,Sigma,VT=linalg.svd([[1,1],[]7,7]) 3 SyntaxError: invalid syntax 4 >>> U,Sigma,VT=linalg.svd([[1,1],[7,7]]) 5 >>> ....
分类:
编程语言 时间:
2014-11-27 14:22:18
阅读次数:
345
SpringMVC架构的web程序,通常用map返回消息在浏览器中显示,但是实际中报下列错误“”You're trying to decode an invalid JSON String“返回的字符串的被加入了,解决方法,在springMvc的配置文件中加入以下配置: ...
分类:
Web程序 时间:
2014-11-26 20:34:22
阅读次数:
1488
使用VisualStudio 编译链接中可能出现如下错误:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt网上有如下解决方法:1.disable incremental lin...
分类:
其他好文 时间:
2014-11-25 15:57:54
阅读次数:
225
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'masterDataSource' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\w...
分类:
数据库 时间:
2014-11-23 19:02:50
阅读次数:
1917
build/core/java.mk:20: *** dalvik/dexgen: Invalid LOCAL_SDK_VERSION '4' Choices are: current . Stop.以及其类似的错误:user@Ubuntu1004:~/omap3/ics-google-re/myd...
分类:
其他好文 时间:
2014-11-23 14:24:41
阅读次数:
159
1.CCAssert(pszFilename != NULL,"Invalid filename for sprite");#前面这个变量(这里是文件名字)是否为空,不为空就弹出后面这句话,CCAssert的用法就是这样子的。2.CCTexture2D *pTexture = CCTextureCa...
分类:
其他好文 时间:
2014-11-23 01:55:09
阅读次数:
196
错误信息:InnerException: System.Data.SqlClient.SqlExceptionHResult=-2146232060Message=Invalid column name 'Discriminator'.Invalid column name 'Discriminat...
分类:
其他好文 时间:
2014-11-22 21:22:18
阅读次数:
350