随笔分类 -  java

摘要:import java.security.MessageDigest; public class test2 { public static void main(String[] args) { String str = md5("111111"); System.out.println(str); 阅读全文
posted @ 2020-09-07 21:22 大雾哥 阅读(2355) 评论(0) 推荐(0) 编辑
摘要:long start,end; start = System.currentTimeMillis(); for (int i = 0; i < 2000000000; i++) {} end = System.currentTimeMillis(); System.out.println("Run 阅读全文
posted @ 2018-05-18 11:25 大雾哥 阅读(450) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示