大家在官网下载hadoop2.6安装完使用的时候,总是在控制台有这样一句
WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
因为官网给的32位系统编译的版本,在64位的操作系统上使...
分类:
其他好文 时间:
2015-02-04 18:46:08
阅读次数:
174
git pull代码时,出现如下的错误: SSL certificate problem: unable to get local issuer certificate 主要的原因是:没有ssl证书,直接采用https的方式进行更新 解决方案如下: 配置好git的环境变量后,在控制台执行如下命令即可...
分类:
其他好文 时间:
2015-02-04 18:23:31
阅读次数:
153
在PowerDesigner中,如果默认值是非数值型的,那么 PowerDesigner 会默认加上单引号因此我们需要把这个默认的单引号干掉,如果是需要设置字符串默认值的时候,就手工加上 单引号 即可。去掉单引号的方法如下图所示:
分类:
其他好文 时间:
2015-02-04 12:45:02
阅读次数:
149
当启动tomcat时候出现 Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 的错误,那表示你的tomcat启动超时了,有时候你...
分类:
其他好文 时间:
2015-02-04 09:26:12
阅读次数:
162
1. 选择Tools -> Excute commands -> Edit/Run Script,打开窗口,添加以下脚本并运行'******************************************************************************'* File:...
分类:
数据库 时间:
2015-02-03 22:53:22
阅读次数:
234
新手总结的开发中所遇到错误及解决办法,如有不对,欢迎指正,如有更好的解决办法,也请不吝赐教。
一、dialog.show()引起的android.view.WindowManager$BadTokenException错误
错误日志
android.view.WindowManager$BadTokenException: Unable to add window -- toke...
分类:
移动开发 时间:
2015-02-03 15:06:54
阅读次数:
287
Android编译环境下,运行应用提示: ?W/dalvikvm(10375): VFY: unable to resolve static method 357: Lorg/cocos2d/nodes/CCDirector;.sharedDirector ()Lorg/cocos2d/nodes/CCDirector; ? 解决办法: bu...
分类:
移动开发 时间:
2015-02-03 01:55:48
阅读次数:
291
解决办法:1 以管理员身份登陆2 找到ORACLE_HOME文件夹(D:\oracle\ora92),点右键,选属性——安全,在组或用户栏中选"Authenticated Users",在权限中把"读取和运行"的权限去掉,再应用。然后重新选上,应用。选择"高级",确认"Authenticated U...
分类:
数据库 时间:
2015-02-02 17:56:11
阅读次数:
514
Android emulator: ERROR: Unable to load VM from snapshot. The snapshot has been saved for a different.
昨天使用Inteliij IDEA 编译工程,运行的时候,遇到了这个问题。
解决办法。点击loris(这里会显示你的工程名),编辑运行配置。
选择 Target Device。...
分类:
移动开发 时间:
2015-02-02 14:14:30
阅读次数:
198
Unable to load configuration. - Class: java.net.PlainSocketImplFile: PlainSocketImpl.javaMethod: connectLine: 177 - java/net/PlainSocketImpl.java:177:...
分类:
其他好文 时间:
2015-02-02 12:08:04
阅读次数:
224