huangzhike

Results 5 issues of huangzhike

``` //如果原本有的就修改原有的。 if (userFind != null) { jedisClient.zadd("Toptest", (double) user.getScore(), userFind); System.out.println("修改原有的!!!"); return; } //如果没有就加进去嘛,根据排行榜来区分 if (userList.size() >= 20) { if (user.getScore() + scoreCount > userList.get(19).getScore()) { System.out.println("大于排名20名中的最后一名就丢进缓存 :"); System.out.println("userList...

`https://github.com/seata/seata-samples/tree/master/saga`,这个README文档的三个sample的链接都是指向一个sample。

``` //判断是否从数据库中查询到用户信息 if (sysService==null) { return null; } ``` 这里是不是错了?

**Model** outpainting边缘羽化的问题 **Describe the bug** 在outpainting之前执行了一次预处理mask_blur, 羽化边缘,但是outpainting执行的时候还是用的原本的pad_mask,不知道是不是我的理解问题?似乎应该用的是处理后的mask? **Screenshots** https://github.com/Sanster/IOPaint/blob/c738432de018b2348674f45b766c814d4cbedee2/iopaint/model/base.py#L70