摘要:
阅读全文
摘要:
package com.cyjt97.inGer; public class InGer { public static void main(String[] args) { // 手动封箱 // 将数据类型手动包装为类 int num = 10; Integer i1 = Integer.valu 阅读全文
摘要:
package com.cyjt97.BD; import java.math.BigDecimal; import java.math.RoundingMode; //BigDecimal解决小数不精准问题 public class day { public static void main(St 阅读全文
摘要:
currentTimeMillis: package com.cyjt97.SY; public class ay { public static void main(String[] args) { long start = System.currentTimeMillis(); String s 阅读全文
摘要:
package com.cyjt97.M; public class mathM { public static void main(String[] args) { // abs取绝对值 System.out.println(Math.abs(-123));//123 System.out.pri 阅读全文