摘要: intern()得到的String之間的== 閱讀全文
posted @ 2007-03-11 21:09 Fisher 閱讀(481) | 評論 (0) 編輯 |
|
|||
Java 學習筆記學習Java中的一些小心得,一些值得注意的方面 摘要: intern()得到的String之間的== 閱讀全文
posted @ 2007-03-11 21:09 Fisher 閱讀(481) | 評論 (0) 編輯 | 摘要: String 與 char[] 的問題 閱讀全文
posted @ 2007-02-13 16:53 Fisher 閱讀(460) | 評論 (1) 編輯 | posted @ 2006-12-27 14:32 Fisher 閱讀(1025) | 評論 (0) 編輯 | 摘要: ,HashMap和Hashtable及HashSet的區(qū)別 閱讀全文
posted @ 2006-12-13 10:22 Fisher 閱讀(37506) | 評論 (0) 編輯 | 摘要: ArrayList和Vector的區(qū)別 閱讀全文
posted @ 2006-12-13 10:20 Fisher 閱讀(852) | 評論 (0) 編輯 | 摘要: 關于HttpURLConnection.setFollowRedirects
public static void HttpURLConnection.setFollowRedirects(boolean followRedirects) public void HttpURLConnection.setInstanceFollowRedirects(boolean followRedirects) 前者設置所有的http連接是否自動處理重定向; 后者設置本次連接是否自動處理重定向。 設置成true,系統(tǒng)自動處理重定向;設置成false,則需要自己從http reply中分析新的url 自己重新連接。 閱讀全文 posted @ 2006-12-11 16:13 Fisher 閱讀(11219) | 評論 (1) 編輯 |
|
|||