摘要: 转载自 http://blog.csdn.net/gshgsh1228/article/details/50867274 所有的类都至少包含一个构造函数。这些构造函数中可能有一个默认的构造函数,默认的构造函数没有参数,与类同名。其它带参数的构造函数称为非默认的构造函数。 在类的外部不能用私有的构造函 阅读全文
posted @ 2017-02-04 17:53 弄丢的小可爱🌸 阅读(5102) 评论(0) 推荐(0)
摘要: 转载自 http://blog.csdn.net/zzh920625/article/details/52304848 两个线程: [csharp] view plain copy print? <span style="font-family:Microsoft YaHei;font-size:1 阅读全文
posted @ 2017-02-04 16:12 弄丢的小可爱🌸 阅读(343) 评论(0) 推荐(0)
摘要: 抓包工具 : fiddlersetup public static string SendSMS(string url, string context) { string postData = context; System.Text.UTF8Encoding encoding = new Syst 阅读全文
posted @ 2017-02-04 10:25 弄丢的小可爱🌸 阅读(299) 评论(0) 推荐(0)