摘要:
cmd -> ->cd .android ->keytool -v -list -keystore debug.keystore 默认口令:android ********************************************** 密钥库类型: JKS 密钥库提供方: SUN 您的 阅读全文
摘要:
/Users/yourname/.gradle/wrapper/dists cmd:cd ~/.gradle/wrapper/dists/ 阅读全文
摘要:
muzei live wallpaper https://github.com/romannurik/muzei 阅读全文
摘要:
RadioButton selector 背景 RadioButton 字体颜色 圆角边框 阅读全文
摘要:
1 JsonArray jsonArray = new JsonParser().parse(resp).getAsJsonObject().getAsJsonArray("list"); 2 List myConvertList = new Gson().fromJson(jsonArray, new TypeToken>() { 3 }.getType());... 阅读全文
摘要:
用到的类: com.jauker.widget.BadgeView 实现代码: 栏目订阅 阅读全文
摘要:
现象:从 git 上拉下来的代码中 versionCode 是8,versionName 是1.0.7但运行后的版本仍然是1.0.6 原因:全文搜索1.0.6之后发现在 bin 目录下也有一个 manifest 文件,将项目 clean 一下,之后就变过来了 阅读全文
摘要:
-assumenosideeffects class android.util.Log{ public static *** d(...); public static *** e(...); } 阅读全文
摘要:
1. 客户端 ip 与服务器 ip需要在同一网段 2. 如果 rails 版本是4.2及以上需要通过 rails s -b 0.0.0.0启动 3. 跑服务的mac需要关闭防火墙 阅读全文
摘要:
open -n ../应用的路径 阅读全文