摘要:
记录一下以免忘记。 今天从NopCommerce开源项目里面把它的任务调度类拆出来到我的项目用的时候,发现报错,报错信息如下 Some services are not able to be constructed (Error while validating the service descri 阅读全文
摘要:
var hwrs = (HttpWebResponse)hwr.GetResponse() if (hwrs.ContentEncoding.ToLower().Contains("gzip")) { outhtml = new StreamReader(new GZipStream(hwrs.Ge 阅读全文