-
Flutter 的 路由 导航 页面跳转 `navigator`
Flutter 的 页面跳转 Navigator
-
Kotlin 高阶函数替代接口进行回调
kotlin 高阶函数替代接口进行回调
-
Textview 跑马灯 和 超出行数时可上下拖动
TextView 跑马灯
-
Okhttp 的 `addinterceptor` 和 `addnetworkinterceptor`
addInterceptor 和 addNetworkInterceptor 都是 OkHttp 中用于添加拦截器的方法,但它们有一些关键区别:
-
Okhttp 对 `addinterceptor` 的顺序处理
OkHttp 对 addInterceptor 的顺序处理
-
Okhttp 中 `max Age`、`max Stale` 和 `min Fresh` 同时使用时的效果
OkHttp 中 max-age、max-stale 和 min-fresh 同时使用时的效果
-
Git 命令 判断 git 仓库类型
git rev-parse --is-inside-work-tree
-
[现代 android] coroutine + retrofit + viewmodule 基本使用
Coroutine + Retrofit + ViewModule 基本使用
-
Kotlin 协程
协程 kotlincn.net
-
Git submodule 子模块 的 clone 和 更新
git clone 时 把子模块也 clone 下来
-
Flutter的3颗树 widget element render
在 Flutter 中,常常提到的 “三棵树” 是指 Widget 树、Element 树和 RenderObject 树。这些树形结构相互关联,用于描述和渲染 Flutter 应用程序的界面
-
Windows 命令行 cmd 自动执行命令
CMD
-
Flutter 命令
搬运自: https://flutter.cn/docs/reference/flutter-cli
-
刘海屏适配
Android 允许您控制是否在刘海区域内显示内容。窗口布局属性 layoutInDisplayCutoutMode 控制您的内容如何呈现在刘海区域中。您可以将 layoutInDisplayCutoutMode 设为以下某个值:
-
全面屏适配
官方文档(声明受限屏幕支持)[https://developer.android.com/guide/practices/screens-distribution?hl=zh-cn]
-
Ssh server client 配置
ssh client 配置
-
Ssh 远程登录 和 scp 命令
远程登录ssh remote_username@remote_ip -p 8022或者 ssh remote_ip -p 8022
-
Git submodule 管理子模块
基本使用
-
Kali 更新失败的解决方法
W: GPG error: http://mirror.fsmg.org.nz/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444...
-
Recyclerview的spansizelookup
layoutManager.spanSizeLookup = object : GridLayoutManager.SpanSizeLookup() { override fun getSpa...