debug

Posted dong1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debug相关的知识,希望对你有一定的参考价值。

//ubuntu主机
sudo nano /etc/exports
/home/dong/9/qbox10 *(rw,sync,no_root_squash,no_subtree_check)

sudo /etc/init.d/nfs-kernel-server restart

sudo /etc/init.d/rpcbind restart

sudo ifconfig usb0 192.168.10.1


//电路板设备
modprobe g_multi file=/dev/mmcblk0p5,/dev/mmcblk0p6 ro=0,1 luns=2 stall=0 removable=1,1 iSerialNumber=3000111
ifconfig usb1 192.168.10.2
mount -t nfs -o nolock 192.168.10.1:/home/dong/9/qbox10 /home/qbox10

以上是关于debug的主要内容,如果未能解决你的问题,请参考以下文章

循环控制语句 之 with_together

Amazon online assessment 1

12.ansible-roles-include

Intellij IDEA中使用Debug

循环控制语句 之 with_nested

循环控制语句 之 with_list