摘要: 有一个场景: 正常情况下:在ServiceA中调用ServiceB,ServiceC,ServiceD,将B,C,D的返回结果放入一个对象中。 BService bService; CService cService; AServiceImpl{ 返回值1 = bService.add(XX) 返回 阅读全文
posted @ 2022-04-21 19:28 时光里的少年 阅读(43) 评论(0) 推荐(0)
摘要: 起因: 1.安装kibana出现错误 [error][reporting] The Reporting plugin encountered issues launching Chromium in a self-test. 2.解决:安装所需的依赖 yum install -y ipa-gothi 阅读全文
posted @ 2022-04-21 09:55 时光里的少年 阅读(742) 评论(0) 推荐(0)