我的404错误,提示找不到文件源,Myeclipse上的tomcat报FileNotFoundException,整了一天急死人了都,就差砸电脑了
2016-09-01
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>在web。xml文件中需要配置,运行之后第一个执行的内容是什么。否则就需要手动输入
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>在web。xml文件中需要配置,运行之后第一个执行的内容是什么。否则就需要手动输入
2016-09-01
get与post区别:
<form name="regForm" action="动作" method="提交方式">
</form>
<form name="regForm" action="动作" method="提交方式">
</form>
2016-08-30
jsp的九大内置对象:
5个常用对象: out(输出) request(请求) response(响应) session(会话) application(应用)
4个不常用: page pageContext exception config
5个常用对象: out(输出) request(请求) response(响应) session(会话) application(应用)
4个不常用: page pageContext exception config
2016-08-30