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

📄 igcconfig.java

📁 greetingcard是手机贺卡的制作软件。小程序
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -