摘要: using ServiceStack; using ServiceStack.DataAnnotations; using ServiceStack.OrmLite; using ServiceStack.Text; using System; using System.Collections.Generic; using System.Linq; using System.Text; ... 阅读全文
posted @ 2019-07-16 15:22 古兴越 阅读(333) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Ta... 阅读全文
posted @ 2019-07-16 15:21 古兴越 阅读(325) 评论(0) 推荐(0)
摘要: using Ionic.Zip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp2.test1 { public cla... 阅读全文
posted @ 2019-07-16 15:21 古兴越 阅读(756) 评论(0) 推荐(0)
摘要: using Autofac; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ConsoleApp2.test1 { publi... 阅读全文
posted @ 2019-07-16 15:20 古兴越 阅读(277) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/zinan/p/10629277.html AutoMapper的版本:7.0.1 映射的时候忽略掉某些字段: Mapper.Initialize(x => { x.CreateMap<tb_Projects, ProjectDto>().For 阅读全文
posted @ 2019-07-16 15:20 古兴越 阅读(267) 评论(0) 推荐(0)
摘要: using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.... 阅读全文
posted @ 2019-07-16 15:19 古兴越 阅读(330) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dapper; using System.Data; using System.Data.SqlClient; using Newtonsof... 阅读全文
posted @ 2019-07-16 15:19 古兴越 阅读(312) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HtmlAgilityPack; using Xceed.Words.NET; namespace ConsoleApp2.test1 { ... 阅读全文
posted @ 2019-07-16 15:18 古兴越 阅读(277) 评论(0) 推荐(0)
摘要: using PdfSharp.Drawing; using PdfSharp.Pdf; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespac... 阅读全文
posted @ 2019-07-16 15:18 古兴越 阅读(214) 评论(0) 推荐(0)
摘要: using HtmlAgilityPack; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Xml; namespace ConsoleAp... 阅读全文
posted @ 2019-07-16 15:17 古兴越 阅读(151) 评论(0) 推荐(0)
摘要: using JumpKick.HttpLib; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Ta... 阅读全文
posted @ 2019-07-16 15:17 古兴越 阅读(404) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/wang2650/category/780821.html 原文:https://www.cnblogs.com/xxfcz/p/7045808.html 在NuGet上需要安装这两个包: ServiceStack.OrmLite Service 阅读全文
posted @ 2019-07-16 15:11 古兴越 阅读(497) 评论(0) 推荐(0)
摘要: //原文:https://www.cnblogs.com/yan7/p/8401681.html //原文:https://www.cnblogs.com/s5689412/p/10073507.html 执行后的截图: 阅读全文
posted @ 2019-07-16 10:58 古兴越 阅读(3265) 评论(0) 推荐(1)