深度學(xué)習(xí)在圖像處理中的應(yīng)用探討 ?
20個(gè)令人驚嘆的深度學(xué)習(xí)應(yīng)用(Demo+Paper+Code)
神經(jīng)網(wǎng)絡(luò)理解和入門(mén)?
推薦~~~
ubuntu命令大全
創(chuàng)建新的文件夾
?mkdir <document name>. 例子: mkdir orange ->創(chuàng)建一個(gè)名字為orange的文件夾。在當(dāng)前路徑下奧。
mkdir --h??幫助理解命令,在命令后面加上--h。

幫助
刪除文件夾實(shí)例:
rm -rf /var/log/httpd/access
將會(huì)刪除/var/log/httpd/access目錄以及其下所有文件、文件夾
2、刪除文件使用實(shí)例:
rm -f /var/log/httpd/access.log
將會(huì)強(qiáng)制刪除/var/log/httpd/access.log這個(gè)文件
文件重命名:
mv----將文件test 重命名為tes:
mv test tes
SSH的復(fù)制命令,就是復(fù)制命令代碼到shell里面,不用右鍵復(fù)制的
Ctrl+insert ? ?復(fù)制
Shift+insert ? 粘貼
Shift+delete ?剪切
那么在ubuntu中的復(fù)制命令累
cp命令
cp test hello 將當(dāng)前目錄下的test文件夾復(fù)制到到hello下
ubuntu中的移動(dòng)
mv test hello?將當(dāng)前目錄下的test文件夾移動(dòng)到hello下