07 2020 档案
摘要:.net Entity Framework 修改主键会提示这玩意,需要删除表,然后重建.. To change the IDENTITY property of a column, the column needs to be dropped and recreated. 对于没有数据的表,可以这样
阅读全文
摘要:官方 dockerfile ARG REPO=mcr.microsoft.com/dotnet/core/runtime FROM $REPO:3.1-buster-slim # Install ASP.NET Core RUN aspnetcore_version=3.1.5 \ && curl
阅读全文

浙公网安备 33010602011771号