摘要: List list = new ArrayList(); /** * 方法一:最普通的不加思考的写法 * * 优点:较常见,易于理解 * * 缺点:每次都要计算list.size() ... 阅读全文
posted @ 2015-07-27 13:33 秦凯 阅读(7208) 评论(0) 推荐(0)
摘要: 用 @Deprecated注解的程序元素,不鼓励程序员使用这样的元素,通常是因为它很危险或存在更好的选择。在使用不被赞成的程序元素或在不被赞成的代码中执行重写时,编译器会发出警告。 阅读全文
posted @ 2015-07-23 11:37 秦凯 阅读(265) 评论(0) 推荐(0)
摘要: 使用SimpleExecutor.class 文件进行调试 阅读全文
posted @ 2015-07-23 11:04 秦凯 阅读(218) 评论(0) 推荐(0)
摘要: 首先添加Eclipse 2.0 Style Plugin Support 支持1、Help-->install new software-->Add 输入http://download.eclipse.org/eclipse/updates/4.42、仅勾选Eclipse 2.0 Style Plu... 阅读全文
posted @ 2015-07-03 15:58 秦凯 阅读(198) 评论(0) 推荐(0)