最新回答 / weibo_乔之一一
如a标签,请求跳转不会保留上一次的对象或者字符串,要用request.getRquestDispatcher("filepath").forward(request,response)进行跳转才能拿到
2016-01-27
最新回答 / shyxingang
找到tomcat的安装目录 webapps/你的项目/WEB-INF/web.xml 修改一下里边的 <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.xhtml</welcome-file> <welcome-file>index.htm</welcome-...
2016-01-26
最新回答 / 萌萌哒猫头鹰
刚刚查了下百度,原来犯了一个低级错误,==是值比较,String是一个引用类型的变量,需要使用equals比较。http://www.cnblogs.com/dolphin0520/p/3592500.html 但仍不清楚elicpse如何调试jsp中java,望好心人告知。
2016-01-18