解壓
sudo
tar -zxvf ideaic-2020.3.2.tar.gz
此時在解壓的資料夾下,執行idea.sh
就可以使用了
移動資料夾到opt資料夾下
sudo
mv idea-ic-203.7148.57/ /opt/idea/
sudo
touch idea.desktop
sudo gedit idea.desktop # or other editor
貼上下方文字並儲存
[desktop entry]
name
=intellij idea
comment
=intellij idea
exec
=/opt/idea/bin/idea.sh # idea路徑
icon
=/opt/idea/bin/idea.png
terminal
=false
type
categories
=developer;
最後執行
sudo
chmod u+x idea.desktop
即可在抽屜裡找到圖示。
建立快捷方式
苦苦搜尋了n天,終於被我找到了,拿出來給大家參考一下 private declare function fcreateshelllink lib vb6stkit.dll byval lpstrfoldername as string,byval lpstrlinkname as string,by...
WinCE建立快捷方式
1.wince的快捷方式是乙個.lnk為字尾的文字檔案,其內容格式為 number of ascii characters after pound sign allocated to command line arguments command line optional parameters 例如...
ubuntu 建立快捷方式
然後在彈出的檔案中輸入 1 desktop entry 2 encoding utf 8 3 name eclipse 4 comment eclipse ide 5 exec usr local eclipse eclipse 6 icon usr local eclipse icon.xpm 7...