Chinaunix首页 | 论坛 | 博客
  • 博客访问: 159017
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 405
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-23 14:38
文章分类

全部博文(47)

文章存档

2017年(7)

2016年(4)

2015年(19)

2014年(17)

我的朋友

发布时间:2015-09-06 20:28:57

内部类应该算是java与C++比较大的差别之一了,因为C++没有内部类。内部类顾名思义是定义在类的内部的类。根据具体位置和表现形式可分为:1.成员内部类<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.局部内部类<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.匿名内部类<br />&nbsp.........【阅读全文】

阅读(1078) | 评论(0) | 转发(0)

发布时间:2015-08-30 15:57:48

问题描述:<br />[2015-08-30 15:20:33 - TimeTracker] The connection to adb is down, and a severe error has occured.<br />[2015-08-30 15:20:33 - TimeTracker] You must restart adb and Eclipse.<br />[2015-08-30 15:20:33 - TimeTracker] Please ensure that adb is correctly located at 'G:\android\adt-bun.........【阅读全文】

阅读(1209) | 评论(0) | 转发(0)

发布时间:2015-08-20 10:59:25

好久以前装过的java,今天由于需要在一台新电脑上安装,安装完成后编写helloworld进行测试,javac命令没问题,java时一直提示无法找到或不存在helloworld类。估摸着应该是环境变量没配置好的原因,以前也遇到过,又忘记了 还是赶紧记下来<br />三个环境变量:<br />&nbsp; &nbsp; JAVA_HOME &nbsp; &nbsp; &nbsp; &nbsp; .........【阅读全文】

阅读(986) | 评论(0) | 转发(0)

发布时间:2015-08-01 20:12:05

List<e>:interface &nbsp;继承自Collection<e><br />API中是这么介绍的:&nbsp;An ordered collection (also known as a <i>sequence</i>). &nbsp;The user of this&nbsp;interface has precise control over where in the list each element is&nbsp;inserted. &nbsp;The user can access elements by their integer ind.........【阅读全文】

阅读(1119) | 评论(0) | 转发(0)

发布时间:2015-07-30 16:32:10

&nbsp; &nbsp; java 的容器类是很有用的工具,它可以自动的调整容器的大小,无需像数组一样在编译时就需要知道固定的尺寸;容器类都有着自己的方法,在排序取值等方面都有较高的效率,无需我们自己设计算法,很方便。特别在5.0版本后支持了泛型和类型安全让你在编译期就能发现错误。<br />&nbsp; &nbsp; java容器类库划分.........【阅读全文】

阅读(1184) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册