摘要: 页面js(页面编码为utf-8)var newStr = encodeURI('中文') ; //如果到action里面还是乱码就转两次 encodeURI(encodeURI('中文'))将newStr传到actionactionString str = URLDecoder.decode(newStr, "utf-8") ; 阅读全文
posted @ 2013-11-29 14:56 行-云 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-11-29 10:53 行-云 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 这个问题是由于有的样式'yyy'依赖于某些样式'xxx'即某个样式'yyy'的style='xxx样式'的时候,'yyy'在'xxx'的上面,将'xxx'顺序调到'yyy'的上面即可 阅读全文
posted @ 2013-11-29 10:43 行-云 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Thread.currentThread().getContextClassLoader().getResource("文件名")例如要在tomcat启动后改变.properties文件内容就要用此方法获取路径 阅读全文
posted @ 2013-11-29 09:25 行-云 阅读(1866) 评论(0) 推荐(0) 编辑