https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serialization JSON Media-Type Formatter JSON formattin ...
This tutorial shows how to support additional media formats in ASP.NET Web API. Internet Media Types A media type, also called a MIME type, identifies ...
@2019-01-29 【小记】 一个跟地址对齐有关的应用异常案例 ...
分类:
其他好文 时间:
2019-01-29 20:49:24
阅读次数:
146
REPORT mine_clearance NO STANDARD PAGE HEADING LINE-SIZE 125. INCLUDE . CONSTANTS: " >> board cell values blank_hidden TYPE c VALUE '0', blank_marked ... ...
分类:
其他好文 时间:
2019-01-29 18:30:29
阅读次数:
223
题目描述: Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and finds that he needs N (1 ≤ N ≤ 20,000) pla ...
分类:
其他好文 时间:
2019-01-29 14:55:02
阅读次数:
213
目录 创建型 1. Factory Method(工厂方法) 2. Abstract Factory(抽象工厂) 3. Builder(建造者) 4. Prototype(原型) 5. Singleton(单例) 结构型 6. Adapter Class/Object(适配器) 7. Bridge( ...
分类:
其他好文 时间:
2019-01-29 11:58:51
阅读次数:
185
ginx通过ngx_http_rewrite_module模块支持url重写、支持if条件判断,但不支持else。 该模块需要PCRE支持,应在编译nginx时指定PCRE源码目录, nginx安装方法。 nginx rewrite指令执行顺序: 1.执行server块的rewrite指令(这里的块 ...
分类:
其他好文 时间:
2019-01-27 21:36:34
阅读次数:
183
#include using namespace std; struct node { int r; node *next[26]; node() { r=0; memset(next,0,sizeof(next)); } }; node root; int build_trie(string ss... ...
分类:
其他好文 时间:
2019-01-26 15:56:36
阅读次数:
175
https://leetcode.com/tag/sort/ ...
分类:
编程语言 时间:
2019-01-26 13:19:18
阅读次数:
146
一 Context概述 Context provides a way to pass data through the component tree without having to pass props down manually at every level. 二 项目结构 三 代码 1 th ...
分类:
其他好文 时间:
2019-01-26 12:38:34
阅读次数:
196