⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qtype.java

📁 一个在线学习系统的服务端SERVLET程序
💻 JAVA
字号:
package eols.bean.test;
/**
 * A class wrapping question type information which can be used to
 * describe the question type of each added question.
 *
 * @author Fasheng Qiu
 *
 */
public class QType {

	/** Choice question */
	public static final int CHOICE = 0;

	/** Blank filling question*/
	public static final int FILL_BLANK = 1;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -