摘要: select * from [ProxyServer] where [CompanyID] in (select [CompanyID] from [ProxyServer] group by [CompanyID] having count(*)>1) 阅读全文
posted @ 2016-08-01 10:47 会弹猫的吉他 阅读(395) 评论(0) 推荐(0) 编辑
摘要: /// /// 提交数据请求 /// /// 请求提交的地址 如:https://car.etaiping.com:6004/ecms2/portal/商户号/请求类型(接口名称) /// 提交的数据(字符串) /// public string RequestData(string PostD... 阅读全文
posted @ 2016-08-01 10:37 会弹猫的吉他 阅读(193) 评论(0) 推荐(0) 编辑
摘要: //创建XML XElement xelement = new XElement("request", new XElement("head", new XElement("msgId", System.Guid.NewGuid().ToString()),// new XElement(... 阅读全文
posted @ 2016-08-01 10:33 会弹猫的吉他 阅读(224) 评论(0) 推荐(0) 编辑
摘要: //1. ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; //2. ServicePointManager.ServerCertificateValidationCallback = new Remot... 阅读全文
posted @ 2016-08-01 10:15 会弹猫的吉他 阅读(388) 评论(0) 推荐(0) 编辑