2008年3月7日 星期五

研究 HTTPRequest Class And HTTPResponse Class from .Net Framework

準備透過.Net Class Library 進行資料萃取的兩大類別

Request 抓取Client行為
Response Server 回應

Reference:
Encapsulates HTTP-response information from an ASP.NET operation.
http://msdn2.microsoft.com/zh-tw/library/system.web.httpresponse_members(en-us).aspx

The methods and properties of the HttpResponse class are exposed through the Response property of the HttpApplication, HttpContext, Page, and UserControl classes.
Enables ASP.NET to read the HTTP values sent by a client during a Web request.
http://msdn2.microsoft.com/zh-tw/library/system.web.httprequest_members(en-us).aspx

2007年5月27日 星期日

2007/5/25 找老師簽字,準備開始研究了

目前一開始將會先以.Net Framework 2.0 之 Class Library 提供的Class來嘗試抽取網頁內容資料。

5/18 與 張老師 討論研究之題目方向

  • 首先感謝老師讓我加入貴實驗室研究

星期五討論的是研究方向: 網路自動抽文分析預測系統之建置

譬如將各大油價新聞網頁內容用程式抓下來,然後將內文之meta tags 拿掉,開始分析本文

並抓出油價相關之消息,關鍵字詞,進行分析、統計資料、並能夠預測油價走勢!

目前選的題目是這個^^