hello ,上次给大家介绍了目录管理、文件管理、日期时间管理 如果有些遗忘的话可以观看https://www.cnblogs.com/X404/p/12235929.html 先总结一下~~ 目录管理:mkdir rmdir ls cd pwd tree 文件管理:touch nano stat ...
分类:
系统相关 时间:
2020-01-29 20:06:39
阅读次数:
105
上回书说到(以下省略100字) 说到底还是要自己写一个PC和Arduino 通信的程序,毕竟还是要集成到咱的系统上来。 c# 其实本身是有串口通信的类库的 arduino也自带软硬串行通信类库 两个类库一对话,一切就成了。 哦,我用的vb,哈哈哈 Imports System.IO.Ports Pu ...
分类:
其他好文 时间:
2020-01-29 14:34:56
阅读次数:
222
Arduino Nano 超小封装的 Arduino开源系统。玩起来挺爽的。 作为最小单片机系统,首先功耗是没得说,很低很低,并且还有休眠模式,采用电池供电非常理想的功耗。 其次,由于社区完整强大,扩展很方便,无论串行并行,编程接口丰富。 再次,价格很感人,RMB:10-20元。依然是首选。 AS3 ...
分类:
其他好文 时间:
2020-01-28 15:45:04
阅读次数:
204
Below are pre-built PyTorch pip wheel installers for Python 2.7 and Python 3.6 on Jetson Nano, Jetson TX2, and Jetson Xavier with JetPack >= 4.2.1 not ...
分类:
其他好文 时间:
2020-01-25 23:33:05
阅读次数:
114
1,先安装一些依赖 sudo apt install nodejs npm 2,安装pip3包管理器 sudo apt install python3-pip 3,安装jupter lab pip3 install jupyter jupyterlab 4,重启 sudo reboot 5,启动ju ...
分类:
其他好文 时间:
2020-01-25 22:17:41
阅读次数:
529
#1. 在 Win10 的 Microsoft Store 中安装了 ubuntu18.04,更换为国内源。 #2. 在 WSL 中安装 xfce4 桌面环境 $ sudo apt-get install xfce4 #3. 配置 .bashrc $ cd ~ $ nano .bashrc 在最后一 ...
分类:
系统相关 时间:
2020-01-15 09:30:59
阅读次数:
103
CentOS8现已可使用国内的aliyun阿里云镜像站,方法如下: 用cd命令切换到yum.repos目录,备份原始的3个repo文件:cd /etc/yum.repos.d/sudo cp CentOS-AppStream.repo CentOS-AppStream.repo.baksudo cp ...
分类:
其他好文 时间:
2020-01-10 15:56:38
阅读次数:
584
参考:https://makerpro.cc/2019/06/how-to-make-jetson-nano-perform-cuda-in-opencv4-1-0-smoothly/ ...
分类:
其他好文 时间:
2020-01-07 16:35:56
阅读次数:
97