摘要:
public class CheckStreamReader { //使用的数据: private static HashSet hash = new HashSet(); private byte[] fastCheck = new byte... 阅读全文
摘要:
/// /// 远程获取页面数据 /// /// 地址 /// public static string GetHttpData(string Url) { //strin... 阅读全文
摘要:
/// /// 替换图片路径 /// /// /// public string ReplaceImgSrc(string strContent) { return Re... 阅读全文
摘要:
/// /// 写入ecexl /// /// /// public static void CreateExcel(DataTable dt, string FileName) { ... 阅读全文