上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 75 下一页
摘要: like '${@com.yiautos.psf.order.utils.PsfShopCommonConstants@TRADE_NO_PREFIX}%' public final static String TRADE_NO_PREFIX = "JYX"; 阅读全文
posted @ 2022-03-08 14:04 八英里 阅读(187) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/beidaol/article/details/85061472 阅读全文
posted @ 2022-03-04 09:41 八英里 阅读(19) 评论(0) 推荐(0) 编辑
摘要: for (int from = 0, to = 0, size = orderList.size(); from < size; from = to) { to = Math.min(from + query.getBatchSize(), size); List<Order> pageList = 阅读全文
posted @ 2022-03-03 17:37 八英里 阅读(441) 评论(0) 推荐(0) 编辑
摘要: static class Food{ String id; String name; Food(String A,String B) { this.id=A; this.name=B; } public void setId(String id) {this.id=id;} } public sta 阅读全文
posted @ 2022-03-02 13:38 八英里 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Comparator<RecentReceivingAccountVO> byTime= Comparator.comparing(RecentReceivingAccountVO::getCreateTime); Comparator<RecentReceivingAccountVO> byNam 阅读全文
posted @ 2022-03-01 17:04 八英里 阅读(359) 评论(0) 推荐(0) 编辑
摘要: // 结果数据 long gcing = Runtime.getRuntime().freeMemory(); orderList = pageOrder.getRecords(); long gced = Runtime.getRuntime().freeMemory(); // 64位打印24, 阅读全文
posted @ 2022-03-01 13:43 八英里 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-22 10:09 八英里 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_18453581/article/details/116201897 阅读全文
posted @ 2022-02-21 10:12 八英里 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 注: 重度参考了:https://www.zhihu.com/question/30272728/answer/72476703(讲的非常好,逻辑清晰) 轻度参考了:https://www.cnblogs.com/fjdingsd/p/5273008.html(概念也比较清晰,只不过没有对比着这两个 阅读全文
posted @ 2022-02-20 21:39 八英里 阅读(251) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41888813/article/details/82885938 阅读全文
posted @ 2022-02-18 17:57 八英里 阅读(713) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 75 下一页