隨筆-71  評論-5  文章-0  trackbacks-0

                public static interface NUMBER{
          public static String STR_FORMAT = "00000"; 
                  static String TOKEN = null; 
          }


          //配資單號格式
              public static String AddOne(String code){
             Integer intHao = Integer.parseInt(code);
             intHao++;
             DecimalFormat df = new DecimalFormat(NUMBER.STR_FORMAT);
             return df.format(intHao);
              }
              
              public static void main(String[] args) {
              String code = "ASD0034252345234500001";
                 String  xlh = code.substring(code.length()-5, code.length());
                 System.out.println("數據庫原有的最大序列號:"+xlh);
                 if(xlh!=null){
                System.out.println("累加的新生成的序列號:"+AddOne(xlh));
                 }else{
                System.out.println("最新的新生成的序列號:"+"00001"); //如果沒有手動生成一條最小的
                 }
            }
              
          posted on 2015-08-03 11:50 藤本薔薇 閱讀(453) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。

          網站導航:
           
          主站蜘蛛池模板: 郓城县| 嘉黎县| 临沧市| 西畴县| 星子县| 凤台县| 沽源县| 陕西省| 喀喇| 太仆寺旗| 资阳市| 信阳市| 上饶县| 福泉市| 渭源县| 中山市| 马公市| 永宁县| 咸阳市| 霍林郭勒市| 山阳县| 丁青县| 南雄市| 舞阳县| 建宁县| 德清县| 康乐县| 长寿区| 甘南县| 延吉市| 平顺县| 桐柏县| 新兴县| 商洛市| 密云县| 乌什县| 正定县| 来宾市| 赫章县| 璧山县| 泉州市|