context-param和init-param區別
web.xml裡面可以定義兩種引數:
package com.wes.controller; import javax.servlet.ServletException; public class MainServlet extends HttpServlet ...{ public MainServlet() ...{ 第一種引數在servlet裡面可以透過getServletContext().getInitParameter("context/param")得到 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7558084/viewspace-1002252/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- web.xml配置引數context-param和init-param的區別WebXMLContext
- 和區別
- 關於“context-param”Context
- ../和./和/的區別
- if …if 和if …else if 區別
- 和 的區別
- as 和 with的區別
- in 和 exists區別
- ||和??的區別
- /*和/**的區別
- LinkedList和ArrayList的區別、Vector和ArrayList的區別
- http和https的區別/get和post的區別HTTP
- undefined 和 null 區別?UndefinedNull
- SSL和TLS 區別TLS
- ./ 和sh 的區別
- JQuery this和$(this)的區別jQuery
- jquery $(this) 和this的區別jQuery
- ClassNotFoundException和NoClassDefFoundError區別ExceptionError
- T和?的區別
- SCSS 和 SASS 區別CSS
- innerHTML 和 innerTEXT 區別HTML
- null和undefined區別NullUndefined
- url和uri區別
- get和post區別
- ++a和a++的區別
- NoClassDefFoundError和ClassNotFoundException區別ErrorException
- $(":input")和$("input")區別
- $(document)和$(window)區別
- input和textarea區別
- localStorage和sessionStorage區別Session
- Session 和 Cookie 區別SessionCookie
- jQuery not()和filter()區別jQueryFilter
- define和defined區別
- restore和recover 區別REST
- memcache和redis區別Redis
- Antelope 和Barracuda區別
- a :hover 和a:hover 區別
- Forword和SendRedirect區別