摘要:using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography; using System.Text; namespace ConsoleApp1 { intern
阅读全文
摘要:c# webapi 跳转 public HttpResponseMessage Post() { // ... do the job // now redirect HttpResponseMessage resp = new HttpResponseMessage(HttpStatusCode.M
阅读全文
摘要:c# 使用MS SqlServer,连接成功,但是还报异常A connection was successfully established with the server, but then an error occurred during the login process. (provider
阅读全文
摘要:public async Task<bool> CreateLogStore(string project, string logStore) { using (var client = new HttpClient()) { var time = DateTime.Now; string body
阅读全文
摘要:Nuget自己打包引用的时候出现错误:Package is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package 1.0.1 supports: net (.NETFramework,Version=v0.0) 解
阅读全文