ref : http://www.cc.ntu.edu.tw/chinese/epaper/0020/20120320_2003.html
- 11月 04 週日 201213:08
Eclipse - functions
- 11月 04 週日 201213:01
Eclipse - Change backgroup color and Text Font color
To change Background colour :
Windows -> Preferences -> Genera -> Editors -> Text Editors
-> Browse Appearance color options
Windows -> Preferences -> Genera -> Editors -> Text Editors
-> Browse Appearance color options
- 11月 04 週日 201212:57
Eclipse - set the text font for Java and Jsp file
在Eclipse中 , 提供了一些設定讓我們可以去調整Java或Jsp file的字體大小,
For Java :
Window->preferences->General->Appearance->Colors and Fonts->
Java->Java Editor Text Font
For Java :
Window->preferences->General->Appearance->Colors and Fonts->
Java->Java Editor Text Font
- 11月 04 週日 201211:58
Eclipse - Edit jsp file and Install Tomcat plugin
在Eclipse中 , 若我們安裝的是Classic的版本 , 其中並無支援對jsp file的編輯 ,
但Eclipse提供了讓我們安裝jsp套件 , 並可藉由該package進行jsp file的編輯:
Help -> Install New Software -> work with all available site
-> Web, XML, Java EE and OSGi Enterprise Develepment
但Eclipse提供了讓我們安裝jsp套件 , 並可藉由該package進行jsp file的編輯:
Help -> Install New Software -> work with all available site
-> Web, XML, Java EE and OSGi Enterprise Develepment
- 10月 31 週三 201213:13
Eclipse - 變更CVS address
在Eclipse中 , 可以很方便的跟CVS進行連接 ,
但有時我們可能會變更原先CVS的ip address ,
此時必須在Eclipse中進行更改:
Windows-->Show View-->Other-->CVS-->CVS Repositoris --> 右鍵(選properties)
但有時我們可能會變更原先CVS的ip address ,
此時必須在Eclipse中進行更改:
Windows-->Show View-->Other-->CVS-->CVS Repositoris --> 右鍵(選properties)
- 10月 05 週五 201218:46
Eclipse - 更改java complier version
在Compile java program時 ,
我們必須要注意相容程式的版本 , 若是1.1的版本 , 就記得要用version 1.1進行compile.
而在Eclipse中 , 可以在以下的地方修改java compiler version :
Windows -> Preferences -> Java -> compiler
我們必須要注意相容程式的版本 , 若是1.1的版本 , 就記得要用version 1.1進行compile.
而在Eclipse中 , 可以在以下的地方修改java compiler version :
Windows -> Preferences -> Java -> compiler
- 10月 02 週二 201214:23
Eclipse - 修改text file的編碼方式
在Eclipse中 , 對java文件預設的編碼方式為MS950 ,
(MS950 即是ASCII + Big5)
但是若text file含有簡體字(註解部分)
這樣在編譯時可能會發生編碼錯誤 , 而無法comile的狀況,
(MS950 即是ASCII + Big5)
但是若text file含有簡體字(註解部分)
這樣在編譯時可能會發生編碼錯誤 , 而無法comile的狀況,
- 10月 02 週二 201210:44
Eclipse - 變更反白顏色
在Eclipse中 , 若我們想要變更反白之後的顏色 , 其設定位置為:
Window -> Preferences -> General -> Editors
-> Text Editors -> Annotations -> Occurrence
Window -> Preferences -> General -> Editors
-> Text Editors -> Annotations -> Occurrence
1
