摘要: 1.搭建环境的第一步是导包,把下面这些包都导入工程中 /media/common/工作/Ubuntu软件/SpringMVC_jar包整理/aop/media/common/工作/Ubuntu软件/SpringMVC_jar包整理/apache-commons-logging/media/commo 阅读全文
posted @ 2017-01-02 14:30 tonglin0325 阅读(24644) 评论(1) 推荐(1) 编辑
摘要: 当使用S3作为Amazon EMR的存储的时候,当写入的流量比较大的时候,有时会遇到性能瓶颈,报错如下 Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Please reduce your request rate. 在如下 阅读全文
posted @ 2017-01-02 11:51 tonglin0325 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 1.实现文件上传首先需要导入Apache的包,commons-fileupload-1.2.2.jar和commons-io-2.1.jar 实现上传就在add.jsp文件中修改表单 完整的add.jsp文件 2.在user-servlet.xml中配置上传文件 3.在控制器中修改add()方法 还 阅读全文
posted @ 2017-01-02 10:37 tonglin0325 阅读(263) 评论(0) 推荐(0) 编辑