摘要: js 阅读全文
posted @ 2016-08-19 14:51 wujixing909 阅读(4293) 评论(0) 推荐(1)
摘要: CSS代码: .test_box { width: 400px; min-height: 120px; max-height: 300px; _height: 120px; margin-left: auto; margin-right: auto; padding: 3px; outline: 0; bor... 阅读全文
posted @ 2016-08-19 12:06 wujixing909 阅读(165) 评论(0) 推荐(0)
摘要: 首先在 tomcat的 D:\apache-tomcat-7.0.57\conf\server.xml里添加中文编码 前台处理 后台处理 阅读全文
posted @ 2016-08-19 11:20 wujixing909 阅读(312) 评论(0) 推荐(0)
摘要: 第一种getJSON方式: 前台调用: 后台处理 另一种get方式 前台调用 后台处理i 阅读全文
posted @ 2016-08-19 09:28 wujixing909 阅读(7106) 评论(0) 推荐(0)
摘要: AJAX+JSP时,out.write('content')之后,如果后面还有代码,无法被执行到,会报 错,java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committe 阅读全文
posted @ 2016-08-19 09:23 wujixing909 阅读(1037) 评论(0) 推荐(0)