02 2013 档案

各种小结
摘要:Implement wget in JavaURL gotoUrl = new URL(url);InputStreamReader isr = new InputStreamReader(gotoUrl.openStream());BufferedReader in = new BufferedR... 阅读全文

posted @ 2013-02-27 06:52 NULL00 阅读(977) 评论(0) 推荐(0)

面试题笔记
摘要:反转一个无符号整数的比特位.Reverse the bits of an unsigned integer.For example, x is 0x00001234, then reverse(x) is 0x2C480000.static uint Reverse(uint x){ uint... 阅读全文

posted @ 2013-02-07 10:50 NULL00 阅读(1519) 评论(1) 推荐(2)

导航