摘要: 程序运行时的五个重要区域:程序计数器、虚拟机栈、本地方法栈、堆和方法区。 转载:https://blog.csdn.net/qq_34681580/article/details/108920027 阅读全文
posted @ 2025-03-12 17:04 良晨美景 阅读(11) 评论(0) 推荐(0)
摘要: 1 public static int dp2px(Context context, float dpVal) { 2 return (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 3 dpVal, context.getRe 阅读全文
posted @ 2025-03-12 15:51 良晨美景 阅读(6) 评论(0) 推荐(0)
摘要: adb shell input text "" 输入文本 adb shell input keyevent 4 输入按键事件 adb reboot bootloader fastboot flashing unlock adb disable-verity adb pull /data/system 阅读全文
posted @ 2025-03-12 15:49 良晨美景 阅读(24) 评论(0) 推荐(0)