04 2023 档案

摘要:git rm -r --cached . // 删除本地缓存 git add . // 添加要提交的文件 git commit -m 'update .gitignore' // 更新本地的缓存 阅读全文
posted @ 2023-04-27 16:47 ayatip 阅读(59) 评论(0) 推荐(0) 编辑
摘要:### DbContext中只需要一个构造函数 点击查看代码 ``` public DemoDbContext(DbContextOptions options) : base(options) { } ``` ### 项目文件配置 api项目引用dbcontxt所在项目时,去掉dbcontext所 阅读全文
posted @ 2023-04-14 20:07 ayatip 阅读(75) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示