igcconfig.java

来自「greetingcard是手机贺卡的制作软件。小程序」· Java 代码 · 共 66 行

JAVA
66
字号
package com.igm.ig3.greetingcard.common;

import com.apic.ig3.util.*;

public class IGCConfig {

	//public final static String downloadURL = "http://www.iguanamobile.com/ig3/getgc";
	/**
	 * Download URL for Greeting Cards
	 */
	//public final static String downloadURL = "http://zipper2.iguanamobile.com:23232/ig3/getgc";
	public final static String downloadURL = "http://www.iguanamobile.com/ig3/getgc";
	
	/**
	 * Session file ext
	 */
	public final static String sessionExt = "-IGC.SID";

	/**
	 * Temp upload folder
	 */
	public final static String tmpHome = Ig3Config.GetValue("TMPUPLOAD_DIR") + "/";

	/**
	 * gcard40 greeting card jad file destination folder
	 */
	public final static String gcard40JadHome = Ig3Config.GetValue("GCARD40_JAD_DIR") + "/";

	/**
	 * gcard40 greeting card jar file destination folder
	 */
	public final static String gcard40JarHome = Ig3Config.GetValue("GCARD40_JAR_DIR") + "/";
	
	/**
	 * gcard greeting card jad file destination folder
	 */
	public final static String gcardJadHome = Ig3Config.GetValue("GCARD_JAD_DIR"); // "n:/mobilecontent/karaoke/poly/jad/";

	/**
	 * gcard greeting card jar file destination folder
	 */
	public final static String gcardJarHome = Ig3Config.GetValue("GCARD_JAR_DIR"); // "n:/mobilecontent/karaoke/poly/jar/";

	/**
	 * gcard60 greeting card jad file destination folder
	 */
	public final static String gcard60JadHome = Ig3Config.GetValue("GCARD60_JAD_DIR"); //"n:/mobilecontent/karaoke/poly/jad60/";

	/**
	 * gcard60 greeting card jar file destination folder
	 */
	public final static String gcard60JarHome = Ig3Config.GetValue("GCARD60_JAR_DIR"); // "n:/mobilecontent/karaoke/poly/jar60/";
	
	/**
	 * greeting card UA file path
	 */
	public final static String gcardUAFile = Ig3Config.GetValue("GCARD_UA_FILE");
	
	/**
	 * greeting card log path
	 */
	public final static String logFile = Ig3Config.GetValue("GCARD_LOGFILE");
	
	
}

⌨️ 快捷键说明

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