码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
PHP安装yaf在ubuntu下面的问题解决
在执行make的时候出现如下错误:In file included from /root/yaf-2.1.2/yaf_router.c:28:/usr/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or dire...
分类:Web程序   时间:2014-10-24 18:44:21    阅读次数:207
Linux 下 Error: Could not find or load main class Hello
在linux下写了一个很easy的Hello world程序,编译执行居然报错:Error: Could not find or load main class Hello最后发现是CLASSPATH的问题。首先须要检查jdk环境变量是否配置正确:參考这篇文章:ubuntu12.04 安装配置jdk...
分类:系统相关   时间:2014-10-24 18:22:32    阅读次数:1268
linux杂七杂八整理
64系统里执行32位程序: 1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可sudo yum install glibc.i6862、error while ...
分类:系统相关   时间:2014-10-24 18:19:09    阅读次数:309
Log4j
转自:http://blog.csdn.net/geminiroy/article/details/5320034第1章.Log4j的优点第2章.配置文件Log4j由三个重要的组件构成:日志信息的优先级,日志信息的输出目的地,日志信息的输出格式。日志信息的优先级从高到低有FATAL、ERROR、WA...
分类:其他好文   时间:2014-10-24 18:10:04    阅读次数:219
(转)MySQL建表设置两个默认CURRENT_TIMESTAMP的技巧
业务场景:例如用户表,我们需要建一个字段是创建时间, 一个字段是更新时间.解决办法可以是指定插入时间,也可以使用数据库的默认时间.在mysql中如果设置两个默认CURRENT_TIMESTAMP,会出现这样的错误.ERROR 1293 (HY000): Incorrect table definit...
分类:数据库   时间:2014-10-24 17:57:48    阅读次数:206
dm-0基本概念和损坏
[7947.411100]quiet_error:302callbackssuppressed[7947.411104]BufferI/Oerrorondevicedm-0,logicalblock8388592[7947.417259]BufferI/Oerrorondevicedm-0,logicalblock8388606[7947.423075]BufferI/Oerrorondevicedm-0,logicalblock0[7947.428460]BufferI/Oerrorondevicedm-0..
分类:其他好文   时间:2014-10-24 16:49:31    阅读次数:844
【Error】JavaWeb: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]
在MyEclipse中启动Tomcat时出现错误,错误信息如下: 严重: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"] 这是由于8080端口冲突导致的。 关掉MyEclipse后,打开任务管理器,将名字为javaw.exe的进程全部结束。然后重新打开MyEcli...
分类:编程语言   时间:2014-10-24 16:38:47    阅读次数:319
针对Flex+Java使用RemoteObject通讯 报错Channel.Connect.Failed error NetConnection.Call.Failed 404
今天在Flex中使用RemoteObject进行java调用时,报错 [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error...
分类:编程语言   时间:2014-10-24 16:09:59    阅读次数:311
Listener refused the connection with the following error 错误解决
原文地址 :http://blog.csdn.net/zajin/article/details/17753351做个备份:查询数据库当前进程的连接数: select count(*) from v$process; 查看数据库当前会话的连接数: elect count(*) from v$s...
分类:Windows程序   时间:2014-10-24 16:05:31    阅读次数:289
Eclipse build error 解决方法The library '*.jar' contains native libraries that will not run on the dev
[2013-08-29 16:56:58 - jarsotest] The library 'wnp.jar' contains native libraries that will not run on the device.[2013-08-29 16:56:58 - jarsotest] Th...
分类:编程语言   时间:2014-10-24 16:04:59    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!