上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页
摘要: adb shell pm list packages找到要提取apk的包名 adb shell pm path 定位apk所在系统路径 adb pull /system/app/YouTube/YouTube.apk 阅读全文
posted @ 2021-07-31 20:26 ahuo 阅读(510) 评论(0) 推荐(0)
摘要: 显卡: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 阅读全文
posted @ 2021-07-26 14:02 ahuo 阅读(502) 评论(0) 推荐(0)
摘要: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html cudnn https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html Table 3. 阅读全文
posted @ 2021-07-25 12:13 ahuo 阅读(1594) 评论(0) 推荐(0)
摘要: pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple pip install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple 服务端 hub s 阅读全文
posted @ 2021-07-23 23:48 ahuo 阅读(120) 评论(0) 推荐(0)
摘要: yum whatprovides libGL.so.1 阅读全文
posted @ 2021-07-23 23:12 ahuo 阅读(203) 评论(0) 推荐(0)
摘要: tty /dev/pts/0 setconsole /dev/pts/0 setconsole /dev/console 阅读全文
posted @ 2021-07-22 14:32 ahuo 阅读(100) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2021-07-21 09:52 ahuo 阅读(358) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2021-07-09 14:22 ahuo 阅读(90) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2021-07-06 11:25 ahuo 阅读(59) 评论(0) 推荐(0)
摘要: 01234567890 阅读全文
posted @ 2021-06-19 23:22 ahuo 阅读(46) 评论(0) 推荐(0)
摘要: touch `ifconfig |grep inet|awk -F "[: ]+" '{print $3}'|head -n1` 阅读全文
posted @ 2021-06-13 17:45 ahuo 阅读(155) 评论(0) 推荐(0)
摘要: SELECT * FROM C_TABE WHERE code = UNHEX('033e19010201010001030000ff');SELECT * FROM C_LIBRAY_TABLE_NAME WHERE code = UNHEX('033e19010201010001030000ff 阅读全文
posted @ 2021-01-06 16:03 ahuo 阅读(1061) 评论(0) 推荐(0)
摘要: root@localhost /# cat /proc/mtddev: size erasesize namemtd0: 00080000 00010000 "u-boot"mtd1: 00020000 00010000 "u-env"mtd2: 00060000 00010000 "logo"mt 阅读全文
posted @ 2020-10-22 11:41 ahuo 阅读(393) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <syslog.h> #include <errno.h> void mai 阅读全文
posted @ 2020-10-10 17:24 ahuo 阅读(177) 评论(0) 推荐(0)
摘要: yes >> /deb/watchdog 禁用代码 /* * Watchdog Driver Test Program */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include 阅读全文
posted @ 2020-10-09 18:07 ahuo 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页