1、首先在project explore模式下,将package presentation调为hierarchical;
2、没有tomcat包的情况下,不仅仅是小红点的问题,还有导包的问题
3、java的jdk版本可以在buildpath里面修改
4、在web.xml里面配置了servlet,具有映射关系,myFirstServlet映射关系,myfirstserlet相当于那个dao里的文件
5、 PrintWriter out = response.getWriter();创建out对象?
6、dopost()方法
7、doSomeThing=del&empno=<%=empList.get(i).getEmpno() %>,可以传多个参数,用&符号链接起来
8、关流关早了,不能在BaseDao那里关流
9、配置tomcat文件的时候,不要自己写content
10、
时间: 2024-10-20 12:38:25