2017年5月5日
摘要: 阅读全文
posted @ 2017-05-05 17:23 BGD160809401 阅读(67) 评论(0) 推荐(0) 编辑
  2017年4月28日
摘要: 阅读全文
posted @ 2017-04-28 16:24 BGD160809401 阅读(63) 评论(0) 推荐(0) 编辑
  2017年4月21日
摘要: 阅读全文
posted @ 2017-04-21 16:58 BGD160809401 阅读(75) 评论(0) 推荐(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 阅读(117) 评论(0) 推荐(0) 编辑
  2017年4月14日
摘要: 阅读全文
posted @ 2017-04-14 16:43 BGD160809401 阅读(81) 评论(0) 推荐(0) 编辑
  2017年4月7日
摘要: 阅读全文
posted @ 2017-04-07 16:54 BGD160809401 阅读(88) 评论(0) 推荐(0) 编辑
  2017年3月31日
摘要: 阅读全文
posted @ 2017-03-31 15:59 BGD160809401 阅读(84) 评论(1) 推荐(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 阅读(143) 评论(0) 推荐(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 阅读(190) 评论(2) 推荐(0) 编辑
  2017年3月29日
摘要: 阅读全文
posted @ 2017-03-29 11:36 BGD160809401 阅读(647) 评论(0) 推荐(0) 编辑