240 发简信
IP属地:贵州
  • Resize,w 360,h 240
    okhttp 责任链拦截器

    用户自定义的拦截器应用拦截器 在所有拦截器的前面网络拦截器 在 RetryAndFollowUpInterceptor、BridgeInterc...

    0.1 60 0 1
  • Resize,w 360,h 240
    okhttp

    1、OkHttpClient 的创建 通过 Builder 模式设置OkHttpClient 的参数,比如超时、dns等,可以设置 dns 解决...

    0.1 76 0 1
  • Resize,w 360,h 240
    room

    项目地址[https://gitee.com/trainAndroid/room] 1、数据依赖 2、主要组件 数据库类[https://dev...

  • moshi

    moshi[https://github.com/square/moshi] 的使用方法简介,项目地址[https://gitee.com/tr...

  • Resize,w 360,h 240
    塞尔曲

    1、一阶贝塞尔曲线 一阶贝塞尔曲线的原理就是一条直线,其实就是直接画了一个Path出来,在这里不做过多的介绍,本文主要介绍的是二阶的贝塞尔曲线。...

  • JS

    Table of Contents generated with DocToc[https://github.com/thlorenz/doc...

  • Resize,w 360,h 240
    CSS

    Table of Contents generated with DocToc[https://github.com/thlorenz/doc...

  • ViewModel & LiveData 介绍

    1、介绍 通过实现一个猜词游戏介绍 ViewModel 和 LiveData参考ViewModel[https://developer.andr...

  • Coroutine 笔记

    一.网络请求 1、网络请求配置 获取 github 贡献者的列表 2、线程 execute 阻塞 3、异步 enqueue 回调 4、协成加载 ...