随笔分类 - ABP Framework
ABP框架
摘要:public class WithNoLockInterceptor : DbCommandInterceptor { private static readonly Regex TableAliasRegex = new Regex(@"(?<tableAlias>(FROM|JOIN) \[[a
阅读全文
摘要:powershell 执行这两个指令Register-PSRepository -SourceLocation http://10.10.14.41:8081/repository/nuget-hosted/ -PublishLocation http://10.10.14.41:8081/repo
阅读全文
摘要:protected readonly IUnitOfWorkManager _unitOfWorkManager;public PlanningTaskManagerBase(IUnitOfWorkManager unitOfWorkManager){ _unitOfWorkManager = un
阅读全文
摘要:提示内容如下: { "error": "invalid_request", "error_description": "This server only accepts HTTPS requests.", "error_uri": "https://documentation.openiddict.
阅读全文