Jason

Results 22 comments of Jason

需要离线鉴黄的可以看我首页,demo使用mvvm

这样添加的没有ID,你取ID那块可能要checkNull一下~ DisplayUtil.kt:187 ` ViewGroup decorView = (ViewGroup) XPopupUtils.context2Activity(this).getWindow().getDecorView(); if(getParent()!=null) ((ViewGroup)getParent()).removeView(this); decorView.addView(this);` 遇到同样崩溃问题的可以先给设置个ID 过一下崩溃。 ` ViewGroup decorView = (ViewGroup) XPopupUtils.context2Activity(this).getWindow().getDecorView(); if(getParent()!=null) ((ViewGroup)getParent()).removeView(this); this.setId(-1);////兼容软键盘lib奔溃问题 decorView.addView(this); `

> 更新到最新版本试试 一样,只是显示了一次,第二次就不显示了。设置了isDestroy为true

也是走到tojson时闪退了,用了几个版本都不行。安卓端。 2.0.45 2.0.47 等等 ``` 2024-03-12 09:34:40.144 23255-23397 libc cn.uexpo A Fatal signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xea8ce1aa in tid 23397 (DefaultDispatch), pid 23255 (cn.uexpo) 2024-03-12 09:34:40.326...

真假?Kotlin的项目,去掉kotlin可以正常用不

Thank you very much for your attention. I know very little about python. You can refer to Yahoo's open nsfw project, because my project is based on this. 来自阿里邮箱 iPhone版...

楼主部分代码可以拿出来。只不过到动态库那块就没了。😄 ```kotlon private void decodeBitmap(byte[] data, int width, int height) { try { this.bitmap = this.getBitmap(data, width, height); // aty.setbt(bitmap); this.bitmap = BmpUtil.getScaleBitmap(this.bitmap, 800, false); // View v = aty.getView();...

- docker-compose.yml ``` version: "3.8" services: # Redis redis: image: redis:6-alpine container_name: redis restart: always volumes: - redis_data:/data command: redis-server --appendonly yes networks: - jsherp-network # 后端服务 - JDK 1.8...

2024年快结束了,这个问题还是没有人碰到过吗 - -