04 2020 档案

ABP 替换异常过滤器
摘要:public class ExceptionFilter: AbpExceptionFilter { public ExceptionFilter(IErrorInfoBuilder errorInfoBuilder, IAbpAspNetCoreConfiguration configuratio 阅读全文

posted @ 2020-04-27 14:08 落叶子 阅读(918) 评论(0) 推荐(0)

ABP框架 替换默认审计实现
摘要:public class AuditingStore : IAuditingStore { private readonly IRepository<Auditlogs, long> _auditLogRepository; public AuditingStore(IRepository<Audi 阅读全文

posted @ 2020-04-27 14:06 落叶子 阅读(415) 评论(0) 推荐(0)

System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies .NET Core 图片操作在 Linux/Docker 下的坑
摘要:#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microso 阅读全文

posted @ 2020-04-10 11:41 落叶子 阅读(1635) 评论(0) 推荐(0)

docker 学习资料
摘要:https://yeasy.gitbooks.io/docker_practice/content/ 阅读全文

posted @ 2020-04-01 11:28 落叶子 阅读(133) 评论(0) 推荐(0)

导航