随笔分类 - SSH
摘要:一.拦截器与过滤器的区别: 1.filter基于回调函数,我们需要实现的filter接口中doFilter方法就是回调函数,而interceptor则基于Java本身的反射机制,这是两者最本质的区别。 2.filter是依赖于servlet容器的,即只能在servlet容器中执行,很显然没有serv
阅读全文
摘要:当我们遇到 Unable to load configuration. 这样的错误时,可以根据具体的错误提示找出错误的原因。Unable to load configuration. - interceptor-ref - file:/D:/Java/apache-tomcat-6.0.32/web...
阅读全文