导航

随笔分类 -  .NET Core 3.1

摘要:dotnet QuantWebApi.dll --urls=http://*.8080 nohup dotnet QuantWebApi.dll --urls=http://*.8080 & ps -ef | grep -i Quant ps -ef |grep -i 8080 kill 查找的第一 阅读全文

posted @ 2021-03-07 11:12 DotNet1010 阅读(193) 评论(0) 推荐(0)

摘要:app.UseSwagger(c => { c.PreSerializeFilters.Add((swagger, httpReq) => { string swagger_index_url = httpReq.Headers["Referer"]; var index = swagger_ind 阅读全文

posted @ 2021-02-14 10:42 DotNet1010 阅读(291) 评论(0) 推荐(0)

摘要:using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensio 阅读全文

posted @ 2021-01-13 09:36 DotNet1010 阅读(528) 评论(0) 推荐(0)

摘要:https://blog.gkarch.com/2015/09/high-resolution-timer.html https://www.cnblogs.com/samgk/articles/5725694.html http://yiiyee.cn/blog/2013/09/01/clock- 阅读全文

posted @ 2020-12-30 13:48 DotNet1010 阅读(245) 评论(0) 推荐(0)

摘要:NET number values such as positive and negative infinity cannot be written as valid JSON https://github.com/dotnet/runtime/issues/40140 阅读全文

posted @ 2020-12-11 10:24 DotNet1010 阅读(1583) 评论(0) 推荐(0)

摘要:https://aloiskraus.wordpress.com/2019/09/29/net-serialization-benchmark-2019-roundup/ 阅读全文

posted @ 2020-12-01 09:01 DotNet1010 阅读(217) 评论(0) 推荐(0)

摘要:https://www.tpeczek.com/2017/07/websocket-per-message-compression-in.html 阅读全文

posted @ 2020-02-25 16:21 DotNet1010 阅读(232) 评论(0) 推荐(0)