随笔分类 -  ASP.NET

摘要:Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. 该错误原因导致 ,是该站点 Cookies 存储太多导致。 使用浏览器 清除该站点所有Cookies 可解决此问题。 阅读全文
posted @ 2016-11-08 10:49 caijinhao 阅读(2352) 评论(0) 推荐(0)
摘要:string sql = @"SELECT FG_Id, FG_Name, FG_Sort, FG_IsDel FROM dbo.FirstGestation"; DataTable FG_List = MySqlhelper.MySqlhelper.ExecuteDataTable(sql); F 阅读全文
posted @ 2016-03-30 09:21 caijinhao 阅读(471) 评论(0) 推荐(0)