我的github
摘要: ThreadLocal<Request>:利用线程保存用户请求。 https://blog.csdn.net/buyaoshuohua1/article/details/77972038 Java中的ThreadLocal详解:https://www.cnblogs.com/fsmly/p/1102 阅读全文
posted @ 2022-01-19 17:40 XiaoNiuFeiTian 阅读(47) 评论(0) 推荐(0)
摘要: this.getClass().getResource(): 参考:https://blog.csdn.net/haoxiaoyong1014/article/details/107452595 >>文件操作: File file = File.createTempFile("geoserver", 阅读全文
posted @ 2022-01-19 16:04 XiaoNiuFeiTian 阅读(90) 评论(0) 推荐(0)
摘要: 当ApplicationContext加载xxx.xml时,并不会实例化bean。。 只有当调用它时才会初始化。 1. Spring Bean初始化initializeBean: Aware接口回调阶段 2. Spring Bean初始化前阶段 3. Spring Bean初始化阶段(Initial 阅读全文
posted @ 2022-01-19 15:56 XiaoNiuFeiTian 阅读(145) 评论(0) 推荐(0)
摘要: request.getContextPath() request.getRequestURI() request.getPath() 参考:https://blog.csdn.net/itWMdevoloping/article/details/80924212 阅读全文
posted @ 2022-01-19 11:33 XiaoNiuFeiTian 阅读(53) 评论(0) 推荐(0)
摘要: Dispatches an http request to an open web service (OWS). 向OWS开放网络服务转发(派发)http网络请求 An OWS request contains three bits of information: 一个OWS请求包含三点信息: Th 阅读全文
posted @ 2022-01-19 09:19 XiaoNiuFeiTian 阅读(220) 评论(0) 推荐(0)