氟塑料離心泵www.buybeng.com

          jquery教程http://www.software8.co/wzjs/jquery/

          java線程數(shù)據(jù)共享1

          //在同一線程里的所有模塊使用的是同一數(shù)據(jù),其實下面代碼就是ThreadLocal的原理,

          //用這個就可以簡單的實現(xiàn),ThreadLocal的代碼實現(xiàn)請看 java線程數(shù)據(jù)共享2

           

          public class ThreadShareDataTest {

           private static Map shareData = new HashMap();

           public static void main(String[] args) {
            for (int i = 0; i < 2; i++) {
             new Thread() {
              public void run() {
               int data = new Random().nextInt();
               shareData.put(Thread.currentThread(), data);

               System.out.println(Thread.currentThread().getName() + data);
               System.out.println("moudle A in "
                 + Thread.currentThread().getName() + new A().get());
               System.out.println("moudle B in "
                 + Thread.currentThread().getName() + new B().get());

              }
             }.start();
            }

           }

           static class A {
            public int get() {
             return (Integer) shareData.get(Thread.currentThread());
            }
           }

           static class B {
            public int get() {
             return (Integer) shareData.get(Thread.currentThread());
            }
           }

          }

          posted on 2012-09-27 11:57 你爸是李剛 閱讀(152) 評論(0)  編輯  收藏


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


          網(wǎng)站導航:
           
          <2012年9月>
          2627282930311
          2345678
          9101112131415
          16171819202122
          23242526272829
          30123456

          導航

          統(tǒng)計

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          技術網(wǎng)站

          行業(yè)網(wǎng)站

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          站長網(wǎng) 氟塑料離心泵 注塑機 液晶廣告機
          主站蜘蛛池模板: 永德县| 安溪县| 甘德县| 梁山县| 吉安县| 龙口市| 沙河市| 郁南县| 济宁市| 平罗县| 淮安市| 安陆市| 栾城县| 永城市| 镇安县| 清原| 临沭县| 南丰县| 库车县| 平阳县| 缙云县| 吉林市| 岢岚县| 句容市| 修水县| 巴彦淖尔市| 临夏县| 屏山县| 射阳县| 玛纳斯县| 敦煌市| 胶南市| 刚察县| 铜鼓县| 延长县| 牡丹江市| 隆安县| 罗城| 文水县| 平塘县| 斗六市|