上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页
摘要: 如何做呢,跟上文区别不大。我建个表,输入以下1 select year,2 (select amount from info2 as t2 where t2.year=t.year and t2.mouth=1) as m1,3 (select amount from info2 as t3 whe... 阅读全文
posted @ 2014-09-29 11:02 hansongjiang8 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1.表示info 信息,字段为Id和res,如何得到如下结果 阅读全文
posted @ 2014-09-29 10:30 hansongjiang8 阅读(96) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-09-28 21:00 hansongjiang8 阅读(4) 评论(0) 推荐(0) 编辑
摘要: public class HelloB extends HelloA{ public HelloB(){ System.out.println("HelloB");//5父类的构造函数 } { System.out.println("I'm B class"... 阅读全文
posted @ 2014-09-27 22:05 hansongjiang8 阅读(173) 评论(0) 推荐(0) 编辑
摘要: public class Example { String str = new String("good"); static StringBuffer sbf=new StringBuffer(); char[] ch = {'a','b','c'}; public static void ... 阅读全文
posted @ 2014-09-27 21:09 hansongjiang8 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 这个东西啥意思,不懂记下来,相当于int temp=i;i++;i=temp; 阅读全文
posted @ 2014-09-27 20:51 hansongjiang8 阅读(145) 评论(0) 推荐(0) 编辑
摘要: package 类加载器;public class TestDemo { public static String output =""; public static void foo(int i){ try{ if(i == 1){ ... 阅读全文
posted @ 2014-09-27 20:21 hansongjiang8 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 对对对 阅读全文
posted @ 2014-09-27 19:21 hansongjiang8 阅读(101) 评论(0) 推荐(0) 编辑
摘要: ref: http://blog.csdn.net/studyvcmfc/article/details/7720322得复习一下深入java虚拟机1.类加载器干啥的?把 class文件加载到虚拟机的,那么类的相关信息放在那里呢,放在方法区。一个类在jvm会有一个对应的Class对象。2.加载器的种... 阅读全文
posted @ 2014-09-27 19:15 hansongjiang8 阅读(219) 评论(0) 推荐(0) 编辑
摘要: cu红色为检查异常,就是eclipse要提示你是try catch 还是throws。非检查异常,就是/0,nullpointexception,数据越界访问indexOfOutBounds 异常错误: 最常见的oom错误,还有classnotFoundeError,StackOverflowErr... 阅读全文
posted @ 2014-09-27 18:19 hansongjiang8 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页