摘要: 1 @Test 2 public void test(){ 3 double d = 757.234466773; 4 // 方法一: 调用DecimalFormat类 5 DecimalFormat df = new DecimalFormat(".00"); 6 System.out.print 阅读全文
posted @ 2024-11-07 16:42 陆陆无为而治者 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 循环中经常用到这个技巧,比如:遍历1个大List的过程中,想让断点停在某个特定值。 右击断点,填写条件 阅读全文
posted @ 2024-11-07 16:26 陆陆无为而治者 阅读(6) 评论(0) 推荐(0) 编辑