Tag:adb

  • [MySQL] Don’t Allow Data You Don’t Know How to Insert

    Time:2024-6-3

    Article Catalog Previously on MySQL Details of this chapter Data insertion Insert complete rows Inserting multiple rows Insert the retrieved data How to consolidate learning Summary of this article Previously on MySQL Hello everyone, today is the nth time I write about MySQL, but also recently learned MySQL, and also want to record my learning […]

  • adb modify file permissions

    Time:2023-10-30

    1. adb View file read and write permissions You can use the adb shell ls -l command to view the read and write permissions of a file or folder. For example, to check the permissions of the folder /sdcard/myfolder, you can use the following command: adb shell ls -l /sdcard/myfolder The system displays detailed information […]