上一页 1 2 3 4 5 6 ··· 14 下一页

2020年4月17日

Fragment java.lang.IllegalStateException 生命周期

摘要: 应用如果退出到后台,Activity会调用onSaveInstanceState来保存Fragment、Dialog等信息,再调用onStop,在手机内存不足时可能会调用onDestroy。在Activity调用完onSaveInstanceState之后,如果添加了Fragment(或Dialog 阅读全文

posted @ 2020-04-17 11:20 赵子隆 阅读(264) 评论(0) 推荐(0) 编辑

2020年3月26日

画三角形shape layer-list

摘要: 原文:https://www.cnblogs.com/dreamGong/p/6196504.html1、画三角形shape <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.androi 阅读全文

posted @ 2020-03-26 10:27 赵子隆 阅读(3386) 评论(0) 推荐(0) 编辑

2020年3月13日

curl

摘要: http://www.ruanyifeng.com/blog/2019/09/curl-reference.html 阅读全文

posted @ 2020-03-13 15:45 赵子隆 阅读(111) 评论(0) 推荐(0) 编辑

2020年2月26日

fiddler 代理设置

摘要: 在static function OnBeforeRequest(oSession: Session)方法内添加以下代码: 重定向:regex:(?inx).*fxtest.fxwork.kugou.com/sns/oauth2/access_tokenhttps://api.weixin.qq.c 阅读全文

posted @ 2020-02-26 17:30 赵子隆 阅读(900) 评论(0) 推荐(0) 编辑

2020年2月21日

int[] 数组 加长长度

摘要: ary=Arrays.copyOf(ary, ary.length+1); 阅读全文

posted @ 2020-02-21 19:21 赵子隆 阅读(357) 评论(0) 推荐(0) 编辑

2020年2月10日

bug 编译 运行失败 合集

摘要: app:transformClassesWithExtractJarsForDebug 把默认AS默认打开的Instant run关掉就可以了。路径在在settings->Build,Execution,Deployment->Instant Run 阅读全文

posted @ 2020-02-10 10:35 赵子隆 阅读(111) 评论(0) 推荐(0) 编辑

2020年1月13日

数字签名 数字证书 HTTPS怎么保证网络安全

摘要: 参考:https://www.cnblogs.com/kubidemanong/p/9390021.html 阅读全文

posted @ 2020-01-13 19:24 赵子隆 阅读(147) 评论(0) 推荐(0) 编辑

2020年1月10日

UML类图

摘要: 类之间的关系 一、继承关系 public class A extends B{ } 二、实现关系 或者 public class A implements B{ } 三、依赖关系 很弱的关系,A拥有B的局部变量,通常只在方法中使用到了B public class A{ private void fu 阅读全文

posted @ 2020-01-10 16:50 赵子隆 阅读(116) 评论(0) 推荐(0) 编辑

2020年1月9日

使用UI Automator Viewer查看控件

摘要: https://www.jianshu.com/p/2105174c68b3 阅读全文

posted @ 2020-01-09 18:41 赵子隆 阅读(181) 评论(0) 推荐(0) 编辑

2020年1月8日

Java中xml转义字符

摘要: 阅读全文

posted @ 2020-01-08 16:24 赵子隆 阅读(2386) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 14 下一页

导航