摘要:转自:C#模拟http 发送post或get请求
阅读全文
posted @ 2017-12-28 15:26
|
|
|
随笔分类 - C# .NET技术
摘要:转自:C#模拟http 发送post或get请求
阅读全文
posted @ 2017-12-28 15:26
摘要:C#使用 System.Net.Mail发送邮件功能 C#使用 System.Net.Mail发送邮件功能
阅读全文
posted @ 2017-12-28 14:38
摘要:复制代码直接使用 //简洁版 public static void AddLgoToTXT(string logstring) { string path = AppDomain.CurrentDomain.BaseDirectory + "operalog.txt"; if (!System.IO.File.Exist...
阅读全文
posted @ 2017-12-28 11:46
摘要:1 public static string ReadFile() 2 { 3 StreamReader sr = new StreamReader(System.Web.HttpRuntime.AppDomainAppPath + "\\EmailObj.json", Encoding.Defau
阅读全文
posted @ 2017-12-28 11:14
|
|