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

📄 globals.java

📁 用jsp,java写的在线购物系统
💻 JAVA
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -