随笔分类 -  NET CORE

摘要:转载自: https://www.cnblogs.com/wangjun8868/p/10683823.html 阅读全文
posted @ 2022-05-05 22:43 蜡笔小平头 阅读(57) 评论(0) 推荐(0)
摘要:在前台页面中传输 formData.append('guid', this.$data.guid); $.ajax({ url: '/api/Annex/Annex/UploadAnnex', type: 'Post', contentType: false, processData: false, 阅读全文
posted @ 2022-04-25 23:01 蜡笔小平头 阅读(2190) 评论(0) 推荐(0)
摘要:关于Net Core 配置除appsettings.json文件之外的json文件 在netcore启动时进行读取配置 Host.CreateDefaultBuilder(args) .ConfigureWebHostDefaults(webBuilder => { webBuilder .Conf 阅读全文
posted @ 2022-04-12 22:36 蜡笔小平头 阅读(872) 评论(0) 推荐(0)