10 2017 档案

摘要:package wewe; public class A { public int id; public String name; public int age; public String city; public String introduce() { return "My id=" + id 阅读全文
posted @ 2017-10-30 14:44 林枫lf 阅读(112) 评论(0) 推荐(0)
摘要:package game; import java.awt.Color; import com.rupeng.game.GameCore; public class Game implements Runnable { public static void main(String[] args) { 阅读全文
posted @ 2017-10-30 13:46 林枫lf 阅读(144) 评论(0) 推荐(0)
摘要:3-1 import java.util.Scanner; public class AdditionQuiz { public static void main(String[] args) { int number1=(int)(System.currentTimeMillis()%10); i 阅读全文
posted @ 2017-10-15 15:12 林枫lf 阅读(116) 评论(0) 推荐(0)
摘要:class Demo_01 { public static void main(String[] args) { System.out.println("5+5="+5+5); }} class Demo_02 { public static void main(String[] args) { i 阅读全文
posted @ 2017-10-07 14:53 林枫lf 阅读(138) 评论(0) 推荐(0)