2016年3月10日
摘要: 配置文件路径:D:\work\myeclipse\MyEclipse for Spring 10\myeclipseforspring.ini 替换以下内容即可 -vmargs-Xmx768m-XX:MaxPermSize=384m-XX:ReservedCodeCacheSize=64m 阅读全文
posted @ 2016-03-10 17:49 Simle 阅读(222) 评论(0) 推荐(0)
摘要: 问题描述: Control character in cookie value or attribute. 解决方案: 1.前台编码 encodeURIComponent(str) 2.后台解码 原因是有关中文编码的问题,中文采用的是unicode编码,而英文采用的是ASCII编码,所以当COOki 阅读全文
posted @ 2016-03-10 16:01 Simle 阅读(973) 评论(0) 推荐(0)