08 2018 档案

摘要:一、异常信息 Caused by: io.shardingsphere.core.exception.ShardingException: Cannot get uniformed table structure for `t`. The different meta data of actual 阅读全文
posted @ 2018-08-23 10:44 扯 阅读(8899) 评论(0) 推荐(0)
摘要:我们知道浮点数是无法在计算机中准确表示的,例如0.1在计算机中只是表示成了一个近似值,因此,浮点数的运算结果具有不可预知性。 在进行数字运算时,如果有double或float类型的浮点数参与计算,偶尔会出现计算不准确的情况。如以下示例代码: package ex; public class BigD 阅读全文
posted @ 2018-08-08 10:32 扯 阅读(7291) 评论(0) 推荐(0)