摘要: 计算 方法执行耗时 工具类研究1 平时的写法 long l = System.currentTimeMillis(); ...... System.out.printf("consumer: %s ms \n",(System.currentTimeMillis() - l)); ​ 写多了,总感觉 阅读全文
posted @ 2021-09-29 13:31 小烽 阅读(403) 评论(0) 推荐(0)