摘要:
var result = WebServiceHelper.InvokeWebService("http://demo.com/iSignatureServer/services/KeyInfoService", "KeyInfoServiceService", "getKeyinfoByKeySN 阅读全文
摘要:
public static class LogHelper { private static readonly Queue<Dictionary<string, string>> Que = new Queue<Dictionary<string, string>>(); private static readonly Object Object = new Object(); private s 阅读全文
摘要:
class Program { static void Main(string[] args) { var a = JsonConvert.SerializeObject(new { b = 1999 }); var r = HttpHelper.PostRequest("http://localh 阅读全文
摘要:
class Program { static void Main(string[] args) { var m = "m=" + JsonConvert.SerializeObject(new { age = 1, name = "jxp" }); var a = HttpHelper.PostRe 阅读全文