Gson Format 使用 GsonFormat 插件快速构建 Json 映射对象插件安装 File Settings Plugins Marketplace 在搜索框输入 GsonFormat 搜索 安装相应插件 根据提示重启 IDE 使用方法 新建实体类 ALT + Insert 或者 右键->Generate 选择 GsonFormat 将待解析 Json 字符串输入弹出的对话框 OK 2020-02-16 Program Android
Swiperefreshlayout SwiperefreshlayoutGoogleDoc GoogleGithub 声明依赖项直接复制官方文档,不多解释了(懒 在应用或模块的 build.gradle 文件中添加所需工件的依赖项: dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0&qu 2020-02-01 Program Android
Ubuntu Install 前言之前由于感兴趣而涉足 Linux 领域,在虚拟机内尝试了 Ubuntu,可惜虚拟机内性能有限,于是以双系统的形式安装了 Ubuntu18.04。 经过一段时间的使用后,感觉 Ubuntu 完全可以作为日常系统使用,于是放弃了 bug 不断的 Windows 系统,做好备份后直接全盘安装了 Ubuntu 系统,Windows 下的软件找不到替代品就转向虚拟机使用。 个人感觉 Ubuntu 是完全 2020-01-24 Linux Ubuntu
Random Numbers On C Language 面向小白的 C 语言随机数详解// 生成一系列0~9之间的随机整数 #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { srand( time(NULL) ); int ret; for (int i = 0; i < 20; i+ 2020-01-24 Program C/C++
Hello World WelcomeWelcome! This is my first Blog and I am glad it works. Before then, I have tried many times to build a blog. But all of them failed. That made me really upset and there has been a long time bef 2020-01-24 Others Othrs