摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Management; namespace IPMACDemo { class Program { sta... 阅读全文
摘要:
using System.Text; using MySql.Data.MySqlClient; using System.Data; using Dapper; using System.Reflection; namespace DbHelper { public class MySqlHelper { private string connectionSt... 阅读全文
摘要:
MVC控制器向视图传递数据包含多个实体类的解决方案有很多,这里主要针对视图模型、动态模型以及Tuple三种方法进行一些总结与记录。 基础集合类:TableA namespace ViewModelStudy.Models { public class TableA { public int A { 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Sockets; using System.Net.NetworkInformation; using System.Collections; using ... 阅读全文
摘要:
using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Web; namespace MVCStudy.Helper { public class ExcelHandle { /// /// 将D... 阅读全文