constentutil.java

来自「基于mvc的java进销存系统」· Java 代码 · 共 30 行

JAVA
30
字号
/*
 * ConstentUtil.java
 *
 * Created on 2007年4月22日, 下午7:44
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package util;

import java.util.Hashtable;

/**
 *
 * @author s
 */
public class ConstentUtil {

    /** Creates a new instance of ConstentUtil */
    public ConstentUtil() {}
         /** 数据库配置资源文件*/
    public static final String db_file = "shopcart.db";
    
    /** SQL语句资源文件*/
    public static final String sql_file = "shopcart.sql";   
    public static final  Hashtable hashtable=new Hashtable();
    public static String user=null;
}

⌨️ 快捷键说明

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