摘要: 观察者三个模式: ServletContextListener:用于监听WEB 应用启动和销毁的事件,监听器类需要实现javax.servlet.ServletContextListener 接口。 ServletContextAttributeListener:用于监听WEB应用属性改变的事件,包 阅读全文
posted @ 2016-11-18 19:40 冷的锋刃 阅读(170) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-11-18 18:43 冷的锋刃 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: // <![CDATA[ window.onload = function(){ var TipBox = document.getElementById("tipCon"); var CloseBtn = document.getElementById("closeBtn"); CloseBtn. 阅读全文
posted @ 2016-11-18 11:48 冷的锋刃 阅读(196) 评论(0) 推荐(0) 编辑