11 2017 档案
摘要:先引入标签库 比如保留小数点后两位小数:
阅读全文
摘要:java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.说明遇到除不尽的情况了,需要指定商的小数精度和舍入模式。比如: a=b.divide(c,2,RoundingMode.HALF_UP);
阅读全文
摘要:目前Notepad++最新版是7.5.1,但很多插件仍然不能在64位版中使用,官网上是这么说的“Note that the most of plugins (including Plugin Manager) are not yet available in x64”。今天想用一下文本对比插件,于是
阅读全文