C 爬蟲幫助類

2021-08-25 22:18:54 字數 1633 閱讀 3249

最近剛好在做乙個爬蟲專案,借鑑了網上的資料,**如下

/// /// http操作類

///

public class spiderhelper

catch (webexception ex)

return reader;

}/// /// 獲取**cookie

///

///

///

///

public string gethtml(string url, out string cookie)

catch (webexception ex)

cookie = wrq.headers.get("set-cookie");

return html;

}public string getweb()

string html = "";

using (webresponse wr = req.getresponse())

return html;

}public string getcookie(string url, string indata)

public string gethtml(string url, string postdata, string cookie, out string header, string server)

public string gethtml(string server, string url, string postdata, string cookie, out string header)

public string gethtml(string server, string url, byte byterequest, string cookie, out string header)

/// /// post模式瀏覽

///

/// 伺服器位址

/// **

/// 流

/// cookie

/// 控制代碼

///

public byte gethtmlbybytes(string server, string url, byte byterequest, string cookie, out string header)

public byte readfully(stream stream)}}

/// /// get模式

///

/// **

/// cookie

/// 控制代碼

/// 伺服器

///

public string gethtml(string url, string cookie, out string header, string server)

/// /// get模式瀏覽

///

/// get**

/// cookie

/// 控制代碼

/// 伺服器位址

///

///

public string gethtml(string url, string cookie, out string header, string server, string val)

}

C 公共幫助類 Image幫助類

大家知道,開發專案除了資料訪問層很重要外,就是common了,這裡就提供了強大且實用的工具。c 公共幫助類 convert幫助類 image類 using system using system.collections.generic using system.text using system.i...

C 安全幫助類

安全類 public class safecommon bin b blike b s script b s img b bexec b union.select update.set insert s into.values select delete from create alter drop...

C 拼音幫助類

如果使用此幫助類需要引用 microsoft.international.converters.pinyinconverter npinyin 可以在提取碼 5yw0 1.編碼格式為gb2312 lou 2019年5月27日10 17 48 encoding編碼 private static rea...