2017年5月5日
posted @ 2017-05-05 17:23
BGD160809401
阅读(71)
推荐(0)
2017年4月28日
posted @ 2017-04-28 16:24
BGD160809401
阅读(70)
推荐(0)
2017年4月21日
posted @ 2017-04-21 16:58
BGD160809401
阅读(79)
推荐(0)
2017年4月20日
摘要:
interface Pet{ public String getName(); public String getColor(); public int getAge(); } class Cat implements Pet{ private String name; private String color; private int age; public Cat(String name,S...
阅读全文
posted @ 2017-04-20 21:27
BGD160809401
阅读(124)
推荐(0)
2017年4月14日
posted @ 2017-04-14 16:43
BGD160809401
阅读(84)
推荐(0)
2017年4月7日
posted @ 2017-04-07 16:54
BGD160809401
阅读(92)
推荐(0)
2017年3月31日
posted @ 2017-03-31 15:59
BGD160809401
阅读(89)
推荐(0)
摘要:
class Check{ public boolean validate(String name,String password){ if(name.equals("fuxingmen") &&password.equals("aaaa")){ return true; }else{ ...
阅读全文
posted @ 2017-03-31 15:32
BGD160809401
阅读(149)
推荐(0)
2017年3月30日
摘要:
public class zuoye { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub String str1="耿丹计算机Java20170320";
阅读全文
posted @ 2017-03-30 12:49
BGD160809401
阅读(198)
推荐(0)
2017年3月29日
posted @ 2017-03-29 11:36
BGD160809401
阅读(666)
推荐(0)