ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)方案1.1.#ps -A|grepmysql 显示类似: 1829 ? 00:00:00 m...
分类:
数据库 时间:
2014-08-14 23:51:06
阅读次数:
296
怎样解决编译时出现内核提供的函数或变量没有定义,使用source insight搜索功能找到声明的头文件,然后包含该头件就行了:比如: error: implicit declaration of function 'copy_from_user' 解决:使用source insight搜索功...
分类:
系统相关 时间:
2014-08-14 23:31:56
阅读次数:
215
下载源码:wgethttp://nginx.org/download/nginx-1.6.1.tar.gz解压,编译安装./configure./configure:error:theHTTPrewritemodulerequiresthePCRElibrary.Youcaneitherdisablethemodulebyusing--without-http_rewrite_moduleoption,orinstallthePCRElibraryintothesystem,orbui..
分类:
其他好文 时间:
2014-08-14 20:59:19
阅读次数:
388
电脑中安装wps上传execl时,上传.xls文件时报错application/kset文件类型不正确打印array()print_r($_FILES)结果如下:Array([userfile]=>Array([name]=>Template.xls[type]=>application/kset[tmp_name]=>C:\\Windows\\temp\\phpACC.tmp[error]=>0[size]=>7..
分类:
移动开发 时间:
2014-08-14 20:56:19
阅读次数:
178
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:
其他好文 时间:
2014-08-14 20:24:19
阅读次数:
335
程序编译成功后,运行时错误:errorwhileloadingsharedlibraries:libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:像libevent这种开源库,编译安装后,一般在/usr/loc...
分类:
其他好文 时间:
2014-08-14 20:23:39
阅读次数:
249
Sample error:SQL> startupORACLE instance started.Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase...
分类:
移动开发 时间:
2014-08-14 20:01:09
阅读次数:
359
1 CString GetComError(const _com_error& e) 2 { 3 CString sMsg; 4 sMsg.Format( 5 _T("HRESULT: 0x%08lx; Error: %s"), 6 e.Error(...
分类:
其他好文 时间:
2014-08-14 19:51:39
阅读次数:
199
原地址:http://www.educity.cn/wenda/158744.htmlandroid 关于InputDispatcher出现Consumer异常的解决方法10-23 03:24:46.346: ERROR/InputDispatcher(61): channel '40774ac8 ...
分类:
移动开发 时间:
2014-08-14 19:45:29
阅读次数:
476
Log4j建议只使用四个级别,优先级从高到低分别是ERROR、WARN、INFO、DEBUG。比如在这里定义了INFO级别,只有等于及高于这个级别的才进行处理,一、log4j使用步骤(重点在使用过程和初始化):1.将log4j.jar相关包放到jsp-examples\WEB-INF\lib下;2....
分类:
其他好文 时间:
2014-08-14 19:43:20
阅读次数:
399