摘要: 1.Integer a = 127;Integer b = 127;System.out.println(a.hashCode()==b.hashCode());System.out.println(a==b);System.out.println(a.equals(b));结果为:truetrue... 阅读全文
posted @ 2015-09-02 11:48 fanning 阅读(431) 评论(0) 推荐(0)
摘要: Spring使用注解读取properties文件内的参数 阅读全文
posted @ 2015-08-11 13:58 fanning 阅读(605) 评论(0) 推荐(0)