摘要: Servlet中的过滤器(拦截器)Filter与监听器Listener的作用和区别Servlet中的过滤器Filter是实现了javax.servlet.Filter接口的服务器端程序,主要的用途是过滤字符编码、做一些业务逻辑判断等。其 工作原理是,只要你在web.xml文件配置好要拦截的客户端请求 阅读全文
posted @ 2016-03-28 16:20 meridabike 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Spring注解_详解 Spring注解_详解 @Autowired 注释 将 @Autowired 注释标注在成员变量上 import org.springframework.beans.factory.annotation.Autowired;public class Boss { @Autow 阅读全文
posted @ 2016-03-28 16:10 meridabike 阅读(189) 评论(0) 推荐(0) 编辑