2013年9月5日
摘要: 起因:今天在调试Ucenter的同步登陆和同步登出的过程中,浏览器突然出现以下错误提示:Your browser sent a request that this server could not understand.Size of a request header field exceeds server limit.开始是以为P3P协议设置cookie的问题,查阅了P3P的文档,没有相关的条目。经过不懈的搜索,终于发现原来是Apache中资源使用限制的设置问题。技术背景:Apache中“资源使用限制”就是要限制用户对网站特定资源(如目录、服务器硬件等)的访问。相关指令包括:LimitRe 阅读全文
posted @ 2013-09-05 17:17 any91 阅读(1534) 评论(0) 推荐(0) 编辑
摘要: var jsonProps = { "dispMode":dispMode, "autoRun":autoRun, "clientPath":encodeURI(clientPath), "remark":encodeURI(remark) }; $.ajax({ url:"./process/writeTask.php", data:"proType=setTask&taskId=" + taskId + "&props=" + JSON 阅读全文
posted @ 2013-09-05 10:19 any91 阅读(504) 评论(0) 推荐(0) 编辑