?? num.java
字號:
/*
* Num.java
*
* Created on 2007年10月30日, 上午9:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author tech
*/
//放置各種數目;
public class Num {
public static final int adNum=1; //廣告數目
public static final int meetNoticeNum=3; //會議公告數,
public static final int meetRecollectNum=3; //會議回顧,將3改成1
public static final int relativalLiteratureNum=5; //相關文獻
public static final int questionNum=2; //問卷調查 原來是5
public static final int picNum=3;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -