zoukankan      html  css  js  c++  java
  • adb导出中文名文件

    adb无法导出中文名文件,所以需要先使用重命名命令,将中文名文件重命名,然后再导出:

    F:>adb shell
    shell@t03g:/ $ cd storage/sdcard/read/record
    shell@t03g:/storage/sdcard/read/record $ ls
    瀹岀編涓栫晫.txt
    鏂楃�闈炵�.txt
    鏄熻景鍙?txt
    姊︽兂鍙h�.txt
    姝︾偧宸呭嘲.txt
    鐕冮挗涔嬮瓊.txt
    绌胯秺涔嬪厰榄呭悰蹇?txt
    琛€鑴夌殗鑰?txt
    榫欑帇浼犺�.txt
    shell@t03g:/storage/sdcard/read/record $ rename 瀹岀編涓栫晫.txt 1.txt
    shell@t03g:/storage/sdcard/read/record $ ls
    1.txt
    鏂楃�闈炵�.txt
    鏄熻景鍙?txt
    姊︽兂鍙h�.txt
    姝︾偧宸呭嘲.txt
    鐕冮挗涔嬮瓊.txt
    绌胯秺涔嬪厰榄呭悰蹇?txt
    琛€鑴夌殗鑰?txt
    榫欑帇浼犺�.txt
    shell@t03g:/storage/sdcard/read/record $

    然后再导出1.txt就可以了。

  • 相关阅读:
    通信接收机同步模块
    CAZAC序列
    Verilog Tricks
    载波同步
    Matlab step方法
    CRC校验码
    比特冗余
    Vivado RAM使用
    collection
    hashlib
  • 原文地址:https://www.cnblogs.com/chenlong-50954265/p/5846572.html
Copyright © 2011-2022 走看看