摘要: 1,isNotEmpty(str)等价于 str != null && str != "" && str.length > 0。 2,isNotBlank(str) 等价于 str != null && str != "" && str.length > 0 && str.trim().length 阅读全文
posted @ 2019-11-13 09:38 Java-Legend 阅读(276) 评论(0) 推荐(1) 编辑
摘要: public static void main(String[] args) { Xm xm = new Xm(); Resource resource = new ClassPathResource("applicationContext-common.xml"); BeanFactory fac 阅读全文
posted @ 2019-11-13 09:10 Java-Legend 阅读(394) 评论(0) 推荐(0) 编辑