2017年3月8日

摘要: 将博客搬至CSDN 阅读全文

posted @ 2017-03-08 13:14 DragonZhang 阅读(89) 评论(0) 推荐(0) 编辑

摘要: public static String md5(String src){ try { MessageDigest md= MessageDigest.getInstance("MD5"); byte[] output=md.digest(src.getBytes()); //return new 阅读全文

posted @ 2017-03-08 13:07 DragonZhang 阅读(1221) 评论(0) 推荐(0) 编辑


Copyright © 2025 DragonZhang
Powered by .NET 9.0 on Kubernetes