随笔分类 -  21 开源项目

摘要:原文:https://www.cnblogs.com/pudefu/p/9300697.html 官方的api: http://logging.apache.org/log4net/release/sdk/index.html http://logging.apache.org/log4net/ d 阅读全文
posted @ 2019-12-19 09:57 古兴越 阅读(321) 评论(0) 推荐(0)
摘要: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 古兴越 阅读(331) 评论(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 古兴越 阅读(323) 评论(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 古兴越 阅读(753) 评论(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 古兴越 阅读(275) 评论(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 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 古兴越 阅读(311) 评论(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 古兴越 阅读(325) 评论(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 古兴越 阅读(213) 评论(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 古兴越 阅读(150) 评论(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 古兴越 阅读(400) 评论(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 古兴越 阅读(496) 评论(0) 推荐(0)