转为root,yuminstallfirefox但是随即出现问题:(firefox:4871):GnomeUI-WARNING**:Whileconnectingtosessionmanager:Noneoftheauthenticationprotocolsspecifiedaresupported./usr/lib/firefox/firefox:symbollookuperror:/usr/lib/libgdk-x11-2.0.so.0:undefinedsymbol:_XGet..
分类:
系统相关 时间:
2015-01-12 16:48:48
阅读次数:
248
Relation to this link http://www-01.ibm.com/support/docview.wss?uid=swg21399105 2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning PID : 151...
分类:
数据库 时间:
2015-01-12 00:21:07
阅读次数:
254
错误提示是:
The project cannot be built until build path errors are resolved
解决方法:
右键项目-properties---Java Build Path---点击libraries,然后看如下图片
然后运行还有第二个问题:
WARNING: Application does not specify an...
分类:
其他好文 时间:
2015-01-11 19:12:46
阅读次数:
284
warning: shared library text segment is not shareableerror: treating warnings as errors近期在调试一个Gsensor, 代码是从android4.2上直接移植过来的。但却一直编译只是, 纳闷了。。。baidu不行g...
分类:
其他好文 时间:
2015-01-10 10:01:50
阅读次数:
687
將 Xcode 升级到最新,在使用AFNetworking时遇到了 property synthesis 相关的 error,错误信息如下:
Auto property synthesis will not synthesize property ‘request‘ because it is ‘readwrite‘ but it will be synthesized ‘readonly‘...
分类:
Web程序 时间:
2015-01-09 19:22:54
阅读次数:
217
The methodo.a.commons.logging.impl.SLF4FLogFactory#releasewas invoked.Given the structure of the commons-logging API, in particular as implemented by ...
分类:
其他好文 时间:
2015-01-08 17:51:51
阅读次数:
124
import random
#warning: x and y confusing
sx = 10
sy = 10
dfs = [[0 for col in range(sx)] for row in range(sy)]
maze = [[' ' for col in range(2*sx+1)] for row in range(2*sy+1)]
#1:up 2:down 3:left 4...
分类:
编程语言 时间:
2015-01-08 15:24:22
阅读次数:
158
1.概述CommonJS是服务器端模块的规范,Node.js采用了这个规范。根据CommonJS规范,一个单独的文件就是一个模块。每一个模块都是一个单独的作用域,也就是说,在该模块内部定义的变量,无法被其他模块读取,除非定义为global对象的属性。global.warning = true;上面代...
分类:
Web程序 时间:
2015-01-08 12:52:42
阅读次数:
190
这是我于2013年9月4号晚遇到的问题,为了这个问题我一夜没睡!对于这个问题,我相信我的方法已经能帮90%的人解决了!当你用Eclipse运行web项目的时候,你就会看到控制台出现:WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Con...
分类:
Web程序 时间:
2015-01-08 11:10:39
阅读次数:
205
在Android5.0的源码中编译apk会出现如下的问题
libpng warning: "iCCP: Not recognizing known sRGB profile that has been edited"
原因是新版本的libpng对关于ICCP采用了更严苛的约束
解决方法有三:
降低 libpng
用 imagemagick stri...
分类:
其他好文 时间:
2015-01-07 20:59:37
阅读次数:
126