摘要: 查看设备 adb devices 进入设备 adb -s [设备名] shell adb -s 127.0.0.1:16384 shell 进入SQLlite文件目录(这里根据dbPath来决定最后一级目录) 假设:dbPath ='_downloads/app.db' cd /storage/em 阅读全文
posted @ 2025-04-17 08:04 甩手掌柜凡三岁 阅读(52) 评论(0) 推荐(0)
摘要: 在 Kubernetes 中,Pod 的 init container 和 containers 有不同的作用和生命周期。特别是在 Istio 中,istio-init 和 istio-proxy 分别扮演了不同的角色。以下是它们的区别和功能: 1. Init Container(初始化容器) 作用 阅读全文
posted @ 2025-02-15 12:21 甩手掌柜凡三岁 阅读(176) 评论(0) 推荐(0)
摘要: 安装Docker(基于CentOS 8.5) 教程:https://www.cnblogs.com/Can-daydayup/p/15395980.html 如果遇到podman-3.3.1-9.module_el8.5.0+988+b1f0b741.x86_64 需要 runc >= 1.0.0- 阅读全文
posted @ 2024-12-27 13:52 甩手掌柜凡三岁 阅读(30) 评论(0) 推荐(0)