摘要:
private static string NcPost(string url, string postCont, int timeOut, bool sign) { Encoding encoding = Encoding.GetEncoding("gb2312... 阅读全文
posted @ 2014-11-10 09:47
想要逗逼的码农
阅读(321)
评论(0)
推荐(0)
摘要:
using System;using System.Xml;/*CreateDate:2013-06-01 11:06*//*DesignBy:momo QQ:261754265*/namespace NCHelper{ /// ///OrderHelper 的摘要说明 /// ... 阅读全文
posted @ 2014-11-10 09:43
想要逗逼的码农
阅读(198)
评论(0)
推荐(0)
摘要:
private static string SerializeToXml(object obj, string encoding) { if (obj != null) { XmlSerializerNamesp... 阅读全文
posted @ 2014-11-10 09:41
想要逗逼的码农
阅读(126)
评论(0)
推荐(0)
摘要:
private static string NcPost(string url, string postCont, int timeOut, bool sign) { Encoding encoding = Encoding.GetEncoding("gb231... 阅读全文
posted @ 2014-11-10 09:36
想要逗逼的码农
阅读(100)
评论(0)
推荐(0)