上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: Web.xml配置详解之context-param 格式定义: [html] view plaincopy <context-param> <param-name>contextConfigLocation</param-name> <param-value>contextConfigLocatio 阅读全文
posted @ 2017-06-20 10:12 GL_BKY 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Session监听类HttpSessionListener介绍及在listener里取得request servlet-api.jar中提供了监听类HttpSessionListener,主要方法有两个,sessionCreated、sessionDestroyed,根据方法名就能明白是监听sess 阅读全文
posted @ 2017-06-20 09:55 GL_BKY 阅读(7758) 评论(0) 推荐(1) 编辑
摘要: ServletContextListener的作用 ServletContextListener是对ServeltContext的一个监听.servelt容器启动,serveltContextListener就会调用contextInitialized方法.在方法里面调用event.getServl 阅读全文
posted @ 2017-06-20 09:47 GL_BKY 阅读(204) 评论(0) 推荐(0) 编辑
摘要: ServletContext作用功能详解 ServletContext,是一个全局的储存信息的空间,服务器开始,其就存在,服务器关闭,其才释放。request,一个用户可有多个;session,一个用户一个;而servletContext,所有用户共用一个。所以,为了节省空间,提高效率,Servle 阅读全文
posted @ 2017-06-20 09:44 GL_BKY 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Java注释中的@deprecated与源代码中的@Deprecated 用 @Deprecated注释的程序元素,不鼓励程序员使用这样的元素,通常是因为它很危险或存在更好的选择。在使用不被赞成的程序元素或在不被赞成的代码中执行重写时,编译器会发出警告。 其次,请注意标题,这两个标记有大小写之分,一 阅读全文
posted @ 2017-06-20 09:35 GL_BKY 阅读(352) 评论(0) 推荐(0) 编辑
摘要: ContextLoaderListener作用详解 ContextLoaderListener监听器的作用就是启动Web容器时,自动装配ApplicationContext的配置信息。因为它实现了ServletContextListener这个接口,在web.xml配置这个监听器,启动容器时,就会默 阅读全文
posted @ 2017-06-20 09:30 GL_BKY 阅读(292) 评论(0) 推荐(0) 编辑
摘要: javascript 闭包理解 阅读全文
posted @ 2017-05-31 10:00 GL_BKY 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1、ps详解点击如下链接 https://jingyan.baidu.com/article/fec4bce2479f05f2618d8b80.html 2、kill kill命令用来删除执行中的程序或工作。kill可将指定的信息送至程序。预设的信息为SIGTERM(15),可将指定程序终止。若仍无 阅读全文
posted @ 2017-05-31 09:42 GL_BKY 阅读(418) 评论(0) 推荐(0) 编辑
摘要: Oracle分页:传入值为List<String> 。 Mybatis XXXMapper.xml 阅读全文
posted @ 2017-05-19 09:50 GL_BKY 阅读(119) 评论(0) 推荐(0) 编辑
摘要: eclipse背景设置什么颜色缓解眼睛疲劳 1、打开window->Preference,弹出Preference面板 2、展开General标签,选中Editors选项,展开。 3、选中 Test Editors,右边出现Test Editors面板。 面板中有这样一个选项:Appearance 阅读全文
posted @ 2017-05-10 14:30 GL_BKY 阅读(879) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页