Shi Zhenbin

Results 5 issues of Shi Zhenbin

我重写了 ![image](https://user-images.githubusercontent.com/64001626/128033206-d736e2e1-7e88-4b8e-ad65-9888ae95d4a4.png) 他的onCreate方法 但是打断点的时候并没有执行我写的代码

上传多个文件时 在某些情况下会导致进度条处于冻结状态 src\pages\matter\List.tsx-794 ``` this.uploadMattersMap[this.getSpaceUuid()]?.map((m) => ( )) ``` src\pages\matter\widget\UploadMatterPanel.tsx-33 ``` componentWillUnmount() { this.props.matter.reactComponent = null; } ``` 未设置key导致列表中的组件全部卸载了一遍 导致reactComponent为null,updateUI函数失效 已提交[PR](https://github.com/eyebluecn/tank-front/pull/49)

npm install vue-kityminder-editor npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in...

When I use the following code to transcode videos, I find that the GPU utilization is much lower compared to directly using cmd to call ffmpeg. ```java public boolean convert(String...

help wanted
question