上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 72 下一页
摘要: 不同舍入模式下的舍入操作汇总 阅读全文
posted @ 2017-07-04 16:10 tonggc1668 阅读(1479) 评论(0) 推荐(0)
摘要: import java.io.UnsupportedEncodingException; import java.security.NoSuchAlgorithmException; import java.security.MessageDigest; public class MD5WLBUtil { public static byte[] md54wlb(final byte[... 阅读全文
posted @ 2017-06-30 09:41 tonggc1668 阅读(164) 评论(0) 推荐(0)
摘要: 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 阅读(330) 评论(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 阅读(204) 评论(0) 推荐(0)
摘要: 控制台输出为: 做一些事情吃饭跑步 代理模式和装饰器模式的区别 https://www.jianshu.com/p/c06a686dae39 阅读全文
posted @ 2017-06-23 16:17 tonggc1668 阅读(134) 评论(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 阅读(589) 评论(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 阅读(940) 评论(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 阅读(312) 评论(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 阅读(400) 评论(0) 推荐(0)
摘要: import org.apache.commons.collections.CollectionUtils;import org.apache.commons.collections.Predicate; 阅读全文
posted @ 2017-06-14 17:34 tonggc1668 阅读(2021) 评论(0) 推荐(0)
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 72 下一页