上一页 1 2 3 4 5 6 7 ··· 55 下一页
方法区(Method Area) 在JVM中,类型信息和类静态变量都保存在方法区中,需要注意的一点是,常量池也存放于方法区中。 类型信息包括: Read More
posted @ 2018-03-31 17:30 等风来。。 Views(170) Comments(0) Diggs(0) Edit
请求具体过程 一、HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects. HandlerExecutionChain(包含一个处 Read More
posted @ 2018-03-24 11:09 等风来。。 Views(499) Comments(0) Diggs(0) Edit
一、什么是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 Read More
posted @ 2018-03-22 12:55 等风来。。 Views(514) Comments(0) Diggs(0) Edit
一、参数解析绑定 1. 自定义绑定:不绑定某些项 2. 什么时候使用DataBinder 3. RequestMappingHandlerAdapter 3. 调用匹配的methodArgumentResolver解析数据 参数解析绑定总结 二、输入输出转换 1. Spring实现ConvertFa Read More
posted @ 2018-03-21 17:25 等风来。。 Views(358) Comments(0) Diggs(0) Edit
一、继承结构 @RequestBody、@ResponseBody的处理器:RequestResponseBodyMethodProcessor @ModelAttribute处理器: ModelAttributeMethodProcessor HttpEntity处理器: HttpEntityMe Read More
posted @ 2018-03-21 14:58 等风来。。 Views(350) Comments(0) Diggs(0) Edit
一、 熟悉一个模块的最快方法 1. 配置logback文件,打印相应的debug信息 2. 根据相应的信息,打断点查看执行结果 二、spring 使用 DelegatingFilterProxy 管理 filter chain allow the IoC container to manage th Read More
posted @ 2018-03-16 14:13 等风来。。 Views(310) Comments(0) Diggs(0) Edit
MySQL 加锁处理分析 Read More
posted @ 2018-03-14 11:36 等风来。。 Views(111) Comments(0) Diggs(0) Edit
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 Read More
posted @ 2018-03-12 18:08 等风来。。 Views(1832) Comments(0) Diggs(0) Edit
acceptCount 连接在被ServerSocketChannel accept之前就暂存在这个队列中,acceptCount就是这个队列的最大长度。 ServerSocketChannel accept就是从这个队列中不断取出已经建立连接的的请求。 acceptorThreadCount 使用 Read More
posted @ 2018-02-24 11:08 等风来。。 Views(2352) Comments(0) Diggs(0) Edit
基础模式 1. 访问服务: 客户端发送请求访问应用系统提供的服务资源。 2. 定向认证: 客户端会重定向用户请求到 服务器。 3. 用户认证:用户身份认证。 4. 发放票据: 服务器会产生一个随机的 Service Ticket 。 5. 验证票据:服务器验证票据 Service Ticket 的合 Read More
posted @ 2018-02-01 14:08 等风来。。 Views(877) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 55 下一页
------------------------------------------------------------------------------------------------------------ --------------- 欢迎联系 x.guan.ling@gmail.com--------------- ------------------------------------------------------------------------------------------------------------