- 博客(8)
- 收藏
- 关注
原创 Tomcat8.5源码分析-StandardWrapper
StandardWrapperwrapper的定义 wrapper原本在java中指的是一个包装类,在tomcat中是一个接口,StandardwrapperWrapper 代表一个 Servlet,它负责管理一个 Servlet,包括的 Servlet 的装载、初始化、执行以及资源回收。它的父容器一般是Context,Wrapper 是最底层的容器,它没有子容器了,所以调用它的
2017-08-28 09:08:02
711
原创 Tomcat8.5源码分析-ContextConfig
ContextConfig还是先看看源码,看一下这个监听器做了什么。public void lifecycleEvent(LifecycleEvent event) { // Identify the context we are associated with try { context = (Context) event.getLifecyc
2017-08-24 09:21:14
939
原创 Tomcat8.5源码分析-StandardContext
StandardContext直接看代码,相关操作已经打上注释:protected synchronized void startInternal() throws LifecycleException { if(log.isDebugEnabled()) log.debug("Starting " + getBaseName()); // Sen
2017-08-23 12:24:08
683
原创 eclipse下重置窗口布局
在刚使用eclipse时很容易把窗口布局弄乱,告诉大家一个简单的方法重置窗口布局工具:eclipse操作步骤:1.点击window选项卡2.点击其中的reset perspective
2017-08-05 14:00:36
2873
1
转载 eclipse中各种图标的含义
来源:http://help.eclipse.org/neon/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htmprivate fieldprotected fieldpublic field default method (package visible)private methodprotected method
2017-08-04 15:25:12
879
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人