posts - 5,  comments - 1,  trackbacks - 0

          1。使用java.util.Properties類的load()方法示例:InputStreamin=lnewBufferedInputStream(newFileInputStream(name));Propertiesp=newProperties();p.load(in);


          2。使用java.util.ResourceBundle類的getBundle()方法示例:ResourceBundlerb=ResourceBundle.getBundle(name,Locale.getDefault());


          3。使用java.util.PropertyResourceBundle類的構(gòu)造函數(shù)示例:InputStreamin=newBufferedInputStream(newFileInputStream(name));ResourceBundlerb=newPropertyResourceBundle(in);


          4。使用class變量的getResourceAsStream()方法示例:InputStreamin=JProperties.class.getResourceAsStream(name);Propertiesp=newProperties();p.load(in);


          5。使用class.getClassLoader()所得到的java.lang.ClassLoader的getResourceAsStream()方法示例:InputStreamin=JProperties.class.getClassLoader().getResourceAsStream(name);Propertiesp=newProperties();p.load(in);


          6。使用java.lang.ClassLoader類的getSystemResourceAsStream()靜態(tài)方法示例:InputStreamin=ClassLoader.getSystemResourceAsStream(name);Propertiesp=newProperties();p.load(in);


          補(bǔ)充
          Servlet中可以使用javax.servlet.ServletContext的getResourceAsStream()方法示例:InputStreamin=context.getResourceAsStream(path);Propertiesp=newProperties();p.load(in);

          posted @ 2007-03-29 14:09 阿健 閱讀(210) | 評論 (0)編輯 收藏

          static String t1 = "零壹貳叁肆伍陸柒捌玖";

          static char[] n = { '仟', ' ', '拾', '佰' };

          static char[] n1 = {'萬','億'};

          static char end = '圓';


          public static void print(String value, int pos, boolean b) {
          if (pos == 0) {
          System.out.print(end);
          return;
          }
          String value2 = value.substring(1, value.length());
          int printPos = value.charAt(0) - '0';
          if (printPos != 0) {
          if (b == true)
          System.out.print(t1.charAt(0));
          System.out.print(t1.charAt(printPos));
          System.out.print(printPos == 0 ? "" : (n[pos % 4] == ' ' ? "": n[pos % 4]));
          }
          if (pos % 4 == 1 && pos > 1) {
          System.out.print(n1[(pos / 4) - 1]);
          print(value2, pos - 1,? false);
          return;
          }
          print(value2, pos - 1, printPos == 0 ? true : false);
          }

          使用方法
          print("10010202070", 11, false);
          還沒看懂留著慢慢看。。。
          哪位高手給添點(diǎn)注釋,感激不盡。。。。

          posted @ 2007-01-21 01:04 阿健 閱讀(459) | 評論 (0)編輯 收藏
          <2007年1月>
          31123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          常用鏈接

          留言簿(2)

          隨筆分類

          隨筆檔案

          相冊

          BLOG

          Web Site

          搜索

          •  

          最新評論

          • 1.?re: 《大腕》IT版
          • 頂一下! 不錯! 框架越多越好, 您要是只整了個 Struts, 您都不要意思跟人說您是做 Java 的!
          • --BeanSoft

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 兴和县| 宜阳县| 云浮市| 武夷山市| 安达市| 勐海县| 黎平县| 扎鲁特旗| 乐山市| 大洼县| 项城市| 丹寨县| 田林县| 布拖县| 榆中县| 南溪县| 博罗县| 城口县| 秭归县| 天峨县| 龙游县| 友谊县| 新宁县| 云霄县| 武冈市| 古交市| 海伦市| 游戏| 伊吾县| 永胜县| 新乐市| 西华县| 红河县| 天祝| 常宁市| 东乡族自治县| 杨浦区| 福州市| 白河县| 石泉县| 镇康县|