AdSense

網頁

2017/12/7

記帳簿Eclipse設定

記帳簿Eclipse設定

設定Eclipse開啟時用的jdk,參考這裡

設定Eclipse全域編碼設定,開啟eclipse.ini,並在裡面加入-Dfile.encoding=UTF-8後存檔, 然後重開eclipse。

設定Workspace文字編碼為UTF-8,Window -> Preferences -> General -> Workspace,把MS950改為UTF-8。

設定CSS,HTML及JSP檔建立時的編碼為UTF-8,Window -> Preferences -> WEB -> CSS Files, HTML Files, JSP Files將編碼從BIG5改為UTF-8。

設定Java程式編排格式,把縮排改為兩個空白,Window -> Preferences -> Java -> Code Style -> Formatter,點選Edit..., 在General settings區塊將Tab policy改為Spaces only,將indentation size及Tab size改為2。在Indent區塊勾選Statements within 'switch' body,然後將上方的Profile name重新命名。

設定JavaScript編排格式,Window -> Preferences -> JavaScript -> Code Style -> Formatter

設定xml編排格式,Windows -> Preferences -> XML -> XML Files -> Editor

設定編輯區文字大小,在Window -> Preferences -> General -> Appearance -> Colors and Fonts,在右側選擇Basic -> Text Font然後按Edit...

將預設瀏覽器改為Chrome,Window -> Web Browser-> Default system web browser

加入Server,在Eclipse下方點選Servers標籤,點選No servers are available. Click this link to create a new server...。 點選Apache,選擇Tomcat v8.0 Server(如果下載的Tomcat 8.0),接著按Next >
在Tomcat installation directory選擇Tomcat的目錄位置,JRE選擇在eclipse.ini中設定的JDK版本,按Finish完成設定。

點[Servers]標籤,開啟Tomcat設定,在Server Locations區塊中選擇Use Tomcat installation (takes control of Tomcat installation)並存檔。

安裝Properties Editor eclipse plug-in來顯示properties檔的中文。

Server Runtime加入專案的Build Path。在專案上按滑鼠右鍵 -> Properties -> Java Build Path,點選[Libraries]頁籤,點選Add Library...,選Server Runtime,然後選擇剛剛安裝的Tomcat。

JUnit加入專案Libraries,專案上按滑鼠右鍵 -> Properties -> Java Build Path,點選[Libraries]頁籤,點選Add Library...,選JUnit,然後選JUnit 4

安裝Eclipse mybatipse plug-in

沒有留言:

AdSense