只要改xml
不用改到java的寫法
http://www.techrepublic.com/article/pro-tip-round-corners-on-an-android-imageview-with-this-hack/
2015年3月11日 星期三
2015年3月10日 星期二
[Ubuntu] 編輯 vim
必要安裝:
參考 http://hanmajor.blogspot.tw/2013/10/ubuntuc.html
開啟vimrc:
vim ~/.vimrc
自動縮排
set ai
set shiftwidth=4
set tabstop=4
顯示顏色
syntax on
顯示行數
set number
set smartindent
set autoindent
參考 http://hanmajor.blogspot.tw/2013/10/ubuntuc.html
開啟vimrc:
vim ~/.vimrc
自動縮排
set ai
set shiftwidth=4
set tabstop=4
顯示顏色
syntax on
顯示行數
set number
set smartindent
set autoindent
[Ubuntu] 安裝VMware Tools
1. Open Terminal
2. type in:
sudo -s
(enter password)
apt-get install build-essential gcc
3. Manage -> Install VMware Tools
4. http://pcnotes.fser-hk.com/2013/06/vmware-player-ubuntuvmware-tools.html
2. type in:
sudo -s
(enter password)
apt-get install build-essential gcc
3. Manage -> Install VMware Tools
4. http://pcnotes.fser-hk.com/2013/06/vmware-player-ubuntuvmware-tools.html
訂閱:
文章 (Atom)