摘要:
注:个人邮箱发送时需要将邮箱密码设置为邮件授权码 邮件发送帮助类一: 邮件发送帮助类二(感觉这个发的快一点): 阅读全文
摘要:
NuGet中下载Newtonsoft.Json插件。 阅读全文
摘要:
List转DataTable: public static DataTable ToDataTable<T>(IEnumerable<T> collection) { var props = typeof(T).GetProperties(); var dt = new DataTable(); f 阅读全文
摘要:
using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; using System.ComponentModel; namespace EXCEL { /// /// 最后一定要记得close /// public class ExcelEdit... 阅读全文