📄 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 + -