12 2024 档案

摘要:--初次使用, alter -> create alter Procedure p11 as begin select 'asdf' f10 into #b01 exec p12 end go alter Procedure p12 as begin If 1 = 0 Select Top 0 '' 阅读全文
posted @ 2024-12-16 14:49 以函 阅读(2) 评论(0) 推荐(0)
摘要:dotnet run --urls=http://*:8080 --urls 一般用于设置运行时的 主机名与端口(虽然程序里也可以用代码设置,应该没有前者常用) 而 官方文档, https://learn.microsoft.com/zh-cn/dotnet/core/tools/dotnet-ru 阅读全文
posted @ 2024-12-09 12:05 以函 阅读(23) 评论(0) 推荐(0)
摘要:### .NET CORE AddAuthentication在 .NET Core 中,可以使用 `AddAuthentication` 方法来向应用程序添加身份验证服务。该方法是 Microsoft.AspNetCore.Authentication 命名空间中的一个扩展方法,用于配置身份验证的 阅读全文
posted @ 2024-12-06 15:46 以函 阅读(40) 评论(0) 推荐(0)