在mac下這邊使用Unicode Rewriter:
office website:
https://sourceforge.net/projects/unicoderewriter/
download:
https://sourceforge.net/projects/unicoderewriter/files/latest/download
先下載安裝檔,安裝完後在應用程式點兩下開啟UnicodereWriter.jar
選擇要轉換的檔案和目標語系
點Convert後就完成了.
pip install robotframework-ride
$ python -V ##current version
python 2.6.5
$ curl -kL https://raw.github.com/utahta/pythonbrew/master/pythonbrew-install | bash
##must use this command to make install pythonbrew completely
$ echo "source ~/.pythonbrew/etc/bashrc" >> ~/.bashrc
##add pythonbrew to system path
$ sudo echo export PATH=\"\$PATH:~/.pythonbrew/bin\" >> /etc/profile
##this command will take a long time depend on your computer becasue it will compile
##python to install. You can use "top" to check cpu rate.
$ pythonbrew install 2.7.2
##After installed, switch to python 2.7.2
$ pythonbrew switch 2.7.2
switched to Python-2.7.2
$ python -V
python 2.7.2
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.NoActionBar" />Q2.How to add pic to android studio ?如何將圖檔加入android studio專案中?