摘要: 11、文件上传~~~ Apache提供Commons-FileUpload SmartUpload Struts2文件上传步骤一:form表单使用post提交,并且表单添加 enctype="multipart/form-data",实现多媒体封装。 表单项中<input type="file" n 阅读全文
posted @ 2016-10-31 00:26 不语yuan 阅读(143) 评论(0) 推荐(0)
摘要: JSP中的重点知识1、经典面试题!!!: <%! int a = 0;%><% int b= 0; %><%a++;b++;out.write(a+"<br/>");out.write(b+"<br/>");%> 第一次访问时,a,b的值分别是多少 第二次访问时,a,b的值分别是多少2、静态引入和动 阅读全文
posted @ 2016-10-31 00:25 不语yuan 阅读(516) 评论(0) 推荐(0)