看书上(JSP应用与开发技术)使用JSP文件上传,写了个真无语,压根就有很多问题,上传500KB的文件传过去后只剩350KB,而且编码必须是GBK.GB2312,否则传过去的文件都数据截取不正确. 琢磨了许久,发现问题出在 int startPos = ((file.substring(0,pos)).getBytes()).length; //取得文件数据的结束的位置 int endPos =((file.substring(0,boundaryLocation)).getBytes()).l…
突然项目修改jsp文件后,tomcat不能发布, Publishing failed with multiple errors Could not delete D:/Tomcat 6.0/webapps/Server/WEB-INF/platform/configuration/org.eclipse.core.runtime/.manager/.tmp1900396474661591532.instance. c. Could not delete D:/Tomcat 6.0/web…