摘要: 在做一个小网站的时候,写了一个通过servlet实现文件下载功能的页面。当我点击超级练级,弹出下载对话框,点击保存正常下载,不会出现任何问题,当我我点击取消,服务器端就出现如下提示: ClientAbortException: java.net.SocketException: Connection 阅读全文
posted @ 2016-12-02 10:59 horizon~~~ 阅读(30500) 评论(0) 推荐(0) 编辑
摘要: I make a put request RestTemplate restTemplate = new RestTemplate(); restTemplate.put(new URI("http://localhost:8080/test"), dto); which successfully 阅读全文
posted @ 2016-12-02 10:55 horizon~~~ 阅读(16608) 评论(0) 推荐(1) 编辑