📄 constants.java
字号:
package com.stsc.archive.jygl;
/**
* Manifest constants for the example application.
*
* @author Lu Tianxiong
* @version $Revision: 1.2 $ $Date: 2001/04/14 12:53:07 $
*/
public final class Constants{
/**
* The package name for this application.
*/
public static final String Package = "com.stsc.archive.jygl";
public static final String CURRENT_USER_KEY = "CurrentUserInfo"; //用户信息
/**
* The application scope attribute under which our Hashtable of
* Users is stored.
*/
public static final String JYCXLIST_KEY = "jycxlist";
public static final String ARCHIVE_KEY = "archive";
public static final String DATEFORMAT = "yyyy-MM-dd";
public static final String DATABASE_KEY = "com/stsc/jdbc/access/archive";
public static final String ROWSPERPAGE = "rowsperpage";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -