摘要: 新增配置文件 { "Logging": { "IncludeScopes": false, "Debug": { "LogLevel": { "Default": "Warning" } }, "Console": { "LogLevel": { "Default": "Warning" } } } 阅读全文
posted @ 2018-03-23 17:34 雨V幕 阅读(621) 评论(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幕 阅读(341) 评论(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幕 阅读(133) 评论(0) 推荐(0)