If not now,when? If not you,who?

摘要: 小游戏: 阅读全文
posted @ 2017-11-20 20:05 HyperYoung 阅读(343) 评论(0) 推荐(0) 编辑
摘要: package top.hyself; abstract class A{ private String name; public A(String name) { this.name = name; } public String getName() { return this.name; } p 阅读全文
posted @ 2017-11-13 23:59 HyperYoung 阅读(261) 评论(0) 推荐(0) 编辑
摘要: package top.hyself; public class F$Demo { public static void main(String[] args) { // TODO Auto-generated method stub new F$Demo().fun(); } private void fun() { ... 阅读全文
posted @ 2017-11-09 21:46 HyperYoung 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package top.hyself; public class Test_1106 { public static void main(String[] args) { // TODO Auto-generated method stub TestDemo circle1 = new TestDemo(); double area=c... 阅读全文
posted @ 2017-11-09 20:34 HyperYoung 阅读(166) 评论(0) 推荐(0) 编辑
摘要: package top.hyself; class Single{ private static Single instance = new Single(); private Single() { } public static Single getInstance() { return instance; } public v... 阅读全文
posted @ 2017-10-30 23:56 HyperYoung 阅读(147) 评论(0) 推荐(0) 编辑
摘要: package top.hyself; public class Test_1023 { private int id; private String name; private int sex; private int age; private String city; public Test_1 阅读全文
posted @ 2017-10-26 15:51 HyperYoung 阅读(216) 评论(0) 推荐(0) 编辑
摘要: package homework; import com.rupeng.game.GameCore; public class Test implements Runnable { public static void main(String[] args) { GameCore.start(new Test()); } @Override p... 阅读全文
posted @ 2017-10-16 23:15 HyperYoung 阅读(232) 评论(0) 推荐(0) 编辑
摘要: package homework; import java.util.Scanner; public class Test { public static void main(String[] args) { int number1 = (int) (System.currentTimeMillis() % 10);//从1970年1月1日开始到今天现在这个时刻的毫秒值 ... 阅读全文
posted @ 2017-10-15 16:12 HyperYoung 阅读(179) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Test { public static void main(String[] args) { System.out.println("5+5=" + 5 + 5); int a = 3,b; b = a++; System.out.printl... 阅读全文
posted @ 2017-10-09 00:40 HyperYoung 阅读(313) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String[] args){ //输出一个长整型的变量 123456789012345 long h = 123456789012345l; System.out.println(h); //输出一个单精度的小数常量 2.4 ... 阅读全文
posted @ 2017-09-25 13:54 HyperYoung 阅读(162) 评论(0) 推荐(0) 编辑

Copyright © 2017 Hyself Inc.保留所有权利。

商务合作邮箱:hy@hyself.top