dong136279559

Results 13 comments of dong136279559

不不不,我要展示骨架屏,当网络请求加载后,如果失败,整个页面展示网络失败,请重试,或者空表界面,so。。。

你修改了数据源个数,导致其他根据数据源个数判断是否显示空白页面的第三方失效,这么说可以了吗?

@ofirkris I didn't solve the problem. I need some help

Do you mean that? But it didn't work. Did I understand that? ` if (palette->entries[i].a) { lodepng_palette_add(&state.info_png.color, palette->entries[i].r*255/palette->entries[i].a, palette->entries[i].g*255/palette->entries[i].a, palette->entries[i].b*255/palette->entries[i].a, palette->entries[i].a); lodepng_palette_add(&state.info_raw, palette->entries[i].r*255/palette->entries[i].a, palette->entries[i].g*255/palette->entries[i].a, palette->entries[i].b*255/palette->entries[i].a, palette->entries[i].a); }else { lodepng_palette_add(&state.info_png.color, 0,...

![c10af7ee-b13d-4906-824e-07e1e9ba97cf](https://user-images.githubusercontent.com/20337504/49980542-da6fd080-ff8e-11e8-9300-1ace53a35e2b.png) 请问是这个接口吗?服务器只有这一个 webSocket的接口,其他的都只用普通接口就可以了是吧

好的,了解了,非常感谢

  ------------------ 原始邮件 ------------------ 发件人: "WWILLV/GodOfHacker" ***@***.***>; 发送时间: 2021年6月15日(星期二) 下午5:45 ***@***.***>; ***@***.******@***.***>; 主题: Re: [WWILLV/GodOfHacker] 请问这个怎么用 (#12) 你不会当真了吧兄弟哈哈哈哈 — You are receiving this because you authored the thread. Reply to this email directly, view...

我们项目需要压缩png图片,并且压缩之后的图片数据要通过上面的这个判断,但是我用了这个压缩方法之后,这个判断一致无法通过,所以我们现在没有合适的方法来解决这个问题,我也修改了一些数据配置,但是没有效果,所以想看看您有没有解决办法。麻烦您了

使用此方法后,当 程序退到后台之后, 再进入前台, 动画取消 ,而且 控件消失了,请问是哪的问题呢?