上一页 1 2 3 4 5 6 ··· 9 下一页

asd

摘要: http://blog.csdn.net/liujun13579/article/details/7732428 阅读全文
posted @ 2017-08-24 11:28 霸王程 阅读(49) 评论(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 霸王程 阅读(203) 评论(0) 推荐(0) 编辑

博客

摘要: http://blog.csdn.net/liujun13579/article/details/7703584 阅读全文
posted @ 2017-08-23 16:30 霸王程 阅读(47) 评论(0) 推荐(0) 编辑

intent

摘要: Activity 中 Intent 使用方法 阅读全文
posted @ 2017-08-22 15:33 霸王程 阅读(125) 评论(0) 推荐(0) 编辑

在activity间传递数据

摘要: 在activity间传递数据: 拿上面例子的第一个示范: B类放入数据: A类取出数据: 阅读全文
posted @ 2017-08-16 14:54 霸王程 阅读(120) 评论(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 霸王程 阅读(71) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页