摘要:void print() { StringBuffer sb = new StringBuffer(); Thread currentThread = Thread.currentThread(); sb.append("\n【Time】: "); sb.append(System.currentT
阅读全文
摘要:https://www.google.co.jp/trends/explore?date=all&q=spring%20mvc,struts2
阅读全文
摘要:import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class HashUtils { private static String[] hexCode = { "0", "
阅读全文
摘要:https://docs.spring.io/spring/docs/1.2.x/javadoc-api/org/springframework/util/FileCopyUtils.html 用法举例:
阅读全文
摘要:Md5PasswordEncoder.java http://docs.spring.io/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/authentication/encoding/PasswordEnc
阅读全文
摘要:Tips: post 提交表单的时候需要注意content 的编码 ,一般约定使用UTF-8 ,系统默认编码时gb2312 如需调试,需要添加日志配置文件,级别调至 debug ,可以很方便排查乱码问题 有时候诡异的问题会出现,org.apache.commons.httpclient.HttpCl
阅读全文
摘要:关键字:java image thumbnail google 粗略demo:
阅读全文