source /etc/profile12
3456
78910
1112
1314
1516
1718
19[desktop entry]
encoding=utf-
8
name=eclipse
comment=eclipse ide
exec=/home/amarsoft/software/eclipse/eclipse
icon=/home/amarsoft/software/eclipse/icon.xpm
terminal=
false
startupnotify=
true
轉到檔案所在目錄下,修改上述檔案許可權
1sudo chmod u+x eclipse.desktop
1sudo apt-get install virtualbox -y
此時無法顯示virtualbox桌面圖示,輸入以下語句即可
1sudo apt-get install virtualbox-dkms virtualbox-source virtualbox-qt -y
此時在所有應用程式可以看見圖示
ssh -l login_name hostname
sudo su
scp /path/filename username@servername:/path
scp username@servername:/path/filename /var/www/local_dir
scp -r ~
Linux驅動開發筆記(二)
linux驅動開發的基本框架 define led major 200 define led name led static int led open struct inode inode,struct file filp static int led release struct inode in...
Android 開發筆記
版本控制的注意事項 以下資料夾不要加入版本控制 bin bin是編譯的二進位制檔案的存放路徑 gen gen是android需要的資源檔案的原始檔存放的目錄 使用svn的時候要注意專案編譯的問題 在編譯的時候程式會把src資料夾裡面的檔案拷貝到bin裡面,但是svn是每個資料夾裡面都包含乙個隱藏的....
ORACLE 開發筆記
oracle 日期 submitdate datetime.parse submitdate tostring d m月 yyyy to date 2002 01 02 yyyy m dd select count 1 from l perm where cancel y and sysdate p...