2011年5月25日 星期三

Element article

1. http://www.uic.edu/depts/accc/software/unixgeneral/email101.html

2. vi http://vimregex.com/
http://www.softpanorama.org/Editors/Vimorama/vim_regular_expressions.shtml

3.

2011年5月18日 星期三

Show Method and Member and enum

Show method
http://www.java2s.com/Code/Java/Reflection/ClassReflectionshowmethods.htm

#############################################################
show enum
Reference: http://download.oracle.com/javase/1,5.0/docs/guide/language/enums.html

for (Rank rank : Rank.values())
protoDeck.add(new Card(rank, suit))