摘要:
1 BigDecimal big = new BigDecimal("2.3513"); //设置BigDecimal初始值 2 big.setScale(1); // 保留1位小数,默认用四舍五入。 3 big.setScale(1, BigDecimal.ROUND_DOWN); // 直接删除 阅读全文
posted @ 2020-06-18 16:07
明知山有小脑斧
阅读(6040)
评论(0)
推荐(0)
摘要:
右键 -> TortoiseSVN -> settings 点击Clear all 这样下次你再点svn的提交 或者更新代码 就需要你重新输入账号密码了 阅读全文
posted @ 2020-06-18 15:55
明知山有小脑斧
阅读(375)
评论(0)
推荐(0)
摘要:
工具连接 链接:https://pan.baidu.com/s/13KJ2I2g7D55qx6-wTvU3GQ 提取码:zczm 切换路径到: C:\Users\Administrator\AppData\Roaming\Subversion\auth\svn.simple(具体看你svn.simp 阅读全文
posted @ 2020-06-18 15:49
明知山有小脑斧
阅读(538)
评论(0)
推荐(0)
摘要:
1.在pom.xml文件添加依赖 1 <!-- 导出word --> 2 <dependency> 3 <groupId>cn.afterturn</groupId> 4 <artifactId>easypoi-base</artifactId> 5 <version>3.0.3</version> 阅读全文
posted @ 2020-06-18 14:09
明知山有小脑斧
阅读(9700)
评论(1)
推荐(0)
摘要:
1 、 查看当天日期 select current_date(); 2、 查看当天时间 select current_time(); 3、查看当天时间日期 select current_timestamp(); 4、查询当天记录 select * from 表名 where to_days(时间字段 阅读全文
posted @ 2020-06-18 12:47
明知山有小脑斧
阅读(239)
评论(0)
推荐(0)
摘要:
1 import java.lang.reflect.Field; 2 import java.lang.reflect.InvocationTargetException; 3 import java.lang.reflect.Method; 4 import java.lang.reflect. 阅读全文
posted @ 2020-06-18 11:39
明知山有小脑斧
阅读(2133)
评论(0)
推荐(0)
浙公网安备 33010602011771号