11 2019 档案
摘要:public static void main(String[] args) { BigDecimal b1 = new BigDecimal(0.01000000); BigDecimal b2 = new BigDecimal("0.010000001"); BigDecimal b3 = ne
阅读全文
摘要:alter table perple drop name; alter table ot_teacher_contribution_last_calculated drop id;
阅读全文
摘要:1,切到master 更新到最新 pull 2 ,切到release更新到最新 pull3 release rebase master4切到master 5master merge release exe-offline-training exe-sign-up
阅读全文
摘要:CheckStyle报错的常见问题及解决方式 声明: 本文摘自百度文库。希望这篇文章提到的规范能对大家编程起到好的效果,此文不定期更新,将推出更加详尽的编程规范。 1 提示:Type is missing a javadoc commentClass 说明:缺少类型说明 解决方法:增加javadoc
阅读全文
摘要:Entity 类中加@Id
阅读全文
摘要:git gc prune=now
阅读全文
摘要:今天想定义一个类常量,结果如下面那样定义,确报错了。error is: Integer number too large public static final Long STARTTIME = 1493568000000;我就去查了下,在后面加上L,就好了,就会作为long类型来处理了,若是不加,
阅读全文