随笔分类 - 问题记录
摘要:import cn.hutool.core.collection.CollUtil;import cn.hutool.core.date.DatePattern;import cn.hutool.core.date.DateTime;import cn.hutool.core.date.DateUt
阅读全文
摘要:问题描述:使用hibernate查询数据后,给这个实例对象set值,然后数据会自动更新到数据库。 问题解决:了解JPA对象的生命周期 New: 瞬时对象,尚未有id,还未和Persistence Context建立关联的对象。Managed:持久化受管对象,有id值,已经和Persistence C
阅读全文
摘要:git ssl
阅读全文
摘要:application/x-www-form-urlencoded not supported
阅读全文
摘要:BigDecimal:Non-terminating decimal expansion
阅读全文
摘要:You need to run build with JDK or have tools.jar
阅读全文
摘要:项目使用支付宝可以发起支付成功,但是支付回调方法验证签名失败。
阅读全文
摘要:签名传入的参数中包含数组类型的参数,String[] xy = new String[]{”116.288418”, “39.832535”}; 加密过程中需要转换为字符串Arrays.toString(xy)
阅读全文

浙公网安备 33010602011771号