反射

获取指定父类的字段

学习笔记

卡米救砖

TWRP 清空data时,不会清空/data/media分区 清空data能解决大部分问题,所以不用操心download twrp打开mtp 可以移动文件 adb也可以 fastboot 12345678910111213141...

单例模式

通过Volatile实现单例模式

学习笔记

MySQL查询

通过FEDERATED同步在不同MySQL服务的两张表

数据库

开发日志

备份部分代码MainActivity.java 实用源生安卓来处理模糊,但是还是慢 12345678910111213141516171819202122232425262728293031323334353637383940414243444546...

2026-02-11

日常业务运行过程中,Redis 实例经常因各种 Big keys / Hot Keys 的问题未及时处理,导致服务性能下降、访问超时、用户体验变差,甚至可能造成实例大范围故障 。 这篇文章,我们聊聊生产环境,如何应对 Redis 大 Key...

Spring Boot Admin

服务端配置新建一个SpringBoot项目 pom.xml 12345678910111213<!--如果不需要鉴权 可以不加Security依赖--><dependency> <groupId>org....

java

Springboot

Springboot返回html 注:Springboot的版本2.1.3.RELEASE List-1 application.properties文件 1234567server.port=8080#url中,项目的前缀server.serv...

StringToInteger

String 转 Integer1.Integer的parseInt方法12345String string = "123";int value = Integer.parseInt(string);System.out.prin...

java

GitHub Page

123## 拉取子模块git submodule init // 初始化子模块git submodule update // 更新子模块与主仓库中的子模块代码同步

12346