上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 72 下一页
摘要: public class ThrowableUtil { public static Throwable getDeepestCause(final Throwable throwable) { int count; Throwable cause; for (count = 5, cause = throwable; cause.getC... 阅读全文
posted @ 2017-06-30 09:40 tonggc1668 阅读(328) 评论(0) 推荐(0)
摘要: import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import com.yundaex.common.crypto.WrappedNoSuchAlgorithmException; public class MD5Utils { /** * md5加密方法... 阅读全文
posted @ 2017-06-29 16:29 tonggc1668 阅读(202) 评论(0) 推荐(0)
摘要: 控制台输出为: 做一些事情吃饭跑步 代理模式和装饰器模式的区别 https://www.jianshu.com/p/c06a686dae39 阅读全文
posted @ 2017-06-23 16:17 tonggc1668 阅读(130) 评论(0) 推荐(0)
摘要: applicationContext.xml pom.xml outboundnotice-mapping.xml <class-a>指定所要复制的源对象,<class-b>复制的目标对象,<a>源对象的属性名, <b>目标对象的属性名。 wildcard默认为true,在此时默认对所有属性进行ma 阅读全文
posted @ 2017-06-16 15:36 tonggc1668 阅读(587) 评论(0) 推荐(0)
摘要: List list = this.jdbcTemplate.getJdbcOperations().query(sqlSb.toString(), params.toArray(), new RowMapper(){ @Override public RivBillNoPatternL mapRow(ResultSet rs, int rowNu... 阅读全文
posted @ 2017-06-15 15:45 tonggc1668 阅读(935) 评论(0) 推荐(0)
摘要: import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import org.apache.log4j.Logger; public class ReflectionUtils { private ... 阅读全文
posted @ 2017-06-15 15:28 tonggc1668 阅读(307) 评论(0) 推荐(0)
摘要: com.thoughtworks.xstream xstream 1.4.4 -1 100 25 1 11 19 10 22 12 12 17 8 100 100 49 19... 阅读全文
posted @ 2017-06-15 14:25 tonggc1668 阅读(397) 评论(0) 推荐(0)
摘要: import org.apache.commons.collections.CollectionUtils;import org.apache.commons.collections.Predicate; 阅读全文
posted @ 2017-06-14 17:34 tonggc1668 阅读(2020) 评论(0) 推荐(0)
摘要: import com.yundaex.common.validation.asserts.YDAssert; import com.yundaex.common.validation.asserts.YDIllegalArgumentException; public class IPUtils { 阅读全文
posted @ 2017-06-13 16:35 tonggc1668 阅读(183) 评论(0) 推荐(0)
摘要: com.github.jsqlparser jsqlparser 0.9 import java.io.StringReader; import java.util.List; import net.sf.jsqlparser.parser.CCJSqlParserManager; import net.sf.jsqlparser.st... 阅读全文
posted @ 2017-06-12 14:35 tonggc1668 阅读(3555) 评论(0) 推荐(0)
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 72 下一页