摘要: 作为一个初学者或者进阶者,这并没有什么错。当一个有能力的程序员而不是领导者,这也没有什么错。真正的错误是,当你知道应该如何去提高时仍然选择做一名初学者。 阅读全文
posted @ 2014-07-08 16:17 一路向北中 阅读(207) 评论(0) 推荐(0)
摘要: public class InOutDemo { public static void main(String[] args) throws Exception { System.out.println(new File(".").getAbsolutePath()); InputStream ... 阅读全文
posted @ 2014-07-08 14:42 一路向北中 阅读(21715) 评论(0) 推荐(0)