2011-10-26から1日間の記事一覧

型変換・キャスト

文字列から数値型への変換 int型 int a=Integer.valueOf(str).intValue() int a=Integer.parseInt(str); short型 short a=Short.valueOf(str).shortValue() short a=Short.parseShort(str) byte型 byte a=Byte.valueOf(str).byteValue() byte a=Byte.parseBy…

eclipseショートカットキー

変数、関数、クラスなどの定義元へジャンプ 要素上でF3もしくはCtrl + 左クリック文書整形文書全体 Shift + Ctrl + F 選択行 Ctrl + IEclipseの用語とかショートカットとかメモ http://www.kantenna.com/info/2009/05/eclipse.php