摘要: 继承org.apache.commons.lang3.StringUtils类 1 package com.zhouyy.netBank.util; 2 3 import java.io.UnsupportedEncodingException; 4 import java.math.BigDeci 阅读全文
posted @ 2019-11-07 21:19 _万古如长夜 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 1 package com.zhouyy.netBank.util; 2 3 import java.math.BigDecimal; 4 import java.text.DecimalFormat; 5 6 /** 7 * Created by zhoul on 2017/6/14. 8 */ 阅读全文
posted @ 2019-11-07 21:17 _万古如长夜 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * Copyright (c) 2005-2012 springside.org.cn 3 * <p> 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 */ 6 package com.zho 阅读全文
posted @ 2019-11-07 21:17 _万古如长夜 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 1 package com.zhouyy.netBank.util; 2 3 import java.util.*; 4 5 /** 6 * 判断工具类 7 */ 8 public class EmptyUtils { 9 10 /** 11 * 如果字符串为空或空串返回 12 * 13 * @pa 阅读全文
posted @ 2019-11-07 21:16 _万古如长夜 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1 package com.zhouyy.netBank.util; 2 3 import org.springframework.util.StringUtils; 4 5 import java.beans.PropertyEditorSupport; 6 import java.sql.Tim 阅读全文
posted @ 2019-11-07 21:15 _万古如长夜 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 1 package com.zhouyy.netBank.util; 2 3 import java.beans.PropertyDescriptor; 4 import java.lang.reflect.Field; 5 import java.lang.reflect.Method; 6 im 阅读全文
posted @ 2019-11-07 21:11 _万古如长夜 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: 1 package com.zhouyy.netBank.util; 2 3 import org.springframework.beans.BeansException; 4 import org.springframework.context.ApplicationContext; 5 imp 阅读全文
posted @ 2019-11-07 21:10 _万古如长夜 阅读(1500) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-11-07 21:07 _万古如长夜 阅读(3) 评论(0) 推荐(0) 编辑