01 2016 档案

摘要:代码:File file= newFile("demo"+File.separator+"HelloWorld.txt");file.createNewFile(); 报错:java.io.IOException:系统找不到指定的路径。 atjav... 阅读全文

posted @ 2016-01-17 00:22 jackley 阅读(526) 评论(0) 推荐(0)

摘要:报错原文:Cannot make a static reference to the non-static method maxArea(Shape[]) from the type ShapeTestb 报错原因:在一个类中写了一个public void maxAr... 阅读全文

posted @ 2016-01-08 19:51 jackley 阅读(4344) 评论(0) 推荐(0)