dotnet, 文, 码 An error occurred when the request was processed on the remote computer JackerKun / 1月 14, 2022 / 0评论 阅读更多
dotnet, linux, 文, 码 Azure Web 部署任务失败。(Could not connect to the remote computer…he remote server returned an error: (404) Not Found. JackerKun / 1月 14, 2022 / 0评论 进入Azure门户?您的应用程序服务?设置?配置?应用程序设置。 … 阅读更多
dotnet, 码 C# 获取当前方法的名称空间、类名和方法名称 JackerKun / 1月 10, 2022 / 0评论 1.(new StackTrace()).GetFrame(1) … 阅读更多
asp.net, dotnet, linux, 码 net core中获取用户请求ip地址 JackerKun / 1月 7, 2022 / 0评论 方法一:通过注入来获取 先添加一个依赖注入 在控制器里边使用构造函… 阅读更多
asp.net, dotnet, 码 .net Core 3.1 Log拦截器 JackerKun / 1月 4, 2022 / 0评论 调用方法: 在控制器前面 加上“ [Log]” 属性即可 阅读更多
dotnet, 码 .net Core 3.1 webAPI跨域问题解决方案 JackerKun / 1月 4, 2022 / 0评论 在Startup.ConfigureServices中,添加服务 … 阅读更多
asp.net, dotnet, 码 .net Core 3.1 实例化 appsettings.json JackerKun / 1月 4, 2022 / 0评论 AppSettingsObject:和 appsettings.j… 阅读更多