globals.java

来自「用jsp,java写的在线购物系统」· Java 代码 · 共 37 行

JAVA
37
字号
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   Globals.java

package mediastore.web.global;


public class Globals
{

    public static String SESSION_USERINFO = "session_userinfo";
    public static String SESSION_CONTEXT = "session_context";
    public static String SESSION_QUERYS = "session_querys";
    public static String REQUEST_FORMBEAN = "request_formbean";
    public static String REQUEST_ERRORMSG = "request_errmsg";
    public static int REC_NUM_OF_PAGE = 6;
    public static String REQUEST_USERMANAGE = "request_usermanage";
    public static String REQUEST_MEMBERMANAGE = "request_membermanage";
    public static String REQUEST_IMPORTGOODSBILL = "request_importgoodsbill";
    public static String REQUEST_IMPORTBILLSEARCHCON = "request_importbillsearchcon";
    public static String REQUEST_IMPORTITEMSEARCHCON = "request_importitemsearchcon";
    public static String REQUEST_GOODSSEARCHCON = "request_goodssearchcon";
    public static String REQUEST_GOODSPROMANAGE = "request_goodspromanage";
    public static String REQUEST_EXPORTGOODSBILL = "request_exportgoodsbill";
    public static String REQUEST_EXPORTBILLSEARCHCON = "request_exportbillsearchcon";
    public static String REQUEST_EXPORTITEMSEARCHCON = "request_exportitemsearchcon";
    public static String REQUEST_GOODSINFOVIEW = "request_goodsinfoview";
    public static String REQUEST_IMPORTITEMSVIEW = "request_importitemsview";
    public static String REQUEST_EXPORTITEMSVIEW = "request_exportitemsview";

    public Globals()
    {
    }

}

⌨️ 快捷键说明

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