1、使用git的时候,gnome-ssh-askpass出现“error: cannot run /usr/libexec/openssh/gnome-ssh-askpass: No such file or directory”错误: shenweiyan@localhost 17:05:20 ~...
分类:
其他好文 时间:
2015-07-22 18:33:06
阅读次数:
560
PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误:Warning: fopen() [function.fopen]: Unable to find the wrapper "https" - did you forget to enable it w...
分类:
移动开发 时间:
2015-07-22 18:20:51
阅读次数:
116
Unable to load class ‘org.codehaus.groovy.runtime.typehandling.ShortTypeHandling’
Error:The project is using an unsupported version of the Android Gradle plug-in (0.12.2). The recommended version is 1.2.3....
分类:
其他好文 时间:
2015-07-22 13:09:44
阅读次数:
177
redhat 6.4 安装VirtualBox自动增强功能功能的时候提示:building the main Guest Additions module FAILEDunable to find the sources of your current Linux kernel. Specify K...
分类:
系统相关 时间:
2015-07-21 21:51:26
阅读次数:
194
Android开发中有对APK的方法数量做限制,不能超过65536.如果超过了该数目,会遇到如下异常:
Conversion to Dalvikformat failed:Unable toexecute dex: method ID not in [0, 0xffff]: 65536
之所以出现上述问题,主要原因在于Android系统中,方法id存储在Dex文件中使用的是short类型数据,...
分类:
其他好文 时间:
2015-07-20 01:21:46
阅读次数:
207
常见问题1、sudo gem install cocoapods 如下所示报错ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data from https://rub...
分类:
其他好文 时间:
2015-07-19 20:09:51
阅读次数:
529
'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier ActiveListCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'...
分类:
其他好文 时间:
2015-07-18 18:37:10
阅读次数:
104
1.android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application
解决方案:将getApplication改成xxxx.this
2.call you are unregister onbrocastRevicer?
解决方案:忘记注销广播...
分类:
移动开发 时间:
2015-07-18 15:42:24
阅读次数:
403
1org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.validation.beanvalidation.LocalValidatorFactor....
分类:
编程语言 时间:
2015-07-18 15:25:49
阅读次数:
498
在执行Hadoop命令的时候会出现这样的警告:解决办法:在profile文件中添加:export JAVA_LIBRARY_PATH=${HADOOP_HOME}/lib/native这是在调用Hadoop里的库。具体可以参考www.cnblogs.com/gpcuster/archive/2011...
分类:
其他好文 时间:
2015-07-18 15:24:13
阅读次数:
183