摘要: deb http://mirror.switch.ch/ftp/ubuntu/ lucid main multiverse restricted universe deb http://mirror.switch.ch/ftp/ubuntu/ lucid-backports main multiverse restricted universe deb http://mirror.switch.c... 阅读全文
posted @ 2010-07-29 18:23 MagicLetters 阅读(809) 评论(0) 推荐(0) 编辑
摘要: 通常許多web資源是面向登錄用戶的,如果我們想利用程序自動獲取,則必須要通過程序登錄之後才能實現。java本身提供的標準庫也可以實現客戶端的登錄,但是卻不能自動管理服務器返回的cookie,必須手動管理。這個是十分麻煩和繁瑣的。幸好有APACHE 的 HTTPCLIENT,我們不必在擔心如何管理cookie。所以用hc登錄,獲取資源都是十分簡單和方便的。在這裡用一段源碼記錄如何使用hc等錄一個we... 阅读全文
posted @ 2010-07-29 10:54 MagicLetters 阅读(385) 评论(0) 推荐(0) 编辑