steam想申明库存量,不晓得在哪里去增设,那个出口处是稍稍有点儿深,由此可见毕竟也很单纯,一起来看一看什么样操作方式。操作方式方式01登入steam后,点选街道社区旁的对个人......
2024-02-05 549
web.xml的讲解
context-param>
param-name>log4jConfigLocation/param-name>
param-value>classpath:log4j.properties/param-value>
/context-param>
context-param元素含有一对参数名log4jConfigLocation和参数值classpath:log4j.properties,作用是为应用的servlet上下文初始化参数。
display-name>taobao/display-name>
定义了WEB应用的名字taobao
description>Taobao is my Test/description
对项目进行描述
filter> filter-name>hello/filter-name> filter-class>com.myTest.hello/filter-class>/filter> filter-mapping> filter-name>hello/filter-name> url-pattern>/*/url-pattern> /filter-mapping>
filter>/filter> 定义过滤器
filter-name>hello/filter-name>过滤器名字
filter-mapping>/filter-mapping> 配置过滤器
url-pattern>/*/url-pattern>适用范围的请求
作用:就是对用户的访问URL请求进行拦截,当前台一个URL传递的时候,url-pattern>/*/url-pattern>过滤以后,调用filter-name>hello/filter-name>的值filter-class>com.myTest.hello/filter-class>
listener>
listener-class>
org.springframework.web.context.ContextLoaderListener
/listener-class>
/listener>
它能捕捉到服务器的启动和停止,在启动和停止触发里面的方法做相应的操作!
servlet>
servlet-name>test/servlet-name>
servlet-class>testServlet/servlet-class>
/servlet>
servlet-mapping>
servlet-name>test/servlet-name>
url-pattern>/test/url-pattern>
/servlet-mapping>
作用:
url-pattern>/test/url-pattern>拦截URL里面有/test就拿给servlet-name>test/servlet-name> 来处理,处理的代码在servlet-class>testServlet/servlet-class> ,和filter差不多的样子
welcome-file-list> welcome-file>index.jsp/welcome-file> welcome-file>index.html/welcome-file> welcome-file>index.htm/welcome-file> /welcome-file-list>
欢迎文件页配置,如果没有找到页面,就从这里面找
error-page>
error-code>404/error-code>
location>/404.jsp/location>
/error-page>
发生错误 的时候来配置location>/404.jsp/location>页面
session-config> session-timeout>120/session-timeout> /session-config>
会话超时(单位为分钟),如果某个会话在一定时间内120分钟未被访问,服务器就会抛弃这个
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
相关文章
steam想申明库存量,不晓得在哪里去增设,那个出口处是稍稍有点儿深,由此可见毕竟也很单纯,一起来看一看什么样操作方式。操作方式方式01登入steam后,点选街道社区旁的对个人......
2024-02-05 549
操作方式方法01【辅助widget】多种辅助工具相连接两个功能键的可同时按【Shift】加此功能键挑选出1、正方形、圆锥选框辅助工具 【M】 2、终端辅助工具 【V】 3、截叶......
2024-02-05 481
操作方式01文档格式难题qq肖像最合适用jpeg文档格式的相片,若是相片有透明化地下通道,能选用png文档格式上载。 02大小不一难题若是相片极重也可能将引致上载失利,检......
2024-02-05 405