03 2018 档案
摘要:方法区(Method Area) 在JVM中,类型信息和类静态变量都保存在方法区中,需要注意的一点是,常量池也存放于方法区中。 类型信息包括:
阅读全文
摘要:请求具体过程 一、HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects. HandlerExecutionChain(包含一个处
阅读全文
摘要:一、什么是HandlerAdapter Note that a handler can be of type Object. This is to enable handlers from other frameworks to be integrated with this framework w
阅读全文
摘要:一、参数解析绑定 1. 自定义绑定:不绑定某些项 2. 什么时候使用DataBinder 3. RequestMappingHandlerAdapter 3. 调用匹配的methodArgumentResolver解析数据 参数解析绑定总结 二、输入输出转换 1. Spring实现ConvertFa
阅读全文
摘要:一、继承结构 @RequestBody、@ResponseBody的处理器:RequestResponseBodyMethodProcessor @ModelAttribute处理器: ModelAttributeMethodProcessor HttpEntity处理器: HttpEntityMe
阅读全文
摘要:一、 熟悉一个模块的最快方法 1. 配置logback文件,打印相应的debug信息 2. 根据相应的信息,打断点查看执行结果 二、spring 使用 DelegatingFilterProxy 管理 filter chain allow the IoC container to manage th
阅读全文
摘要:A type of read operation used for UPDATE statements, that is a combination of read committed and consistent read. When an UPDATE statement examines a
阅读全文