網頁

2013年8月23日 星期五

Eclipse 常用設定

Last Update: 2013/08/24 13:59+08
Type: Note


Intro & Content


Eclipse 常用的一些設定
===使用特定JDK===========================
在 %Eclipse Home%/eclipse.ini
複製下面語句, 放在最上面, 一定要最上面
-vm
C:/Program Files/Java/jdk1.6.0_45/bin/javaw.exe



===Encoding===========================
Window -> Perference -> General -> Content Types -> 把每個type 的 Default encoding 都 update 成 utf-8
Window -> Perference -> General -> Workspace -> Text file encoding 改成 utf-8
Window -> Perference -> Web-> XXX -> Encoding 改成 utf-8 (這邊是Create File時)


若用html 可加上
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
若用 JSP 可在檔頭加
<%@ page language="java" contentType="text/html; charset=utf-8"
 pageEncoding="utf-8"%>
若用 PHP 可在檔頭加
<?php
header("Content-Type:text/html; charset=utf-8");
?>
雖然這3者意義相同
但有可能會在 html 開始前 印出(echo, print and so on)訊息 然後中止response, 所以還是看情況加



===中文字型太小===========================
安裝 YaHei.Consolas.1.12.ttf 字型
到 Windows -> Prefereces -> General -> Appearance -> Colors and Fonts -> Basic -> Text Font -> 編輯修改成剛剛安裝的字型


沒有留言:

張貼留言