摘要:
转自:C#模拟http 发送post或get请求 阅读全文
posted @ 2017-12-28 15:26 小太阳蕉蕉 阅读(181) 评论(0) 推荐(0)
|
|
|
|
摘要:
转自:C#模拟http 发送post或get请求 阅读全文
posted @ 2017-12-28 15:26 小太阳蕉蕉 阅读(181) 评论(0) 推荐(0)
摘要:
C#使用 System.Net.Mail发送邮件功能 C#使用 System.Net.Mail发送邮件功能 阅读全文
posted @ 2017-12-28 14:38 小太阳蕉蕉 阅读(3426) 评论(0) 推荐(0)
摘要:
复制代码直接使用 //简洁版 public static void AddLgoToTXT(string logstring) { string path = AppDomain.CurrentDomain.BaseDirectory + "operalog.txt"; if (!System.IO.File.Exist... 阅读全文
posted @ 2017-12-28 11:46 小太阳蕉蕉 阅读(11486) 评论(0) 推荐(0)
摘要:
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 小太阳蕉蕉 阅读(3415) 评论(0) 推荐(0) |
|