Results 20 comments of Skqing

``` @Override protected void setTheme() { Drawable closeDrawable = ThemeUtils.resolveDrawable(this, R.attr.gallery_toolbar_close_image, R.drawable.gallery_default_toolbar_close_image); int closeColor = ThemeUtils.resolveColor(this, R.attr.gallery_toolbar_close_color, R.color.gallery_default_toolbar_widget_color); closeDrawable.setColorFilter(closeColor, PorterDuff.Mode.SRC_ATOP); mToolbar.setNavigationIcon(closeDrawable); int overButtonBg = ThemeUtils.resolveDrawableRes(this, R.attr.gallery_toolbar_over_button_bg); if(overButtonBg != 0) {...

是的,也遇到了,重试也不行 v1.5.2 ![image](https://user-images.githubusercontent.com/1713001/169675170-bc630cce-c7be-4703-a202-46b63d2ecc03.png)

我的也是这个,子控件点击事件被占用了!

里面有定时失效的功能,需要注意的是他的代码可能存在BUG,File f = new File(ctx.getCacheDir(), "ACache"); ctx.getCacheDir()可能容易被系统回收,这个地方要处理。

我的报错:Caused by: io.lettuce.core.RedisCommandExecutionException: ERR illegal address:

地点:深圳 组织:海南某深圳分公司 联系:[[email protected]](mailto:[email protected]) 场景:动态线程池、监控、运行报警、容器线程池监控等

This custom view should extend android.support.v7.widget.AppCompatImageView instead less... (Ctrl+F1) In order to support features such as tinting, the appcompat library will automatically load special appcompat replacements for the builtin widgets....

> 你这前面4个字节应该是一个升级了kryo5,同时jetcache版本小于2.6.7的程序写进去的。 > > kryo4和kryo5完全不兼容,并且kryo5改成了little endian,jetcache