摘要:
http://www.verejava.com/?id=17159702655333 http://www.verejava.com/?id=17159702655333 阅读全文
摘要:
http://www.verejava.com/?id=169931132381103 / 知识点:Random 随机数类 实际应用: 敌人飞机随机从屏幕的上方出现 / import java.util. ; public class TestRandomCard { public static v 阅读全文
摘要:
http://www.verejava.com/?id=169931089810102 import java.util.Random; public class TestRandom { public static void main(String[] args) { //实例化随机数对象 Ran 阅读全文
摘要:
http://www.verejava.com/?id=169931036202101 / 知识点: 比较类 Comparator 题目: 将某班学生按数学成绩从小到大排序 思路: 1. 抽象出类: 1.1 班级(ClassSet) 1.2 学生(Student) 2. 找出类关系: 2.1 学生 阅读全文
摘要:
http://www.verejava.com/?id=169930999133100 / 知识点: 比较类 Comparable 题目: 将某班学生按数学成绩从小到大排序 思路: 1. 抽象出类: 1.1 班级(ClassSet) 1.2 学生(Student) 2. 找出类关系: 2.1 学生 阅读全文
摘要:
http://www.verejava.com/?id=16993097143799 http://www.verejava.com/?id=16993097143799 阅读全文
摘要:
http://www.verejava.com/?id=17159727064934 http://www.verejava.com/?id=17159727064934 阅读全文
摘要:
http://www.verejava.com/?id=16993076554196 http://www.verejava.com/?id=16993076554196 阅读全文
摘要:
http://www.verejava.com/?id=17159675312132 import java.math.BigDecimal; import java.math.BigInteger; public class Test { / @param args the command lin 阅读全文
摘要:
http://www.verejava.com/?id=16993074079095 http://www.verejava.com/?id=16993074079095 阅读全文
摘要:
http://www.verejava.com/?id=16993061762593 import java.text. ; public class TestCalendar3 { public static void main(String[] args) { long startTime=Sy 阅读全文
摘要:
http://www.verejava.com/?id=16993055673892 http://www.verejava.com/?id=16993055673892 阅读全文
摘要:
http://www.verejava.com/?id=16993050424091 / 知识点:Calandar 日期处理类 / import java.util.Calendar; import java.util.GregorianCalendar; public class TestCale 阅读全文
摘要:
http://www.verejava.com/?id=16993047728690 http://www.verejava.com/?id=16993047728690 阅读全文