摘要: java.io.IOException: Cleartext HTTP traffic to e.hiphotos.baidu.com not permitted 阅读全文
posted @ 2020-06-27 22:21 雨季&流年 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Android Studio 3.x 自动生成多渠道包 阅读全文
posted @ 2020-06-27 22:05 雨季&流年 阅读(301) 评论(0) 推荐(0) 编辑
摘要: /** * 饿汉式 在类加载时实现初始化,浪费内存 * 线程安全 * 用于访问量大,多线程访问 * */ public class Utils{ private static final Utils instanch=new Utils(); private Utils() { } public s 阅读全文
posted @ 2019-10-24 14:50 雨季&流年 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ubuntu 18.0.4 Java环境安装,环境变量配置 阅读全文
posted @ 2019-07-23 12:15 雨季&流年 阅读(2118) 评论(0) 推荐(0) 编辑
摘要: ImageLoader常用方法及方法注释 阅读全文
posted @ 2017-01-13 10:33 雨季&流年 阅读(408) 评论(0) 推荐(0) 编辑
摘要: Glide 3.X 的常用方法注释 阅读全文
posted @ 2017-01-13 10:23 雨季&流年 阅读(2213) 评论(0) 推荐(0) 编辑
摘要: import android.content.Context; import android.content.res.AssetManager; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.gr... 阅读全文
posted @ 2017-01-13 10:11 雨季&流年 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: 配置Maven 或执行Gradle更新等相关命令时出现以下错误时要重新配置JDK ERROR: JAVA_HOME is set to an invalid directory.JAVA_HOME = D:/jdk1.7.0_67;Please set the JAVA_HOME variable 阅读全文
posted @ 2017-01-13 09:59 雨季&流年 阅读(564) 评论(0) 推荐(0) 编辑
摘要: Windows 简单好记的Jdk 环境变量配置 阅读全文
posted @ 2016-07-28 16:06 雨季&流年 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 如果成功后,这是有账号密码:genymotionbar gm8888 如果是win10系统要先 以上即先获得运行的管理员权限,各兼容性操作 检查下Genymotion引用VirtualBox路径是否正确 打开注册表(快捷键win+R后,输入regedit即可),进入HKEY_CURRENT_USER 阅读全文
posted @ 2016-06-25 18:13 雨季&流年 阅读(339) 评论(0) 推荐(0) 编辑