設計模式的六大原則 開閉原則(Open Close Principle) 開閉原則的意思是:對擴展開放,對修改關(guān)閉。 在程序需要進行拓展的時候栖疑,不能去修改原有的代碼 揭鳞,實現(xiàn)一...
![240](https://cdn2.jianshu.io/assets/default_avatar/8-a356878e44b45ab268a3b0bbaaadeeb7.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP屬地:吉林
設計模式的六大原則 開閉原則(Open Close Principle) 開閉原則的意思是:對擴展開放,對修改關(guān)閉。 在程序需要進行拓展的時候栖疑,不能去修改原有的代碼 揭鳞,實現(xiàn)一...
ServletContextListener ServletContextAttributeListener HttpSessionListener HttpSessionA...
GenericServlet 使用ServletConfig 使用ServletContext
HttpServletResponse 設置響應頭驯用、緩沖區(qū) response.setContentType() response.getOutputStream()輸出字節(jié)流...
HttpServletRequest 請求編碼的處理 讀取請求體的中內(nèi)容 Servlet3.0中上傳文件 使用RequestDispatcher調(diào)派請求 使用include(...
Servlet與JSP的關(guān)系 初識Servlet Servlet層級關(guān)系 頂層Servlet接口 GenericServlet抽象類 HttpServlet ServletC...