07 2020 档案

摘要:引用几个记录: https://blog.csdn.net/stilll123456/article/details/80830004 https://segmentfault.com/q/1010000014935905 从微信支付官方下载SDK,并调用 unifiedOrder 方法,一直报 “ 阅读全文
posted @ 2020-07-27 18:35 家伙L 阅读(830) 评论(0) 推荐(0)
摘要:ApplyRecord model = RecordService.getById(Apply.getId()); List<Flow> flowList = Service.queryList(model.getCode()); var flow = flowList.stream().filte 阅读全文
posted @ 2020-07-13 15:22 家伙L 阅读(304) 评论(0) 推荐(0)
摘要:根据对象某个字段进行排序 list.sort(Comparator.comparing(e -> e.getFlowId())); 参考:https://www.cnblogs.com/love-feng/p/11324937.html 阅读全文
posted @ 2020-07-11 15:49 家伙L 阅读(2064) 评论(0) 推荐(0)
摘要:目前再用 ant D 设计开发页面,使用a-model对话框弹出后,内容嵌套了一个自定义组件,且对话框去掉了原有按钮,改为自定义,导致无法关闭当前窗口。 footer:设置去掉底部“确定”,“取消”按钮为空 @cancel:取消事件 1 <!-- 弹窗 --> 2 <j-modal 3 :visib 阅读全文
posted @ 2020-07-11 15:37 家伙L 阅读(1498) 评论(0) 推荐(0)