会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
160809209李梦鑫
博客园
首页
新随笔
联系
订阅
管理
2017年4月21日
第九周课堂笔记
摘要:
阅读全文
posted @ 2017-04-21 16:51 BGD160809209
阅读(61)
评论(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日
JAVA第八周课堂笔记
摘要:
阅读全文
posted @ 2017-04-14 16:52 BGD160809209
阅读(91)
评论(0)
推荐(0)
编辑
2017年3月31日
第六次JAVA作业
摘要: 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
阅读(67)
评论(0)
推荐(0)
编辑
2017年3月30日
JAVA第五次作业
摘要: 第一题:从字符串“耿丹计算机Java20170320”中提取日期。 package classwork; public class Demo01 { public static void main(String[] args) { // TODO Auto-generated method stub
阅读全文
posted @ 2017-03-30 19:43 BGD160809209
阅读(84)
评论(2)
推荐(0)
编辑
2017年3月24日
Java第五次笔记
摘要:
阅读全文
posted @ 2017-03-24 16:49 BGD160809209
阅读(91)
评论(0)
推荐(0)
编辑
2017年3月23日
第四次JAVA作业
摘要: 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
阅读(70)
评论(0)
推荐(0)
编辑
2017年3月17日
JAVA课堂笔记
摘要:
阅读全文
posted @ 2017-03-17 17:02 BGD160809209
阅读(61)
评论(0)
推荐(0)
编辑
2017年3月15日
物联网笔记
摘要:
阅读全文
posted @ 2017-03-15 11:03 BGD160809209
阅读(74)
评论(0)
推荐(0)
编辑
下一页