摘要:
第一种方法: // 四舍五入保留 public static void main(String[] args) { Double data = 1.23635345; DecimalFormat df = new DecimalFormat("0.00"); System.out.println(d 阅读全文
摘要:
最近使用doris插入数据时,报了如下错误: Insert has filtered data in strict mode, tracking url= 点击 tracking url的连接地址,可以查看报错具体详情 我的程序报错时因为插入的数据长度超过字段长度,所以需要修改对应字段长度。 通过命 阅读全文
摘要:
/** * 根据时间 和时间格式 校验是否正确 * @param length 校验的长度 * @param sDate 校验的日期 * @param format 校验的格式 * @return */ public static boolean isLegalDate(int length, St 阅读全文