我的github
上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 338 下一页
摘要: 参考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)
摘要: 在我们的web程序中,用spring来管理各个实例(bean), 有时在程序中为了使用已被实例化的bean, 通常会用到这样的代码: ApplicationContext appContext = new ClassPathXmlApplicationContext("applicationCont 阅读全文
posted @ 2022-01-17 16:42 XiaoNiuFeiTian 阅读(62) 评论(0) 推荐(0)
摘要: 简介: Utility class uses to process GeoServer configuration workflow through external environment variables. This class must be used everytime we need t 阅读全文
posted @ 2022-01-17 16:00 XiaoNiuFeiTian 阅读(113) 评论(0) 推荐(0)
摘要: Java Web之过滤器(Filter):https://blog.csdn.net/yuzhiqiang_1993/article/details/81288912 A servlet filter that allows for advanced dispatching. servlet过滤器: 阅读全文
posted @ 2022-01-17 13:46 XiaoNiuFeiTian 阅读(617) 评论(0) 推荐(0)
摘要: GP服务从生成到发布成功之后,仅仅完成了一半。。 如何调用GP服务也是重中之重。 参考1:https://blog.csdn.net/qq_36213352/article/details/81297545(Leaflet调用GP服务) 参考2:用图层服务作为GP服务参数。GP服务之参数GPFeat 阅读全文
posted @ 2022-01-14 14:35 XiaoNiuFeiTian 阅读(182) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-14 14:07 XiaoNiuFeiTian 阅读(885) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-14 10:10 XiaoNiuFeiTian 阅读(402) 评论(0) 推荐(0)
上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 338 下一页