随笔分类 -  java

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要:RequestLogAspect 阅读全文
posted @ 2022-04-18 14:06 八英里 阅读(88) 评论(0) 推荐(0)
摘要:package com.yiautos.psf.order.service.impl; import org.junit.Assert; import org.junit.Test; import org.mockito.Mockito; import java.util.ArrayList; im 阅读全文
posted @ 2022-04-18 11:14 八英里 阅读(85) 评论(0) 推荐(0)
摘要:package com.yiautos.psf.order.service.impl; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.*; imp 阅读全文
posted @ 2022-04-18 11:13 八英里 阅读(43) 评论(0) 推荐(0)
摘要:package com.yiautos.psf.order.service.impl; import org.junit.*; public class JunitTest { @BeforeClass public static void beforeClass() { System.out.pr 阅读全文
posted @ 2022-04-18 11:05 八英里 阅读(80) 评论(0) 推荐(0)
摘要:package com.yiautos.psf.sup.service.impl; import org.assertj.core.util.Arrays; import org.junit.Assert; import org.junit.Test; import org.junit.runner 阅读全文
posted @ 2022-04-18 11:01 八英里 阅读(69) 评论(0) 推荐(0)
摘要:RequiredArgsConstructor @RequiredArgsConstructor(onConstructor = @__(@Autowired)) 阅读全文
posted @ 2022-03-24 16:05 八英里 阅读(136) 评论(0) 推荐(0)
摘要:Class<? extends Throwable>[] 阅读全文
posted @ 2022-03-15 09:55 八英里 阅读(26) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/Pandafz1997/article/details/119898686 https://blog.csdn.net/qq_29229567/article/details/80773970 判断异常类型 (ex instanceof RuntimeEx 阅读全文
posted @ 2022-03-14 15:24 八英里 阅读(26) 评论(0) 推荐(0)
摘要:package com.yiautos.psf.order.util.myannotation; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; import org.aspe 阅读全文
posted @ 2022-03-14 11:49 八英里 阅读(510) 评论(0) 推荐(0)
摘要:SpringUtil.getBean(OrderServiceImpl.class); ApplicationContextRegister.getBean(PROCESSOR_REPOSITORY.get(costType) 阅读全文
posted @ 2022-03-11 16:22 八英里 阅读(43) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-10 15:39 八英里 阅读(410) 评论(0) 推荐(0)
摘要:如果不限制 page.setMaxLimit(-1L); 阅读全文
posted @ 2022-03-10 11:12 八英里 阅读(201) 评论(0) 推荐(0)
摘要:this.update(Wrappers.lambdaUpdate(Order.class).set(Order::getMarkImgUrl,fileImgUrl).eq(Order::getId,order.getId())); 阅读全文
posted @ 2022-03-09 16:51 八英里 阅读(56) 评论(0) 推荐(0)
摘要:like '${@com.yiautos.psf.order.utils.PsfShopCommonConstants@TRADE_NO_PREFIX}%' public final static String TRADE_NO_PREFIX = "JYX"; 阅读全文
posted @ 2022-03-08 14:04 八英里 阅读(203) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/beidaol/article/details/85061472 阅读全文
posted @ 2022-03-04 09:41 八英里 阅读(27) 评论(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 八英里 阅读(461) 评论(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 八英里 阅读(20) 评论(0) 推荐(0)
摘要:Comparator<RecentReceivingAccountVO> byTime= Comparator.comparing(RecentReceivingAccountVO::getCreateTime); Comparator<RecentReceivingAccountVO> byNam 阅读全文
posted @ 2022-03-01 17:04 八英里 阅读(369) 评论(0) 推荐(0)
摘要:// 结果数据 long gcing = Runtime.getRuntime().freeMemory(); orderList = pageOrder.getRecords(); long gced = Runtime.getRuntime().freeMemory(); // 64位打印24, 阅读全文
posted @ 2022-03-01 13:43 八英里 阅读(122) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_18453581/article/details/116201897 阅读全文
posted @ 2022-02-21 10:12 八英里 阅读(44) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页