上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 76 下一页
摘要: 显卡: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 阅读(408) 评论(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 阅读(1278) 评论(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 阅读(109) 评论(0) 推荐(0) 编辑
摘要: yum whatprovides libGL.so.1 阅读全文
posted @ 2021-07-23 23:12 ahuo 阅读(193) 评论(0) 推荐(0) 编辑
摘要: tty /dev/pts/0 setconsole /dev/pts/0 setconsole /dev/console 阅读全文
posted @ 2021-07-22 14:32 ahuo 阅读(88) 评论(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 阅读(298) 评论(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 阅读(71) 评论(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 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 01234567890 阅读全文
posted @ 2021-06-19 23:22 ahuo 阅读(42) 评论(0) 推荐(0) 编辑
摘要: touch `ifconfig |grep inet|awk -F "[: ]+" '{print $3}'|head -n1` 阅读全文
posted @ 2021-06-13 17:45 ahuo 阅读(95) 评论(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 阅读(1037) 评论(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 阅读(359) 评论(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 阅读(171) 评论(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 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 配置文件保留的时间(1w为一周): journalctl --vacuum-time=1w 阅读全文
posted @ 2020-09-27 10:08 ahuo 阅读(387) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 76 下一页