摘要:
No1 Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted i 阅读全文
posted @ 2017-11-13 11:44
不会就问咯
阅读(339)
评论(0)
推荐(0)
摘要:
一般情况下是不可以用static修饰类的。如果一定要用static修饰类的话,通常static修饰的是匿名内部类。 在一个类中创建另外一个类,叫做成员内部类。这个成员内部类可以静态的(利用static关键字修饰),也可以是非静态的。由于静态的内部类在定义、使用的时候会有种种的限制。所以在实际工作中用 阅读全文
posted @ 2017-11-13 00:28
不会就问咯
阅读(44927)
评论(0)
推荐(0)

浙公网安备 33010602011771号