随笔分类 -  类型转换

摘要:org.springframework.data.redis.serializer.SerializationException: Could not read JSON: Unrecognized token 'tom': was expecting 'null', 'true', 'false' 阅读全文
posted @ 2021-12-14 15:29 御本美琴初号机 阅读(1759) 评论(0) 推荐(1) 编辑
摘要:String转换为BigDouble //第一种方法 String s = "20.2"; BigDecimal bigDecimal = new BigDecimal(s); System.out.println("第一种方法:"+bigDecimal); //第二种方法 BigDecimal b 阅读全文
posted @ 2021-11-19 14:16 御本美琴初号机 阅读(143) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示