2017年12月20日
摘要: 一直返回-1 1 包名一定要和平台上的一致 2签名改成小写 3 怀疑返回的sign不对,自己本地签名,果然是返回的sign不对 阅读全文
posted @ 2017-12-20 11:12 glj521 阅读(190) 评论(0) 推荐(0) 编辑
  2017年12月4日
摘要: Error:Execution failed for task ':app:generateDebugBuildConfig'.> Failed to create D:\etshop\et_shop\app\build\generated\source\buildConfig\debug\keyt 阅读全文
posted @ 2017-12-04 16:55 glj521 阅读(237) 评论(0) 推荐(0) 编辑
  2017年8月16日
摘要: @Overridepublic void onReceivedSslError(WebView view, final SslErrorHandler handler, SslError error) { if (error.getPrimaryError() == SslError.SSL_DAT 阅读全文
posted @ 2017-08-16 13:39 glj521 阅读(556) 评论(0) 推荐(0) 编辑
  2017年5月22日
摘要: package com.jiuxi.marriage.module.goods.manager; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.StaggeredGridLayoutManager; import an... 阅读全文
posted @ 2017-05-22 13:42 glj521 阅读(238) 评论(0) 推荐(0) 编辑
  2017年5月9日
摘要: config(Config.ARGB_8888); 阅读全文
posted @ 2017-05-09 15:10 glj521 阅读(163) 评论(0) 推荐(0) 编辑
摘要: https://github.com/lzyzsd/JsBridge 阅读全文
posted @ 2017-05-09 13:56 glj521 阅读(85) 评论(0) 推荐(0) 编辑
  2017年4月25日
摘要: 设置头像 http://www.imgeek.org/article/825307638 阅读全文
posted @ 2017-04-25 20:48 glj521 阅读(78) 评论(0) 推荐(0) 编辑
  2017年4月10日
摘要: 1、执行下面命令:adb nodaemon server 会出现 cannot bind 'tcp:5037'2、输入下面的命令:netstat -ano | findstr "5037" 可以查询什么占用了5037端口,再通过 taskkill /f /pid xxxx 把占用5037端口的进程给 阅读全文
posted @ 2017-04-10 21:49 glj521 阅读(165) 评论(0) 推荐(0) 编辑
  2017年4月9日
摘要: 安装完git之后所要做的操作: 配置全局用户名和email git config –global user.name “zjr” git config –global user.email “18513316431@163.com” 配置的全局信息 git config –l 创建本地git仓库 A 阅读全文
posted @ 2017-04-09 16:47 glj521 阅读(114) 评论(0) 推荐(0) 编辑
  2017年4月4日
摘要: //弱引用的使用 private static class SwitchHandler extends Handler { private WeakReference mWeakReference; SwitchHandler(SplashActivity activity) { mWeakReference = new WeakRef... 阅读全文
posted @ 2017-04-04 19:58 glj521 阅读(134) 评论(0) 推荐(0) 编辑