摘要:
Java泛型中的标记符含义: E - Element (在集合中使用,因为集合中存放的是元素) T - Type(Java 类) K - Key(键) V - Value(值) N - Number(数值类型) ? - 表示不确定的java类型 Object 跟这些标记符代表的java类型有啥区别呢 阅读全文
摘要:
使用IDE(Eclipse Version:Neon.2 Release (4.6.2)),出现以下提示信息: This kind of launch is configured to openthe debug perspective when it suspends. This Debug pe 阅读全文