会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
霸王程
上一页
1
2
3
4
5
6
···
9
下一页
asd
摘要: http://blog.csdn.net/liujun13579/article/details/7732428
阅读全文
posted @ 2017-08-24 11:28 霸王程
阅读(50)
评论(0)
推荐(0)
编辑
new animal
摘要: package com.animaltest; public class Animal { private String name; private int age; public Animal(String name, int age){ this.name = name; this.age =
阅读全文
posted @ 2017-08-24 09:43 霸王程
阅读(106)
评论(0)
推荐(0)
编辑
animal
摘要: class Animal { String name; int age; Animal(){ name="Dog"; age=3; } Animal(String name,int age){ this.name=name; this.age=age; }}public class AnimalDe
阅读全文
posted @ 2017-08-24 09:32 霸王程
阅读(102)
评论(0)
推荐(0)
编辑
sss
摘要: public class Book { String BookName; //定义类的属性BookName //定义类的方法,设置书的名称 void setBookName(String bookName) { this.BookName=bookName; //将传递过来的变量值bookName赋值给类的属性...
阅读全文
posted @ 2017-08-23 17:22 霸王程
阅读(204)
评论(0)
推荐(0)
编辑
博客
摘要: http://blog.csdn.net/liujun13579/article/details/7703584
阅读全文
posted @ 2017-08-23 16:30 霸王程
阅读(49)
评论(0)
推荐(0)
编辑
intent
摘要: Activity 中 Intent 使用方法
阅读全文
posted @ 2017-08-22 15:33 霸王程
阅读(127)
评论(0)
推荐(0)
编辑
在activity间传递数据
摘要: 在activity间传递数据: 拿上面例子的第一个示范: B类放入数据: A类取出数据:
阅读全文
posted @ 2017-08-16 14:54 霸王程
阅读(123)
评论(0)
推荐(0)
编辑
activity
摘要: http://www.jianshu.com/p/33d0a0abd990
阅读全文
posted @ 2017-08-16 12:03 霸王程
阅读(85)
评论(0)
推荐(0)
编辑
数据库
摘要: http://blog.csdn.net/java04/article/details/51339535
阅读全文
posted @ 2017-08-07 16:42 霸王程
阅读(82)
评论(0)
推荐(0)
编辑
Android视频
摘要: 极客http://e.jikexueyuan.com/android.html?hmsr=stormzhang_index_word_03.20
阅读全文
posted @ 2017-08-03 13:37 霸王程
阅读(72)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
9
下一页
导航
博客园
首页
联系
订阅
管理
公告