`
igaoliang
  • 浏览: 1235 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
public int read(byte b[], int off, int len) throws IOException { if (b == null) { throw new NullPointerException(); } else if (off < 0 || len < 0 || len > b.length - off) { throw new IndexOutOfBoundsException(); } else if (len == 0) { ...
很特殊的一天,参加了一个笔试,参加完才发现,原来考了那么多的细节问题。其实有句话说的很对,你对原理和细节的掌握程度,决定了你能达到的高度。
Global site tag (gtag.js) - Google Analytics