摘要: 1.监听域对象自身的创建和销毁的时间监听器 1).ServletContextListener:监听 ServletContext 对象被创建或销毁的 Servlet 监听器 2)创建一个实现了 ServletContextListener 的类, 并且实现其中的两个方法 在 web.xml 文件中 阅读全文
posted @ 2017-12-05 14:01 Wayfo 阅读(149) 评论(0) 推荐(0)