07 2020 档案

摘要:.net Entity Framework 修改主键会提示这玩意,需要删除表,然后重建.. To change the IDENTITY property of a column, the column needs to be dropped and recreated. 对于没有数据的表,可以这样 阅读全文
posted @ 2020-07-16 16:33 路漫漫其修远兮~~~ 阅读(763) 评论(1) 推荐(1)
摘要:官方 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 阅读全文
posted @ 2020-07-07 09:48 路漫漫其修远兮~~~ 阅读(859) 评论(1) 推荐(0)