上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页

2021年1月30日

[转载] EF

摘要: 你必须知道的EF知识和经验 https://www.cnblogs.com/zhaopei/p/5721789.html LINQ之路12:LINQ Operators之数据转换(Projecting) https://www.cnblogs.com/lifepoem/archive/2011/11 阅读全文

posted @ 2021-01-30 21:44 白马酒凉 阅读(76) 评论(0) 推荐(0) 编辑

2021年1月25日

ABP框架使用(版本3.3.1) - AutoMapper

摘要: 1.ReverseMap Post -> PostDto [AutoMapFrom(typeof(Post))] public class PostDto : EntityDto 双向CreateMap<Item, ItemDto>().ReverseMap(); [AutoMap(typeof(P 阅读全文

posted @ 2021-01-25 21:48 白马酒凉 阅读(343) 评论(0) 推荐(0) 编辑

2021年1月23日

[转载] vue 首次加载缓慢/刷新后加载缓慢

摘要: https://blog.csdn.net/qq_34846662/article/details/102926485 https://zhuanlan.zhihu.com/p/145959839https://www.jianshu.com/p/6262772bdc9c 1,关闭打包时生成的map 阅读全文

posted @ 2021-01-23 23:14 白马酒凉 阅读(352) 评论(0) 推荐(0) 编辑

ABP框架使用(版本3.3.1) - Logging

摘要: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0 "Logging": { "MinimumLevel": { "Default": "Debug", "Override": 阅读全文

posted @ 2021-01-23 00:00 白马酒凉 阅读(62) 评论(0) 推荐(0) 编辑

2021年1月22日

[转载] 基于.NetCore和ABP框架如何让Windows服务执行Quartz定时作业

摘要: https://www.cnblogs.com/AlienXu/p/ABP_WindowsService.html demo地址:ABP.WindowsService 阅读全文

posted @ 2021-01-22 23:27 白马酒凉 阅读(119) 评论(0) 推荐(0) 编辑

2021年1月19日

ABP框架使用(版本3.3.1) - Repository

摘要: public virtual async Task<Setting> FindAsync(string name, string providerName, string providerKey) { return await DbSet .FirstOrDefaultAsync( s => s.N 阅读全文

posted @ 2021-01-19 22:05 白马酒凉 阅读(105) 评论(0) 推荐(0) 编辑

2021年1月12日

【转载】abp 调试

摘要: https://blog.csdn.net/baifa1235/article/details/102175193 打开Debug -- Options 取消"Enable Just My Code",勾选"Enable source server support"和“Enbale source l 阅读全文

posted @ 2021-01-12 17:21 白马酒凉 阅读(185) 评论(0) 推荐(0) 编辑

2021年1月4日

如何利用Azure DevOps快速实现自动化构建、测试、打包及部署

摘要: 如何利用Azure DevOps快速实现自动化构建、测试、打包及部署 https://www.cnblogs.com/BrainDeveloper/p/12322251.html 阅读全文

posted @ 2021-01-04 17:45 白马酒凉 阅读(261) 评论(0) 推荐(0) 编辑

2021年1月1日

MongoDB语法

摘要: MongoDB语法与现有关系型数据库SQL语法比较 MongoDB语法 MySql语法 db.test.find({'name':'foobar'})<==> select * from test where name='foobar' db.test.find() <==> select *fro 阅读全文

posted @ 2021-01-01 16:17 白马酒凉 阅读(81) 评论(0) 推荐(0) 编辑

2020年12月31日

Azure Pinelines Dotnet Build Script

摘要: azure-pipelines.yml # ASP.NET Core (.NET Framework) # Build and test ASP.NET Core projects targeting the full .NET Framework. # Add steps that publish 阅读全文

posted @ 2020-12-31 23:56 白马酒凉 阅读(66) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页

导航