07 2021 档案
摘要:adb shell pm list packages找到要提取apk的包名 adb shell pm path 定位apk所在系统路径 adb pull /system/app/YouTube/YouTube.apk
阅读全文
摘要:显卡:GTX 1650 cuda:cuda_10.1.105_418.96_win10 Python: pip install paddlex -i https://mirror.baidu.com/pypi/simplepip install paddlepaddle -i https://mir
阅读全文
摘要:https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html cudnn https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html Table 3.
阅读全文
摘要:pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple pip install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple 服务端 hub s
阅读全文
摘要:tty /dev/pts/0 setconsole /dev/pts/0 setconsole /dev/console
阅读全文
摘要:pip install aliyun-python-sdk-core pip install aliyun-python-sdk-alidns #!/usr/bin/env python # coding= utf-8 import os import json from urllib2 impor
阅读全文
摘要:C/C++ IntelliSense, debugging, and code browsing. C/C++ Clang Command Adapter C/C++ Intellisense with the help of GNU Global tags Autocompletion for C
阅读全文
摘要:remount mount -o remount, rw / NFS sudo apt-get install nfs-kernel-server vi /etc/exports 追加 /mnt/nfsroot/rootfs *(rw,sync,no_root_squash,no_subtree_c
阅读全文