博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
随笔(八)
阅读量:3725 次
发布时间:2019-05-22

本文共 403 字,大约阅读时间需要 1 分钟。

1.
AsyncListUtil
2.推送新项目到git
touch

git add

git commit -m “add README”

git push -u origin master

3.ViewModel
Android 的 ViewModel 机制源码解析
4.
DiffUtil
5.

需要泛型类型信息的泛型函数的简便形式

//  public final class Gson {
//     ... //     public <T> T fromJson(JsonElement json, Class<T> classOfT) throws JsonSyntaxException {
//     ...
inline fun <reified T: Any> Gson.fromJson(json): T = this.fromJson(json, T::class.java)
6.flutter
7.

转载地址:http://okvnn.baihongyu.com/

你可能感兴趣的文章
Hadoop概述
查看>>
Linux常用命令
查看>>
大数据面试重点整理
查看>>
shell 将字符串分割成数组
查看>>
shell遍历文件夹及去掉文件后缀名
查看>>
shell命令执行hive脚本
查看>>
Hive分区+根据分区查询
查看>>
shell按分隔符截取字符串
查看>>
hive插入分区报错SemanticException Partition spec contains non-partition columns
查看>>
hive清空表删除分区
查看>>
Hive统计日首次登陆游戏的用户数
查看>>
Hive去重统计
查看>>
Hive的桶表
查看>>
Flume概述安装及实操
查看>>
Sqoop概述安装及实操
查看>>
干货:解码OneData,阿里的数仓之路
查看>>
数据孤岛浅谈
查看>>
数据湖详解
查看>>
数据仓库和数据集市的概念、区别与联系
查看>>
Zookeeper概述安装及实操
查看>>