Bash漏洞爆出来了,赶紧更新一下补丁,#yum-yupdatebash报错了error:unpackingofarchivefailedonfile/usr/bin/bashbug-64;54254708:cpio:open参考了网上资料,原来是以前加固时给/usr/bin加了i权限#lsattr/usr|grepbin----i-----I--/usr/bin#chattr-i/usr/bin然后yum安装就OK了..
分类:
其他好文 时间:
2014-09-27 04:01:59
阅读次数:
509
1 现象
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error: unknown host service
2 解决方法
使用adb时,若出上面的错,使用adb kill-server是没有用的,因为此时是其他进程的...
分类:
数据库 时间:
2014-09-27 01:00:49
阅读次数:
355
android开发打开别人的项目的时候,手机面板上的控件有时候不能显示,还显示错误信息:
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
Exception details are logged in Window > Show View > Error Log
原因是目前采用的API版本与原来的...
分类:
移动开发 时间:
2014-09-27 00:50:09
阅读次数:
629
执行make menuconfig 时遇到Error opening terminal: xterm.的错误解决方法:$echo $TERMxterm$echo $TERMINFO空的问题就出在TERMINFO变量为空值,正常应该设置为xterm所在的目录$whereis terminfotermi...
分类:
其他好文 时间:
2014-09-27 00:06:48
阅读次数:
221
Error 如下:Linking...: error LNK2001: unresolved external symbol _cvDestroyWindow: error LNK2001: unresolved external symbol _cvLoadImage: error LNK2001...
分类:
其他好文 时间:
2014-09-26 23:43:58
阅读次数:
315
error: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).解决方法:set the "Build Active Architecture Only" and ...
分类:
其他好文 时间:
2014-09-26 23:28:08
阅读次数:
233
ERROR ITMS-9000:”invalid pre release train the train version ‘2.0’is closed for new build submissions”...
分类:
其他好文 时间:
2014-09-26 23:26:08
阅读次数:
1016
#include#includetypedef int QEleType;typedef int Status;#define OK 1#define ERROR 0#define OVERLOW -2#define TRUE 1#define FALSE 0//#define...
分类:
其他好文 时间:
2014-09-26 23:00:59
阅读次数:
334
--------------------------- Debugger Exception Notification ---------------------------Project xxx.exe raised exception class EIdSocketError with mess...
分类:
数据库 时间:
2014-09-26 21:53:48
阅读次数:
643
MySQL数据库错误server_errno=2013的解决 一组MySQL复制环境中的Master意外掉电,重启后Master运行正常,但该复制环境中的其它slave端,Error Log中却抛出的如下错误信息:Version: '5.6.17-log' socket: '' port: 3...
分类:
数据库 时间:
2014-09-26 21:19:28
阅读次数:
669