摘要:
web api返回格式小结: 1.默认是返回xml格式数据,如果需要返回json格式,需要在Global.asax中加入: GlobalConfiguration.Configuration.Formatters.XmlFormatter.SupportedMediaTypes.Clear(); 2 阅读全文
摘要:
Mongodb:修改文档结构后出现错误:Element '***' does not match any field or property of class ***. Mongodb是一种面向文档的数据库,即不再有“行”的概念,取而代之的是更为灵活的“文档”(doucument)模型。在开发中,经 阅读全文