zoukankan      html  css  js  c++  java
  • xml的servlet配置

    内容如下

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
    3   <welcome-file-list>
    4     <welcome-file>index.jsp</welcome-file>
    5   </welcome-file-list>
    6 </web-app>
    View Code

  • 相关阅读:
    函数 out 传值 分割
    函数
    特殊集合
    集合
    数组

    穷举
    循环
    mac 软件安装
    实用信息查询接口
  • 原文地址:https://www.cnblogs.com/xiaostudy/p/9376167.html
Copyright © 2011-2022 走看看