摘要: import java.io.UnsupportedEncodingException;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException; /** * SHA256 摘要算法工具类 * @ 阅读全文
posted @ 2017-09-01 09:59 电影公众号 阅读(24756) 评论(0) 推荐(0) 编辑
摘要: import java.beans.BeanInfo;import java.beans.IntrospectionException;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.la 阅读全文
posted @ 2017-09-01 09:52 电影公众号 阅读(15567) 评论(1) 推荐(0) 编辑
摘要: java页面表格导出为Excel实现 导出工具类代码 import java.io.IOException; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.net.URLEn 阅读全文
posted @ 2017-09-01 09:45 电影公众号 阅读(579) 评论(2) 推荐(0) 编辑