2017年11月26日

摘要: package Z; public class Z { public static void main(String[] args) { int[] arr = new int [30]; arr[0] = 1; arr[1] = 1; for(int i = 2;i arr[j+1]){ int temp=ar... 阅读全文

posted @ 2017-11-26 19:43 打得不错 阅读(92) 评论(0) 推荐(0) 编辑

2017年11月19日

摘要: package Z; public abstract class Person { private String name; private int age; public String getName() { return name; } public void setName(String name) { this.n... 阅读全文

posted @ 2017-11-19 16:42 打得不错 阅读(87) 评论(0) 推荐(0) 编辑

摘要: package Z; public abstract class A { private String name; public A(String name) { this.name=name; } public String getName() { return this.name; } public abstr... 阅读全文

posted @ 2017-11-19 16:36 打得不错 阅读(85) 评论(0) 推荐(0) 编辑

2017年11月13日

摘要: 1、 2、 3、 阅读全文

posted @ 2017-11-13 03:42 打得不错 阅读(59) 评论(0) 推荐(0) 编辑

摘要: 1、 2、 3、 阅读全文

posted @ 2017-11-13 03:26 打得不错 阅读(107) 评论(0) 推荐(0) 编辑

2017年11月5日

摘要: 阅读全文

posted @ 2017-11-05 22:30 打得不错 阅读(80) 评论(0) 推荐(0) 编辑

摘要: package XXX; import java.awt.Color; import com.rupeng.game.GameCore; public class Game implements Runnable { public static void main(String[] args) { 阅读全文

posted @ 2017-11-05 22:12 打得不错 阅读(74) 评论(0) 推荐(0) 编辑

摘要: 1、 2、 3、 4、 5、 6、 7、 8、 阅读全文

posted @ 2017-11-05 22:03 打得不错 阅读(92) 评论(0) 推荐(0) 编辑

摘要: 1、 2、 3、 4、 5、 阅读全文

posted @ 2017-11-05 21:50 打得不错 阅读(59) 评论(0) 推荐(0) 编辑

2017年10月9日

摘要: 1. class A { public static void main(String[] args) { System.out.println("5+5="+5+5); } } 2. class B{ public static void main(String[] args) { int a=3 阅读全文

posted @ 2017-10-09 13:18 打得不错 阅读(94) 评论(0) 推荐(0) 编辑