先去NuGet里安装Service Bus 组件 下面是应用,贼简单 var MethodCont = new JObject { new JProperty("vendorCode",EclpNum),//商家编码 new JProperty("waybillCode",TripNumber),/ ...
分类:
其他好文 时间:
2021-03-31 12:29:07
阅读次数:
0
ASP.NET CORE 3.1 1.首先nuget中安装程序包 2.创建继承profile的MappingProfile文件 配置实体类映射(oaEmployee 实体类字段要必须与表中字段一致,testdatamodel 最好与实体类字段一致,如果不一致需添加转换的字段 例: .ForMembe ...
分类:
移动开发 时间:
2021-03-26 15:22:15
阅读次数:
0
项目目录 1. nuget安装Pomelo.EntityFrameworkCore.MySql 2.appsettings添加数据库连接信息 MySQLDbConnectionString 3.新增继承DbContext类 添加实体类名称 实体类 4.在start.up类ConfigureServi ...
分类:
数据库 时间:
2021-03-26 15:13:41
阅读次数:
0
介绍 SqlSugar是一款 老牌 .NET 开源ORM框架,并且在第一时间兼容.NET5,由果糖大数据科技团队维护和更新 ,Github star数仅次于EF 和 Dapper 优点: 简单易用、功能齐全、高性能、轻量级、服务齐全、有专业技术支持一天18小时服务 支持数据库:MySql、SqlSe ...
分类:
数据库 时间:
2021-03-08 13:59:25
阅读次数:
0
1.管理NuGet安装Oracle.ManagedDataAccess 2.下载Omu.ValueInjecter.dll using System; using Oracle.ManagedDataAccess; using Oracle.ManagedDataAccess.Types; usin ...
分类:
数据库 时间:
2021-03-04 13:09:52
阅读次数:
0
C# NPOI Word 环境准备 Nuget安装 NPOI NPOI.HWPF【读取doc文件,docx无法读取】 引用 using NPOI.HWPF; using NPOI.HWPF.Extractor; 读取word文件 static void NPOIReadWord() { string ...
Autofac支持AOP AOP面向切面编程。不用修改之前得代码基础上,可以动态的在某个动作之前加一些操作,动作只后做点事。 1. Nuget引入Castle.Core程序集+Autofac.Extras.DynamicProxy程序集 2. 在服务的抽象上标记[Intercept(typeof(C ...
分类:
Web程序 时间:
2021-02-20 12:39:59
阅读次数:
0
Autofac支持配置文件 1. Nuget引入程序集:Autofac.Extensions.DependencyInjection Autofac.Configuration Autofac 2. 准备配置文件 3. 读取配置文件,根据配置文件信息,生成抽象和映射信息 ...
分类:
Web程序 时间:
2021-02-19 13:24:00
阅读次数:
0
参考开源项目:https://github.com/tomakita/Colorful.Console 首先通过NuGet安装Colorful.Console。 基本用法如下: using System; using System.Drawing; using Console = Colorful. ...
1、引用Log4Net 在Nuget中引入Log4Net和Microsoft.Extensions.Logging.Log4Net.AspNetCore。 2、配置Log4Net (1) 整理配置文件 <?xml version="1.0" encoding="utf-8" ?> <log4net> ...