摘要:
Connection 首先看一下okhttp如何定义连接,Connection接口可略知一二 public interface Connection { /** Returns the route used by this connection. */ Route route(); /** * Re 阅读全文
摘要:
什么是Scroller 我们知道View中有两个方法可以实现滚动/位置变化,scrollTo/scrollBy /** * Set the scrolled position of your view. This will cause a call to * {@link #onScrollChan 阅读全文
摘要:
1 问题引入: a) 域名劫持: dns过程中某个环节被攻击/篡改,导致dns结果为劫持者的服务器。例如竞争对手将你方的app下载地址篡改为他方的app下载地址。 b) 对现网用户进行监控时,发现个别用户请求时间为几十秒,而客户端设置的connectTimeout时间为二十秒。 原因:初步判断为dn 阅读全文