摘要:
方式1 在终端(windows:电脑win+R, linux:ctrl+alt+T)输入: pip list 或者 conda list 方式2: 从终端进入python 输入: help("modules") 阅读全文
posted @ 2019-06-26 15:38
lililili——
阅读(1924)
评论(0)
推荐(0)
摘要:
任务: 将服务器端数据挂载在板子上 1. 首先ssh问题 spawn ssh $remote_user@$remote_host (1) ssh:connect to host 10.110.6.50 port 22:Connection timed out 解决:需要查看板子和本机的子网段是否一致 阅读全文
posted @ 2019-06-26 15:18
lililili——
阅读(874)
评论(0)
推荐(0)
摘要:
参考:https://blog.csdn.net/zhangxinrun/article/details/6409125 亲测有用! 阅读全文
posted @ 2019-06-26 14:57
lililili——
阅读(575)
评论(0)
推荐(0)
摘要:
diff 可以用来比较文件和文件夹是否相同 比较文件 比较文件夹 -r 递归比较所有找到的子目录 -N 把缺少的文件当作空白文件处理 -a 把所有文件当作本文件逐行比较 -q 近输出文件是否有差异,不报告错误 重点是看这里的返回值 阅读全文
posted @ 2019-06-26 14:54
lililili——
阅读(2154)
评论(0)
推荐(0)

浙公网安备 33010602011771号