上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
  2018年7月27日
摘要: 见https://blog.csdn.net/qq_21397217/article/details/65630730博客 阅读全文
posted @ 2018-07-27 10:07 白衣雨果 阅读(134) 评论(0) 推荐(0) 编辑
  2018年7月25日
摘要: 可能只添加了 implementation 'com.jakewharton:butterknife:8.8.1'而没有添加下面这行 annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' 阅读全文
posted @ 2018-07-25 15:50 白衣雨果 阅读(4390) 评论(0) 推荐(0) 编辑
  2018年7月6日
摘要: 原文地址:https://blog.csdn.net/wang_wy/article/details/79032698 阅读全文
posted @ 2018-07-06 10:35 白衣雨果 阅读(358) 评论(0) 推荐(0) 编辑
  2018年6月21日
摘要: 1、确保所有依赖包的 2、确保最外层的build.gradle中增加如下代码: 阅读全文
posted @ 2018-06-21 16:36 白衣雨果 阅读(1805) 评论(0) 推荐(0) 编辑
  2018年5月29日
摘要: adb shell dumpsys window displays 阅读全文
posted @ 2018-05-29 16:34 白衣雨果 阅读(514) 评论(0) 推荐(0) 编辑
  2018年5月25日
摘要: private static void upload(final Context context, final int type, File logFile) { Map map = new HashMap(); if (logFile != null && logFile.length() > 0) { map.put(parseMapK... 阅读全文
posted @ 2018-05-25 10:43 白衣雨果 阅读(5905) 评论(0) 推荐(0) 编辑
  2018年4月8日
摘要: PyCharm的安装地址:http://www.jetbrains.com/pycharm/download/#section=windows,免费的可以选择社区版本 Python解释器的安装地址:https://www.python.org/downloads/,选择对应的平台及版本下载,安装时勾 阅读全文
posted @ 2018-04-08 16:04 白衣雨果 阅读(131) 评论(0) 推荐(0) 编辑
  2018年3月12日
摘要: 问题: 使用FileProvider构造SD卡中文件uri时异常 java.lang.IllegalArgumentException: Failed to find configured root that contains /storage/840E-10F6/音乐/千里之外.mp3at and 阅读全文
posted @ 2018-03-12 14:23 白衣雨果 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 见http://blog.csdn.net/ruancoder/article/details/67639621?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2018-03-12 14:22 白衣雨果 阅读(144) 评论(0) 推荐(0) 编辑
  2018年3月1日
摘要: TextView text = (TextView) findViewById(R.id.textView1); String phoneInfo = "Product: " + android.os.Build.PRODUCT + "\n"; phoneInfo += ", CPU_ABI: " + android.os.Build.CPU_ABI + "\n"; phone... 阅读全文
posted @ 2018-03-01 16:47 白衣雨果 阅读(11292) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页