//按钮点击事件button.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewv){//代码实现}});
分类:
移动开发 时间:
2015-05-23 06:34:38
阅读次数:
150
新手学Ubuntu的时候,一般不知道什么是源,但源又是Ubuntu下常用到的东西。因此,本文就详细介绍一下Ubuntu 源。什么是软件源?源,在Ubuntu下,它相当于软件库,需要什么软件,只要记得正确的软件名就可以用命令安装:sudo apt-get install 软件名 例如:你要安装gcc软...
分类:
系统相关 时间:
2015-05-11 19:45:04
阅读次数:
187
public class testobj_important { public static void main(String[] args) { String a = new String("abc"); String b = new String("abc");...
分类:
编程语言 时间:
2015-05-09 19:01:16
阅读次数:
132
public class testclass { public static void main(String[] args){ Student stu1 = new Student(); Comp c1 = new Comp(); c1.band="梁河县"; stu1.comp = c1...
分类:
编程语言 时间:
2015-05-09 18:58:05
阅读次数:
137
public class testpolymorphism { public static void main(String[] args) { animal a = new cat(); testVoice(a); //testVoice(new...
分类:
编程语言 时间:
2015-05-09 18:48:59
阅读次数:
147
public static void main(String[] args) { int[][] c = new int[1][3]; System.out.println(c.length); System.out.println(c[0]....
分类:
编程语言 时间:
2015-05-09 17:28:04
阅读次数:
107
回头看了看自己写的博客,猫猫决定以后更改风格
本意是想大家看效果直接拷贝代码能用,注释齐全也方便学习,但是发现这样对新手学习特别困难,以后素材源码不会上传了,有想要的可以去群里找。
以后风格基本是–>看标题–>看目录–>看图片–>看代码–>自己尝试。当然,如果有好的给力Demo猫猫还是会原来那样放上来的。猫猫分享,必须精品原创文章,欢迎转载。转载请注明:翟乃玉的博客
地址:http://bl...
分类:
移动开发 时间:
2015-05-05 12:36:05
阅读次数:
157
新手学习采集写的,也是第一次写原创。谢谢!情况是这样的:CSDN论坛,没有手机版,也没有平板电脑版;其他有几位好汉,自行设计了一个addroid系统上的安装版,也有其不好之处:一定要安装(占空间占内存)而且没法自定义自己喜欢的版块。我个人喜欢在公交车上看点东西,晚上也喜欢在床上访问csdn论坛,为了学习嘛没办法。若直接打开www.csdn.net 我的流量怎么办呢?加载时间很长且错版,全是广告、图片...
分类:
移动开发 时间:
2015-05-01 16:08:26
阅读次数:
148