摘要: http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_development.html https://blog.csdn.net/qq_39101111/article/details/78684868 阅读全文
posted @ 2020-03-31 17:52 katago 阅读(282) 评论(0) 推荐(0)
摘要: bash中看到这样的命令, curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -sudo apt-get install -y nodejs黄色部分,| 这个是管道操作符,表示前面命令的输出作为后面的命令的输入。 "bash -" bash 跟一个短杠的作用是什么呢? For a command, if usi... 阅读全文
posted @ 2020-03-31 11:27 katago 阅读(153) 评论(0) 推荐(0)