随笔分类 -  ABP

摘要:添加: 一般不调用 base.CeateAsync(input); 而是调用 Repository.Insert(ObjectMaper.Map<Xxx>(input); 修改: 一般不调用 base.UpdateAsync(input); 而是不需要处理. ABP 会自动更新数据库. 如果调用了" 阅读全文
posted @ 2022-01-18 12:04 Ken-Cai 阅读(226) 评论(0) 推荐(0) 编辑
摘要:如果不想使用 ISO 日期格式, .Net Core 3.0 System.Text.Json DateTime Json日期格式化(去掉T)_chen1989jun的博客-CSDN博客 阅读全文
posted @ 2022-01-12 21:33 Ken-Cai 阅读(300) 评论(0) 推荐(0) 编辑
摘要:Server=localhost\SQLEXPRESS;Database=master;Trusted_Connection=True; 阅读全文
posted @ 2021-12-27 10:53 Ken-Cai 阅读(253) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese 阅读全文
posted @ 2021-12-23 15:18 Ken-Cai 阅读(21) 评论(0) 推荐(0) 编辑
摘要:SQL Server 链接字符串的一般格式 Data Source=localhost;Database=BookStore;User ID=sa;Password=123456; 建好项目, 要进行数据库迁移操作 Add-Migration AddBookTable -Context BookSt 阅读全文
posted @ 2021-12-17 17:44 Ken-Cai 阅读(38) 评论(0) 推荐(0) 编辑

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