摘要:
public class Dome1 { //默认64M public static void main(String args[]){ byte b[] = new byte[1024*1024*65]; //改成64M正常 }
}输出:改成80M的方法解决MyEclipse编写JSP时候光标来回来跳的问题方法一:关掉已经打开的文档,在左边右键要编辑的文档目录,选择“open with”--选择使用“MyEclipse JSP Editor”方式打开。 方法二:在 MyEclipse 工具栏中依次选择 Window ---- Preferences ---- MyEcli... 阅读全文
posted @ 2011-12-30 16:47
Code大蛇丸
阅读(233)
评论(0)
推荐(0)
摘要:
public class Test { public static void main(String args[]){ int[] s; s = new int[5]; for(int i = 0; i<5; i++){ s[i] = i; } } } 阅读全文
posted @ 2011-12-30 15:13
Code大蛇丸
阅读(106)
评论(0)
推荐(0)
浙公网安备 33010602011771号