?? untitled1.java~3~
字號:
package org.jetic.web.chat;/** * <p>Title: lisb</p> * <p>Description: web</p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: webJQ</p> * @author myloverosecome@163.com * @version 1.0 */public class Untitled1 { public Untitled1() { } public void test(){ byte[] b=new byte[4]; int i=2147483647; Integer inte=new Integer(i); byte bb=inte.byteValue(); i=2; i=4; } public static void main(String[] args) { Untitled1 untitled11 = new Untitled1(); untitled11.test(); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -