摘要: http://c.biancheng.net/view/1361.html //设计模式 https://refactoringguru.cn/refactoring/course //图文 设计模式 《Head First Design Patterns》、《大话设计模式》 创建型模式(发现变化, 阅读全文
posted @ 2021-04-08 09:59 Sublamb 阅读(56) 评论(0) 推荐(0) 编辑
摘要: String currentLat2 = "4.665"; BigDecimal b = new BigDecimal(currentLat2); b=b.divide(new BigDecimal(3),2,BigDecimal.ROUND_HALF_UP); System.out.println 阅读全文
posted @ 2021-04-08 09:48 Sublamb 阅读(264) 评论(0) 推荐(0) 编辑