Glide内存管理
本文介绍Glide内存管理,包含三级缓存+网络缓存,猜测框架设计者可能的思考。
C基础回顾--静态开辟内存与动态开辟内存
此笔记主要回顾C语言基础中静态开辟内存与动态开辟内存相关知识点。
C基础回顾--函数指针与指针运算
此笔记主要回顾C语言基础中指针相关的知识点,函数指针与指针运算。
C基础回顾--字符串操作
此笔记主要回顾C语言基础中字符串操作相关的知识点。结构体相关操作。
C基础回顾--指针相关知识点
此笔记主要回顾C语言基础中指针相关的知识点-> 指针,指针函数及运;静态内存和动态内存开僻。
Glide源码分析
本文介绍Glide的源码分析,主要分析with(),load(),into()三段论的流程。
解决编译系统时报:ckati failed with: signal: killed
本文主要描述在Ubuntu 1804默认环境中,编译Andoird P代码,在编译过程中编译系统报"ckati failed with, signal, killed"的解决方案。
Android P源码编译, 第三方jar包报DateTimeException
本文主要描述解决Android P源码环境下编译第三方jar包,报“jarsigner error, java.time.DateTimeException, Invalid value for MonthOfYear (valid values 1 - 12), 0” 异常
Java代理详解
本文讲解代理模式、静态代理和动态代理相关原理
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment