Skip to main content

Ian Wu 's Library tagged programming   View Popular, Search in Google

Sep
13
2010

初始化 static map 的方法

"Java 5 provides this more compact syntax:

static final Map<String , String> FLAVORS = new HashMap<String , String>() {{
put("Up", "Down");
put("Charm", "Strange");
put("Top", "Bottom");
}};"

java programming java-basic

  •   down vote  
          

    Java 5 provides this more compact syntax:

      
    static final Map<String , String> FLAVORS = new HashMap<String , String>() {{
        put
    ("Up",    "Down");
        put
    ("Charm", "Strange");
        put
    ("Top",   "Bottom");
    }};
Sep
10
2010

雲端程式碼編輯器,現在連寫程式都要雲端摟

website ide cloud-style programming

"軟件變成爛泥的速度正在呈指數級下降"

爛泥程式設計

好文章 programming

  • 軟件變成爛泥的速度正在呈指數級下降
Jul
21
2010

尤拉計畫~期中考題來源的網站

programming

Jun
12
2010

"自認正確的程式觀念3--三元運算子不一定慢"

programming

1 - 20 of 27 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo
Move to top