king zeng
king zeng
AutoSize
@Override public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { // 如果是 preLayout 则不重新布局 if (state.isPreLayout() || !state.didStructureChange()) { return; } if (getItemCount() == 0) { removeAndRecycleAllViews(recycler); // 页面变化回调 setPageCount(0); setPageIndex(0, false);...
无法下载
## 版本 * 框架版本 3.8.16 * 系统版本 android 9 ## 错误的url https://aqka.ylzpay.com/api/tmnl/kms/file/download?fileKey=pro-kms-open:2021/10/27/applet.cap ## 错误日志 任务【applet.cap】进入执行队列成功,后面就没有了 ## 重现步骤 1.Aria.download(MainActivity.this) .load(config.getDownloadUrl()) .setFilePath(config.getDownloadPath()) .ignoreCheckPermissions() .ignoreFilePathOccupy() .create() 2.已有相应权限 3.没有对应的下载日志,无法完成下载 4.使用Demo中的地址可以正常下载,不知道是不是下载包太小的问题,包大小10KB
### Problem UsbMassStorageDevice init, throws Unit attention (ASC: 40, ASCQ: 0) ### Expected behavior ### Actual behavior when U Disk inserted,it is normal work;then pull plugs U Disk and insert...
error: implicit declaration of function 'bcopy' is invalid in C99 [-Werror,-Wimplicit-function-declaration] memcpy ((void*) raw->data, (void*)*args, (*tp)->size); ^ 怎么解决?
为什么编译出来的libnative_lib.so放到其他工程上使用anti_MemDump反调试就会无效,而在此工程上就可以反调试的呢?
first copy libnative_lib.so to jniLibs second run app finally It's not detecting anything at all
dependencies: flutter_swiper_null_safety: ^1.0.3还没发吗?
demo can not found
when it goes first while then numberFound = 1,but the secode while set numberFound = 0,so numberFound always no be 2; my solution is clear numberFound = 0(line 26) the...