03 2016 档案

摘要:public class Demo { public static void main(String[] args) { int a = 123; int b = 456; System.out.println("a = " + a + " " + "b = " + b); a = a ^ b; b 阅读全文
posted @ 2016-03-22 22:40 _____喵喵 阅读(217) 评论(0) 推荐(0)
摘要:JAVA虚拟机报错. 是你的eclipse版本和虚拟机不兼容导致. 解决方法:  找到eclipse目录下的eclipse.ini,可以看到如下内容:-startupplugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar--launcher. 阅读全文
posted @ 2016-03-15 11:13 _____喵喵 阅读(196) 评论(0) 推荐(0)