config.java~25~
来自「关于彩信mms的程序,可以打包mms, 发送mms21840270MMS-Pic」· JAVA~25~ 代码 · 共 39 行
JAVA~25~
39 行
package mmspiccenter;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: </p> * @author unascribed * @version 1.0 */import java.util.*;public class Config { //数据库参数 public static String odbcstring = "org.gjt.mm.mysql.Driver";//""; public static String db_host = "10.10.1.215"; public static String db_name = "test"; public static String db_user = "rjz"; public static String db_password = "";//""; //数据池 public static DataPool LogPool = new DataPool(500); //Log public static Log log = new Log(); //sta_idV public static Vector sta_idV = new Vector(); public static Vector mmsParaV = new Vector(); //picV public static DataPool picV = new DataPool(1000); //picSize public static int w_width = 60; public static int w_high = 60; public static int t_width = 15; public static int t_high = 22; //www_url public static String www_url = "";//"http://10.10.1.215/"; public Config() { } public static void main(String[] args) { Config config1 = new Config(); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?