仙人掌世界
learn - innovate - share
Showing posts with label
sourcecode
.
Show all posts
Showing posts with label
sourcecode
.
Show all posts
Apr 21, 2013
golang - Flag 隱藏選項 -help 與 -h
›
預設的 FlagSet 裡藏了兩個預設選項 -help 跟 -h, 在用 flag 時可以少寫一點 boilerplate code src/pkg/flag/flag.go func (f *FlagSet) parseOne() (bool, error) { ...
Mar 18, 2012
Random / Math.random() / ThreadLocalRandom
›
java.util.Random java.util.Random 亂數演算法會依賴 seed 數值產生亂數,並在產生亂數後重新產生 seed, 在 Multi-thread 下為了保證在各Thread取到不同的亂數, java.util.Random 在實作上使用 opt...
6 comments:
Dec 6, 2011
Java時間解析度
›
Inside the Hotspot VM: Clocks, Timers and Scheduling Events - Part I - Windows 說明作業系統在讀取時間與時間event(schedule/trigger)的限制,因此從java api取得的 nano...
›
Home
View web version