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

📄 pic.java

📁 关于彩信mms的程序,可以打包mms, 发送mms21840270MMS-PicCente
💻 JAVA
字号:
package mmspiccenter;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: hf</p> * @author unascribed * @version 1.0 */import java.util.*;/*   温度图片大小为15*22[宽*高]   天气图片大小为60*60*/public class Pic {//[[pic_url,x,y],[],[]]    //public int picNum = 0;    public String bg_url  = "";    public String title_url = "";    public String title_x = "";    public String title_y = "";    public Vector w1_url_v = new Vector();    public Vector w2_url_v = new Vector();    public Vector w1_x_v = new Vector();    public Vector w1_y_v = new Vector();    //public Vector w2_x_v = new Vector();    //public Vector w2_y_v = new Vector();    public Vector t1_url_v = new Vector();    public Vector t2_url_v = new Vector();    public Vector t1_x_v = new Vector();    public Vector t1_y_v = new Vector();    //public Vector t2_x_v = new Vector();    //public Vector t2_y_v = new Vector();    public String txt = "";    public String xmltitle = "";    public String pic_url = "";    public String sta_id = "";    public String cityName = "";    public String sp_url = "";    public String base_url = "";    public String hour = "";    public String service_code = "";    public String period = "";    public String type_url = "";    public String mms_type_code = "";    public Pic(/*int picNum,*/String bg_url,String title_url,String title_x,String title_y,               Vector w1_url_v,Vector w2_url_v,Vector w1_x_v,Vector w1_y_v,               /*Vector w2_x_v,Vector w2_y_v,*/Vector t1_url_v,Vector t2_url_v,               Vector t1_x_v,Vector t1_y_v,String txt,String xmltitle,String pic_url,               String sta_id,String sp_url,String base_url,String cityName,               String hour,String service_code,String period,String type_url,String mms_type_code) {          //this.picNum = picNum;//图片数量        this.bg_url = bg_url;          this.title_url = title_url;//"明天天气"图片的url          this.title_x = title_x;//"明天天气"图片的x坐标          this.title_y =title_y ;//"明天天气"图片的y坐标          this.w1_url_v =w1_url_v ;//开始天气的图片Url组          this.w2_url_v =w2_url_v ;//结束天气的图片Url组          this.w1_x_v =w1_x_v ;//开始天气的图片的x坐标组          this.w1_y_v = w1_y_v;//开始天气的图片的y坐标组          //this.w2_x_v =w2_x_v ;//结束天气的图片的x坐标组          //this.w2_y_v = w2_y_v;//结束天气的图片的y坐标组          this.t1_url_v =t1_url_v ;//开始温度的图片的Url组          this.t2_url_v =t2_url_v ;//结束温度的图片的Url组          this.t1_x_v = t1_x_v;//开始温度的图片的x坐标组          this.t1_y_v = t1_y_v;//开始温度的图片的y坐标组          //this.t2_x_v =t2_x_v ;//结束温度的图片的x坐标组          //this.t2_y_v =t2_y_v ;//结束温度的图片的y坐标组          this.txt = txt;          this.xmltitle  = xmltitle;          this.pic_url= pic_url;          this.sta_id = sta_id;          this.cityName = cityName;          this.sp_url = sp_url;          this.base_url = base_url;          this.hour = hour;          this.service_code = service_code;          this.period = period;          this.type_url = type_url;          this.mms_type_code = mms_type_code;    }    public static void main(String[] args) {        //Pic pic1 = new Pic();    }}

⌨️ 快捷键说明

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