2017年4月21日
摘要: 阅读全文
posted @ 2017-04-21 16:51 BGD160809209 阅读(60) 评论(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; 阅读全文
posted @ 2017-04-20 23:09 BGD160809209 阅读(83) 评论(0) 推荐(0) 编辑
  2017年4月14日
摘要: 阅读全文
posted @ 2017-04-14 16:52 BGD160809209 阅读(90) 评论(0) 推荐(0) 编辑
  2017年3月31日
摘要: class Check { public boolean validate(String name,String password){ if (name.equals("limengxin")&&password.equals("asdf")){ return true; }else{ return false; ... 阅读全文
posted @ 2017-03-31 15:55 BGD160809209 阅读(66) 评论(0) 推荐(0) 编辑
  2017年3月30日
摘要: 第一题:从字符串“耿丹计算机Java20170320”中提取日期。 package classwork; public class Demo01 { public static void main(String[] args) { // TODO Auto-generated method stub 阅读全文
posted @ 2017-03-30 19:43 BGD160809209 阅读(82) 评论(2) 推荐(0) 编辑
  2017年3月24日
摘要: 阅读全文
posted @ 2017-03-24 16:49 BGD160809209 阅读(91) 评论(0) 推荐(0) 编辑
  2017年3月23日
摘要: public class TvbDog { public static void main(String[] args) { Dog per=new Dog("陈狗","黄色","18个月","藏獒"); per.tell(); } }class Dog{ private String Name;  阅读全文
posted @ 2017-03-23 23:05 BGD160809209 阅读(86) 评论(1) 推荐(0) 编辑
  2017年3月21日
摘要: 阅读全文
posted @ 2017-03-21 21:28 BGD160809209 阅读(69) 评论(0) 推荐(0) 编辑
  2017年3月17日
摘要: 阅读全文
posted @ 2017-03-17 17:02 BGD160809209 阅读(59) 评论(0) 推荐(0) 编辑
  2017年3月15日
摘要: 阅读全文
posted @ 2017-03-15 11:03 BGD160809209 阅读(69) 评论(0) 推荐(0) 编辑