摘要:
注:个人邮箱发送时需要将邮箱密码设置为邮件授权码 邮件发送帮助类一: 邮件发送帮助类二(感觉这个发的快一点): 阅读全文
posted @ 2018-04-27 17:57
Max麦克斯
阅读(436)
评论(0)
推荐(0)
摘要:
NuGet中下载Newtonsoft.Json插件。 阅读全文
posted @ 2018-04-27 16:01
Max麦克斯
阅读(154)
评论(0)
推荐(0)
摘要:
List转DataTable: public static DataTable ToDataTable<T>(IEnumerable<T> collection) { var props = typeof(T).GetProperties(); var dt = new DataTable(); f 阅读全文
posted @ 2018-04-27 15:00
Max麦克斯
阅读(286)
评论(0)
推荐(1)
摘要:
using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; using System.ComponentModel; namespace EXCEL { /// /// 最后一定要记得close /// public class ExcelEdit... 阅读全文
posted @ 2018-04-27 13:48
Max麦克斯
阅读(421)
评论(2)
推荐(0)