我的github
摘要: 方法一:OWS转发方式https://blog.csdn.net/weixin_38670190/article/details/116695489 方法二:手动方式https://www.cnblogs.com/sillyemperor/archive/2011/01/11/1929420.htm 阅读全文
posted @ 2022-01-18 18:01 XiaoNiuFeiTian 阅读(57) 评论(0) 推荐(0)
摘要: 参考1:https://blog.csdn.net/eternity_xyf/article/details/78531834 /** * Parses a key-value pair into a key-object pair. * * <p>This class is intended to 阅读全文
posted @ 2022-01-18 14:23 XiaoNiuFeiTian 阅读(93) 评论(0) 推荐(0)
摘要: 示例:获取 Spring 容器中所有 Date 类的 JavaBean 的名称 public static void main(String[] args){ ApplicationContext context = new ClassPathXmlApplicationContext( "appC 阅读全文
posted @ 2022-01-18 11:37 XiaoNiuFeiTian 阅读(428) 评论(0) 推荐(0)
摘要: expect是期望。。期望得到结果, replay是激活期望。。 参考1:https://www.thinbug.com/q/5987149 参考2:https://stackoverflow.com/questions/5987149/what-is-easymock-replay-used-fo 阅读全文
posted @ 2022-01-18 11:31 XiaoNiuFeiTian 阅读(74) 评论(0) 推荐(0)
摘要: Java SPI详解:https://www.cnblogs.com/jy107600/p/11464985.html 一般API都是接口的意思,是用于类的实现规范和约束。一旦基于该接口实现了不同的类。那么彼此类之间不一定通用。。 但是SPI接口则不同。 参考:https://www.jianshu 阅读全文
posted @ 2022-01-18 10:03 XiaoNiuFeiTian 阅读(200) 评论(0) 推荐(0)