Results 8 comments of Lee

小技巧真是救了我的命

![image](https://user-images.githubusercontent.com/9399623/48137538-48b0db80-e2dd-11e8-88df-afbd56fbba86.png)

我也碰到了同样的问题 我看了后台upload.json这个接口的源码 ``` WebLogTaskDTO exist = webLogTaskMapper.exist(taskDTO.getLogDate(), taskDTO.getDeviceId(), taskDTO.getPageNum()); if (exist != null) { webLogTaskMapper.updateContent(exist.getTaskId(), taskDTO.getContent()); } else { webLogTaskMapper.insert(taskDTO); } ``` 这里只是更新task表 那什么时候更新的日志详情表的. 我只是一个小前端 不太懂java

Create a new component and get the width and height in his life cycle like this `Image.getSize(this.props.url, (width, height) => { this.setState({ width, height }) }, (err) => { console.log('err',...

> 我也用不了,已经打补丁了。distil-whisper-large-v3能用,但是中文语音识别出来都是英文 不知道那个中文模型怎么用