目前分類:JSP (5)

瀏覽方式: 標題列表 簡短摘要

 

eclipse file / EXPORT 選取class檔

 

winphpjsp 發表在 痞客邦 留言(0) 人氣()

(1)request.getRemoteAddr()

  用於捕捉client端IP。

(2)request.getParameter()

winphpjsp 發表在 痞客邦 留言(0) 人氣()

--> Browser 與 Web Server之間的互動有效的那一段時間.
--> Web Server針對每一個Browser的連線都會給予一個唯一的 session ID.
--> 只要從這個Browser,以及這個Browser所開啟的新視窗,再invoke Web Application下任何的jsp網頁,都當做是同一個session.

winphpjsp 發表在 痞客邦 留言(0) 人氣()

(1)response.setCharacterEncoding(String type)

  用於設定回傳字元之編碼格式,type為編碼格式。

(2) response.getCharacterEncoding()

winphpjsp 發表在 痞客邦 留言(0) 人氣()

eclipse是很好用的免費軟體。

如果對英文很排斥的人可以改成中文。

或許會比較順手。

winphpjsp 發表在 痞客邦 留言(0) 人氣()