form表单里面method方法改为get,提交后中文有出现乱码,request.jsp中,setParameterEncoding参数也设置为UTF-8了。
2017-11-01
list.contains(request.getParameter("id")+",")) 用这个区判断重复就好了,不用再切割字符串
2017-10-30
Multiple annotations found at this line:
- The method getValueNames() from the type HttpSession is
deprecated
- The method getValueNames() from the type HttpSession is
deprecated
- The method getValueNames() from the type HttpSession is
deprecated
- The method getValueNames() from the type HttpSession is
deprecated
2017-10-29
攒第一的问题我和你遇到一样的了。我这样解决的:
1.把之前的<jsp:setProperty name="myUsers" property="*"/>注释掉。
2.如果注释掉,查看<jsp:useBean id="***" class="***" scope="" >其中scope里要写成page.
因为我之前写的session,所以在整个会话期内密码都会获取到。除非你关闭了浏览器,在重新打开。
1.把之前的<jsp:setProperty name="myUsers" property="*"/>注释掉。
2.如果注释掉,查看<jsp:useBean id="***" class="***" scope="" >其中scope里要写成page.
因为我之前写的session,所以在整个会话期内密码都会获取到。除非你关闭了浏览器,在重新打开。
2017-10-29
培训了还是没找到工作,小伙伴们千万别去培训啊!慕课网教的东西比我们培训班级的东西还要多而且免费!!!!
2017-10-28