Lee
Lee
小技巧真是救了我的命

我也碰到了同样的问题 我看了后台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
@donni106 yes and I update gradle version to 3.x
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',...
same promble
> 我也用不了,已经打补丁了。distil-whisper-large-v3能用,但是中文语音识别出来都是英文 不知道那个中文模型怎么用