why web page use post method, edit URL parameter, can not redirection page
因為post是使用網頁中的欄位,透過button的動作後,打包後一整個送出的。
相對的,get是取得url中的參數,因此沒有這問題。
2012年2月1日 星期三
2011年12月27日 星期二
2011年7月19日 星期二
2011年7月1日 星期五
Tomcat 設定通訊埠號
設定方式
開啟Tomcat安裝路徑下的\conf資料夾,尋找server.xml的檔案開啟後,
找尋此段
變更port中的數值
開啟Tomcat安裝路徑下的\conf資料夾,尋找server.xml的檔案開啟後,
找尋此段
<Connector URIEncoding="UTF-8" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
變更port中的數值
訂閱:
文章 (Atom)