摘要:
获取当前时间 Date d1=new Date(); System.out.println(d1); //Tue Mar 15 17:13:55 CST 2022 SimpleDateFormat sdf=new SimpleDateFormat("yyyy年MM月dd日 hh:mm:ss E"); 阅读全文
posted @ 2022-03-15 18:07
磕伴
阅读(34)
评论(0)
推荐(0)
摘要:
BigInterger BigDecimal 阅读全文
posted @ 2022-03-15 17:06
磕伴
阅读(35)
评论(0)
推荐(0)
摘要:
System.exit(0) System.arraycopy(src,1,dest,1,3); int[] src={0,1,2,3,4,5}; int[] dest=new int [5]; System.arraycopy(src,1,dest,1,3); //从src数组中的序列1开始拷贝, 阅读全文
posted @ 2022-03-15 16:30
磕伴
阅读(29)
评论(0)
推荐(0)
摘要:
Arrays.toString(arr) Arrays.sort(arr) Arrays.binarySearch(arr,x) Arrays.copyOf(arr,int) Arrays.fii(arr,x) Arrays.equals(arr1,arr2) Arrays.asList(arr) 阅读全文
posted @ 2022-03-15 16:16
磕伴
阅读(29)
评论(0)
推荐(0)

浙公网安备 33010602011771号