2008-08-29から1日間の記事一覧

NullPointerExceptionが発生するのはバグ以外の何者でもないだろ、常識で考えて……

Parameters: in - the input stream from which to read the XML document. Throws: IOException - if reading from the specified input stream results in an IOException. InvalidPropertiesFormatException - Data on input stream does not constitute …

デバッガもいいけどassertの使い方も重要

だってさーこの時点ではこの状態になってるはずでーっていうプログラマの想定がそのままコードで明示的に書けるんだぜ便利すぎありえねー。

___

javascript:e=(d=document).createElement('p');p={position:'fixed',top:0,bottom:0,left:0,right:0};for(x in p)(s=e.style)[x]=p[x];d.body.appendChild(e);n=0;void setInterval(function(){s.backgroundColor=['red','green','blue'][n];n=++n%3},100)