03 2018 档案

摘要:自定义token的验证类 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetC 阅读全文
posted @ 2018-03-26 19:02 雨V幕 阅读(3612) 评论(3) 推荐(0) 编辑
摘要:首先415的官方解释是:对于当前请求的方法和所请求的资源,请求中提交的实体并不是服务器中所支持的格式,因此请求被拒绝。 也就是说我所准备的数据格式并不是后台代码使用的数据格式 后台代码如下 using System; using System.Collections.Generic; using S 阅读全文
posted @ 2018-03-26 18:32 雨V幕 阅读(5671) 评论(0) 推荐(2) 编辑
摘要:新增配置文件 { "Logging": { "IncludeScopes": false, "Debug": { "LogLevel": { "Default": "Warning" } }, "Console": { "LogLevel": { "Default": "Warning" } } } 阅读全文
posted @ 2018-03-23 17:34 雨V幕 阅读(614) 评论(0) 推荐(0) 编辑
摘要:在startup中添加授权相关的管道 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder 阅读全文
posted @ 2018-03-23 17:22 雨V幕 阅读(332) 评论(0) 推荐(0) 编辑
摘要:预防万一先备份数据库,然后找到当前集合的数据库进行如下操作select *From tbl_Workspace where Computer='WIEYAN-Y4-PC'//先找出工作区的WorkspaceIdselect *From tbl_pendingchange where WorkspaceId='340000001'//找出当前工作组未迁出的文件 delete tbl_pend... 阅读全文
posted @ 2018-03-23 15:34 雨V幕 阅读(125) 评论(0) 推荐(0) 编辑
摘要:命令行的配置 var settings = new Dictionary<string, string>{ { "name","cyao"}, {"age","18"} }; var builder = new ConfigurationBuilder() .AddInMemoryCollectio 阅读全文
posted @ 2018-03-22 18:42 雨V幕 阅读(402) 评论(0) 推荐(0) 编辑
摘要:安装IIs对 netcore 的支持 https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/aspnet-core-module?tabs=aspnetcore2x https://dotnet.microsoft.com 阅读全文
posted @ 2018-03-22 18:23 雨V幕 阅读(180) 评论(0) 推荐(0) 编辑

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