怕黑电脑

文章
5
资源
0
加入时间
3年1月8天

Error setting null for parameter # with JdbcType

报错信息Error setting null for parameter # with JdbcType...Try setting a different JdbcType for this parameter or a different configuration property. 原因报错显示update SQL生成时,类属性值为null,没有字段属性类型方案@TableField(value = "yaw_wdd",jdbcType = JdbcType.DOUB

运算神器 BigDecimal深入了解一下

前言我们都知道浮点型变量在进行计算的时候会出现丢失精度的问题。如下一段代码:System.out.println(0.05 + 0.01); System.out.println(1.0 - 0.42); System.out.println(4.015 * 100); System.out.println(123.3 / 100); 输出: 0.060000000000000005 0.5800000000000001 401.49999999999994 1.2

不积跬步无以至千里013

11.27 工作笔记@longpress 长按屏幕事件uniapp隐藏默认按钮APP端 autoBackButton{ "path" : "pages/gopay/gopay", "style" : { "autoBackButton": false,//隐藏