错误等级:5(10级制)。
错误提示:Myeclipse项目报错,但不影响结果ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
错误原因:①IDE和JDK的版本不适合;②没有安装JDK
解决方案:对应IDE的版本,安装好适合的JDK。...
分类:
系统相关 时间:
2014-08-21 19:32:14
阅读次数:
219
当引用到*.jar文件时,报错“Unable to resolve superclass 。。。”"Just started to get this issue after upgrading to ADT 17.Discovered that external .jar files need to...
分类:
移动开发 时间:
2014-08-21 19:16:04
阅读次数:
204
volatile |?v?l?ta?l, American -tl|adjective①Chemistry易挥发的 ?substance, liquid?②figurative(changeable)变化无常的 ?person, mood?; 不稳定的 ?situation, market, pri...
分类:
其他好文 时间:
2014-08-21 11:14:34
阅读次数:
172
skip-name-resolve此语句用于跳过dns域名解析,在局域网连接时会更快捷,不过使用此命令,mysql库的user表中的host须由原来localhost改为%,否则不能连接数据库。skip-grant-tables此语句用于跳过user表权限检查,在忘记密码时可以直接登录数据库后者较为危险
分类:
数据库 时间:
2014-08-20 14:20:43
阅读次数:
183
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
未启动hive元...
分类:
数据库 时间:
2014-08-19 19:06:55
阅读次数:
281
Malformed or corrupted AST file: 'Unable to load module "/Users/zhangyu/Library/Developer/Xcode/DerivedData/ModuleCache/11WVWISKX5HB9/Darwin.pcm": mod...
分类:
其他好文 时间:
2014-08-19 18:52:15
阅读次数:
199
zend framework 提供了一个分页类Zend_Paginator,Zend_Paginator强大的地方在自动分页和导航面板。 构造Zend_Paginator需要提供一个adapter,在手册上提供了五种选择 Adapter:Array,Zend_Db_Select,Zend_Db_Ta...
分类:
其他好文 时间:
2014-08-19 18:23:35
阅读次数:
237
Android开发遇到的错误及解决方法1. Unable to resolve target 'android-7' 解决方案:修改工程目录下的default.properties文件里的内容target=android-7改成target=android-12(或者其他版本)就可以了,最好用txt...
分类:
移动开发 时间:
2014-08-19 18:14:15
阅读次数:
346
public Enum demo{ [Description("我")] wo=0; [Description("你")] ni=1; [Description("他")] ta=2;}通过中间获得枚举的值,0、1、21 public static class EnumHelper2 ...
分类:
其他好文 时间:
2014-08-18 15:52:42
阅读次数:
128
vmware安装扩展工具报错的问题 vmware安装扩展工具报错Creating a new initrd boot image for the kernel.update-initramfs: Generating /boot/initrd.img-2.6.38-8-genericinitctl:...
分类:
其他好文 时间:
2014-08-18 12:29:34
阅读次数:
225