细心水壶

文章
7
资源
0
加入时间
3年1月7天

sun.misc.Unsafe.park(Native Method)

ribbon巨坑报错:The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.client.listener] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:sun.misc.Unsafe.park(Native Method)D

cannot be cast to android.graphics.drawable.BitmapDrawable

问题代码:holder.imageView.setImageBitmap(((BitmapDrawable) list.get(position).getFileIcon()).getBitmap());这段代码的意思大概就是从列表中获取图标内容,再将DitmapDrawable类型转换成Bitmap类型,再放进holder.imageView中,在Android版本较高的系统上并不会报异常...

Hadoop工具类

package hadoop;import java.io.IOException;import java.net.URI;import java.net.URISyntaxException;import java.text.SimpleDateFormat;import java.util.Date;import org.apache.hadoop.conf...