码迷,mamicode.com
首页 >  
搜索关键字:cmake error    ( 32044个结果
maven编译带中文的工程时出现syntax error的问题
在编译maven带中文的工程时,尽管pom文件中设置了UTF-8,但仍然会报错,如下信息: [ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.2:scr (generate-scr-scrdescriptor) on project toolkit.monitor.manager: Execution gen...
分类:其他好文   时间:2014-07-24 17:40:16    阅读次数:251
HTTP 错误 500.19- Internal Server Error 错误解决方法
刚在本机部署了一个WebService测试,浏览的时候出现了“HTTP 错误 500.19 - Internal Server Error ”错误,如上图。经过检查发现是由于先安装vs2008后安装iis的缘故,只需重新注册下AspNet就可以了,具体步骤如下1 打开运行,输入cmd进入到命令提示符...
分类:其他好文   时间:2014-07-24 17:29:55    阅读次数:201
命名空间的坑
.hnamespace xxx{ struct yyy {} stream& operater <<(stream& in,yyy& a);}.cppstream& operater <<(stream& in,yyy& a){}; //error 可以编译,但是某个地方用到这个重载的话,将会有链....
分类:其他好文   时间:2014-07-24 17:29:16    阅读次数:209
LifeType 1.2.12 运行报错
Fatal error: Call to undefined function bb2_table_structure() inH:\wamp2\www\lifetype-1.2.121\plugins\badbehavior\index.inc.phpon line174H:\wamp2\www\...
分类:其他好文   时间:2014-07-24 17:26:59    阅读次数:196
#2014/7/24#常用log4j配置
常用log4j配置,一般可以采用两种方式,.properties和.xml,下面举两个简单的例子: 一、log4j.properties ### 设置org.zblog域对应的级别INFO,DEBUG,WARN,ERROR和输出地A1,A2 ## log4j.category.org.zblog=ERRO...
分类:其他好文   时间:2014-07-24 10:54:24    阅读次数:269
Windows下,mysql-5.6.10-winx64 的安装使用问题解决 ( ERROR 1044, ERROR 2003)
问题描述:在官网下载了最新的 mysql-5.6.10-winx64 安装包,登录之后,发现无法进行数据库的创建, 显示错误信息为  ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql' 重启系统后,发现无法登录mysql, 显示错误信息 ERROR 2003: Can't connec...
分类:数据库   时间:2014-07-24 10:43:43    阅读次数:241
关于eclipse的 Unhandled event loop exception PermGen space 问题
因为到公司做新的项目,把eclipse,tomcat,Apache全部换成公司指定的版本。然后把各项东西配好搭建起,从SVN上down下项目以后,开始随便打开几个文件看。然后悲剧就发生了,十次打开有八次都直接报Unhandled event loop exception PermGen space的错误,尤其是打开xml,js的时候,或者多开两个文件就直接闪退,查error log就是permge...
分类:系统相关   时间:2014-07-24 10:26:34    阅读次数:261
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法Some sites could not be found. See the error log for more detail.这话的...
分类:系统相关   时间:2014-07-24 09:58:13    阅读次数:465
标准动作中犯的错误,使用过程中忘记写结束符号所发生的错误
例如错误写法: 正确写法:导致的异常:HTTP Status 500 -type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfill...
分类:其他好文   时间:2014-07-24 00:52:27    阅读次数:218
LeetCode_53spiralOrder [Spiral Matrix]
#pragma warning(disable:4996) #include <cstdio> #include <Windows.h> #include <tchar.h> #include <vector> using namespace std; /* submit time : 2 1. Runtime Error [] request : Given a ma...
分类:其他好文   时间:2014-07-23 21:34:35    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!