摘要:
当 IIS7/7.5 收到的请求头的长度超过16K(默认值),就会引发"Bad Request - Request Too Long. HTTP Error 400. The size of the request headers is too long."的错误。 最简单的办法就是 F12 清除浏 阅读全文
摘要:
#region 文件输出 public class BasicInfodsa { public string name; public string phone; } List zyData = new List(); var zyUserList = BLL_User.getAllZYUserLi 阅读全文
摘要:
方式1(推荐) using System; using System.Collections.Generic; public class EntityData { public string Name { get; set; } public int Age { get; set; } } clas 阅读全文