摘要:
1.第一代日期类 public class Dog { private String name; private int age; public Dog(String name, int age) { this.name = name; this.age = age; } public void c 阅读全文
posted @ 2022-12-17 23:13
半路_出家ren
阅读(79)
评论(0)
推荐(0)
摘要:
1.BigInteger 和 BigDecimal 类应用场景 BigInteger适合保存比较大的整型; BigDecimal适合保存精度更高的浮点型(小数); 2.BigInteger 和 BigDecimal 常见方法 public class BigInteger_ { public sta 阅读全文
posted @ 2022-12-17 22:04
半路_出家ren
阅读(90)
评论(0)
推荐(0)
浙公网安备 33010602011771号