上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页
摘要: 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 八英里 阅读(77) 评论(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 八英里 阅读(38) 评论(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 八英里 阅读(71) 评论(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 八英里 阅读(55) 评论(0) 推荐(0) 编辑
摘要: todo 阅读全文
posted @ 2022-04-17 21:57 八英里 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_45145809/article/details/109328224 阅读全文
posted @ 2022-04-15 14:16 八英里 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://glory.blog.csdn.net/article/details/100023415?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7ECTRL 阅读全文
posted @ 2022-04-15 11:24 八英里 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/jc3wish/Bifrost 阅读全文
posted @ 2022-04-15 10:43 八英里 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yaomingyang/article/details/102753043 阅读全文
posted @ 2022-04-14 17:43 八英里 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.特性(Features)列的“D”即表示该队列是持久化的(Durable),若队列不是持久化的,或发送的消息未设置持久化的属性,在RabbitMQ重启后,消息都会丢失; 2.Features列的“Excl”即表明该队列是排他的,对于排他队列,只有创建它的连接有权访问,连接断开后,排他队列将自动删 阅读全文
posted @ 2022-04-14 16:43 八英里 阅读(702) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页