?? constants.java
字號(hào):
/*
* @(#)Constants.java Dec 13, 2006
* Copyright 2006 qingdaosoftware, Inc. All rights reserved
*/
package com.qrsx.exam;
/**
*
* 功能:
*
* <p><a href="com.qrsx.exam.Constants.java"> <i>View Source </i> </a></p>
*
* Company : QingdaoSoftware<br>
* Author : <a href="mailto:wxt1013@163.com">WangXitao</a></p>
* Version : 1.0<br>
* Date : Dec 13, 2006<br>
*/
public class Constants {
public static final String SESSION_USER = "cn_qrsx_exam_model_user";
public static final String REQUEST_CHECK_FLAG = "checked_flag";
public static final String DEFAULT_METHOD = "unspecified";
/**
* 缺省的分隔符
*/
public static final String DEFAULT_DELIM = "|";
/**
* 用戶(hù)角色的定義
*/
public static final String ROLE_ADMIN = "admin";
public static final String ROLE_TEACHER = "teacher";
public static final String ROLE_STUDENT = "student";
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -