2019年2月20日

摘要: <resultMap id="shipList" type="com.sinochem.yunlian.yunliantraffic.domain.Ship"> <id column="id" property="id" /> <result column="ship_name" property= 阅读全文
posted @ 2019-02-20 13:57 nh小金 阅读(274) 评论(0) 推荐(0) 编辑
 
摘要: Integer log = 21424344;Double log1 = log.doubleValue() / 1000000;System.out.println(log1);BigDecimal b = new BigDecimal(log1);double d2 = b.setScale(1 阅读全文
posted @ 2019-02-20 09:23 nh小金 阅读(212) 评论(0) 推荐(0) 编辑