快速业务通道

CS潤更罷周徭強幅雫糞??膨? - 園殻秘壇利

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-16
path = (Element)childs.get(1);//Path 100      Element ver = (Element)childs.get(2);//Version 101      files[i] = new UpdFile(name.getText()); 102      if("File".equals(el.getName())) 103      { 104        files[i].setType(0);//猟周 105      }else 106      { 107        files[i].setType(1);//朕村 108      } 109      files[i].setPath(path.getText()); 110      files[i].setVersion(ver.getText()); 111    } 112    return files; 113  } 114  public String getServerPort() 115  { 116    if(config==null) 117    { 118      return ""; 119    } 120    List lst = doc.selectNodes("Info/UpdateServer/Port"); 121    Element el = (Element)lst.get(0); 122    return el.getText(); 123  } 124  public static void print(String msg) 125  { 126    SimpleDateFormat sdf = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss->>" ); 127    String str = sdf.format( new Date()); 128    System.out.println(str+msg); 129  } 130  public static void main(String args[]) 131  { 132    Config cfg = Config.getInstance(); 133    UpdFile files[] = cfg.getFiles(); 134    for(int i=0;i<files.length;i++) 135    { 136      System.out.println(files[i]); 137    } 138    Config.print("test"); 139  } 140  /** *//** 141   * 鯉塀晒揃抄?奐紗凪硫何議朕村蛍侯憲 142   * 143   * @param p 勣鯉塀晒議朕村忖憲堪 144   */ 145  public static String formatPath(String p) 146  { 147    if (!p.endsWith(File.separator)) 148      return (p + File.separator); 149    return p; 150  } 151 152  /** *//** 153   * 鯉塀晒揃抄?肇茅凪硫何議朕村蛍侯憲 154   * 155   * @param p 勣鯉塀晒議朕村忖憲堪 156   */ 157  public static String unformatPath(String p) 158  { 159    if (p.endsWith(File.separator)) 160      return (p.substring(0, p.length()-1)); 161    return p; 162  } 163  public static byte[] getCmd(String cmd) 164  { 165    //及匯了喘噐炎紛頁凋綜?朔中8了葎凋綜兆 166    byte cmdb [] = new byte[9]; 167    cmdb[0] = AUPD.CMD_DATA_SECT; 168    byte [] tmp = cmd.getBytes(); 169    if(tmp.length!=8) 170    { 171      Config.print("凋綜嗤列:"+cmd+"<<"); 172      return null; 173    } 174    for(int i=0;i<8;i++) 175    { 176      cmdb[i+1] = tmp[i]; 177    } 178    return cmdb; 179  } 180  public static String parseCmd(byte cmd[]) 181  { 182    return new String(cmd,0,8); 183  } 184  public static byte [] getLen(int len) 185  { 186    String slen = String.valueOf(len); 187    while(slen.length()<4) 188    { 189      slen = "0"+slen; 190    } 191    return slen.getBytes(); 192  } 193  public static void copyArray(byte objary[], byte souary[], int o_begin, 194      int s_begin, int len) 195  { 196   

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号