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

📄 config.java~25~

📁 关于彩信mms的程序,可以打包mms, 发送mms21840270MMS-PicCente
💻 JAVA~25~
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -