01 2021 档案

【转载】Mongodb锁机制
摘要:如果查看在Mongod实例中的lock情况,可以使用如下方式:1. db.serverStatus2. db.currentOp3. mongotop4. mongostat5. locks集合 MongoDB 在多线程高并发下的问题 https://blog.csdn.net/chenjunxi2 阅读全文

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

[转载] 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 白马酒凉 阅读(86) 评论(0) 推荐(0) 编辑

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 白马酒凉 阅读(355) 评论(0) 推荐(0) 编辑

[转载] 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 白马酒凉 阅读(357) 评论(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) 编辑

[转载] 基于.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) 编辑

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 白马酒凉 阅读(117) 评论(0) 推荐(0) 编辑

【转载】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 白马酒凉 阅读(191) 评论(0) 推荐(0) 编辑

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

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

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 白马酒凉 阅读(88) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

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