sjg20010414

Results 2 issues of sjg20010414

![bsp_7](https://user-images.githubusercontent.com/18586150/88399750-f0e03e00-cdf9-11ea-8d33-1ae1d6caf258.png) 上面的文件(约5MB),用类似下面的代码压缩失败(上传后发现没有压缩): ``` compressAccurately(file, { size: 1000, // _self.imageSizeLimits[_self.islIndex], //accuracy: 0.9, type: 'image/png' }).then(res => { let blobUrl = URL.createObjectURL(res) this.imagesTemp.push(blobUrl) this.extensionDict[blobUrl] = 'png' // extension // 压缩后上传丢失后缀 }) ```...

When I ssh to a remote server, I usually use Emacs as editor. I try to use nxshell as ssh client, and I found nxshell bind Alt+V to paste, but...