上一页 1 ··· 252 253 254 255 256 257 258 259 260 ··· 401 下一页
摘要: It looks like it is an extension method (in System.Net.Http.Formatting): HttpContentExtensions Class Update: PM> install-package Microsoft.AspNet.WebA 阅读全文
posted @ 2019-02-28 17:07 ChuckLu 阅读(612) 评论(0) 推荐(0)
摘要: 一个方法的参数是dynamic obj 方法内调用了obj.Header 但是外部传递进来的obj是null,然后就会报这个错。 阅读全文
posted @ 2019-02-28 17:03 ChuckLu 阅读(6179) 评论(0) 推荐(0)
摘要: When should I use OWIN Katana? 解答1 In asp.net WebApi v2, the OWIN pipeline becomes the default. It is eventually going to be the standard pipeline und 阅读全文
posted @ 2019-02-28 15:44 ChuckLu 阅读(290) 评论(0) 推荐(0)
摘要: Data caching per request in Owin application 解答1 Finally I found OwinRequestScopeContext. Very simple to use. In the Startup class: app.UseRequestScop 阅读全文
posted @ 2019-02-28 15:39 ChuckLu 阅读(334) 评论(0) 推荐(0)
摘要: Using HttpContext.Current in WebApi is dangerous because of async HttpContext.Current gets the current context by Thread (I looked into the implementa 阅读全文
posted @ 2019-02-28 15:35 ChuckLu 阅读(741) 评论(0) 推荐(0)
摘要: 类库Microsoft.Owin.Host.SystemWeb 扩展HttpContext以及HttpRequest ,新增了方法GetOwinContext 实际调用 阅读全文
posted @ 2019-02-28 15:10 ChuckLu 阅读(577) 评论(0) 推荐(0)
摘要: 参考http://petstore.swagger.io 给controller加上description https://github.com/RSuter/NSwag/issues/1803 xml summary https://github.com/RSuter/NJsonSchema/wi 阅读全文
posted @ 2019-02-28 11:43 ChuckLu 阅读(2343) 评论(0) 推荐(0)
摘要: What is a 'workspace' in VS Code? You can save settings at the workspace level and you can open multiple folders in a workspace. If you want to do eit 阅读全文
posted @ 2019-02-28 09:32 ChuckLu 阅读(1984) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/write_down/article/details/79114573 1. 知识预备要理解本文,需要掌握以下知识: https基本原理,包括证书分发和密钥协商等 [1];http代理和https代理的基本原理 [2];常用的本地http代理工具,如Fid 阅读全文
posted @ 2019-02-27 18:08 ChuckLu 阅读(1471) 评论(0) 推荐(1)
摘要: 下载 https://jmeter.apache.org/download_jmeter.cgi 安装 无须安装,解压之后即可使用。 解压到C:\Program Files\apache-jmeter-5.1目录下(无法直接解压,先在D盘解压,然后复制到C盘里面)。 运行之后,一闪而过,没有出现UI 阅读全文
posted @ 2019-02-27 16:16 ChuckLu 阅读(2962) 评论(0) 推荐(0)
上一页 1 ··· 252 253 254 255 256 257 258 259 260 ··· 401 下一页