乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      web.xml中servlet-mapping

       我想跑 2009-03-19
      結論:
      '/XXX/*'
      '*.html'
      '/'
      其他都是精確映射
            例: '/XXX/Y*.html' 只能映射/XXX/Y*.html 的URL請求.
            例: '/XXX' 只可以映射/XXX的URL請求.
      引用

      10.2 Specification of Mappings
      In the web application deployment descriptor, the following syntax is used to define mappings:
      • A string beginning with a '/' character and ending with a '/*' postfix is used as a path
      mapping.
      • A string beginning with a '*.' prefix is used as an extension mapping.
      • All other strings are used as exact matches only
      • A string containing only the '/' character indicates that servlet specified by the mapping becomes the "default" servlet of the application.


      翻譯如下:
      10.2 映射規(guī)則說明
      在web應用的部署描述中(web.xml)中, 以下語法結構用于定義映射:
      • 以'/'開頭 并以'/*'結尾的字符串用于做路徑的映射.
      • 以'*.'開頭 用于做擴展的映射.
      • 其他的所有字符串都是只做精確映射.
      • 一個只是'/'的字符串 將當前這個servlet明確為應用的默認servlet.

        本站是提供個人知識管理的網(wǎng)絡存儲空間,所有內容均由用戶發(fā)布,不代表本站觀點。請注意甄別內容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權內容,請點擊一鍵舉報。
        轉藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多