随笔 - 73  文章 - 1  评论 - 16  阅读 - 80807
04 2020 档案
Serializing delegates is not supported on this platform
摘要:这是orleans 报的错误,我之前的代码是这样的: public Task<Result<IEnumerable<Res_Course>>> GetCourses() { try { var x = new Result<IEnumerable<Res_Course>> { Message = " 阅读全文
posted @ 2020-04-10 18:48 ProjectDD 阅读(773) 评论(0) 推荐(0)
.net core Configuration get array method
摘要:var cb=new ConfigurationBuilder(); cb.AddJsonFile(@".\appsettings.json"); var config=cb.Build(); var x2=config.GetSection("loads").Get<string[]>(); // 阅读全文
posted @ 2020-04-09 21:51 ProjectDD 阅读(302) 评论(0) 推荐(0)

< 2025年6月 >
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 1 2 3 4 5
6 7 8 9 10 11 12

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