今天碰到这样一个难题,搞了很久都没搞定,到网上搜索了一下,发现有很多人都在问这样的问题,现在将自己解决和分析的结果放置如下:在ArrayAdapter()这个类中有多个构造方法,我仅据此列以作代表:ArrayAdapter(Contextcontext,inttextViewResourceId,List<T>objects)参..
分类:
其他好文 时间:
2014-12-01 16:15:40
阅读次数:
193
Android操作系统结构本文地址:http://blog.csdn.net/caroline_wendy结构图:1. Linux内核(内核空间)可移植性、安全性、实用功能。2. 本地层(用户空间)(1) HAL(Hardware Abstraction Layer):硬件抽象层,使用共享本地库抽象了每个主要的设备驱动程序,这个库是一个对象, 支持任何主要硬件驱动程序的共同接口。(2) 本地库:C...
分类:
移动开发 时间:
2014-11-29 17:38:20
阅读次数:
280
StampsThe government of Nova Mareterrania requires that various legal documents have stamps attached to them so that the government can derive revenue...
分类:
其他好文 时间:
2014-11-29 17:13:46
阅读次数:
174
NIOS II 运行应用程序Run as ->Nios II Hardware时出现错误:
No Nios II target connection paths were located. Check connections and that a Nios II .sof is downloaded.
尝试点击Refresh Connections然后Apply可能会解决问题,如图:...
分类:
移动开发 时间:
2014-11-27 16:26:50
阅读次数:
3075
问题:如图,在配置web项目时出现Dynamic Web Module 3.0 requires Java 1.6 or newer 错误出现该问题是由于maven在构建的时候采用默认的jdk1.5解决:1.修改maven的构建在项目的pom.xml,在标签中添加org.apache.maven.p...
分类:
编程语言 时间:
2014-11-27 16:03:53
阅读次数:
133
最近拿到一个别人的工程,是使用VS.net创建的,而我的机器上只有vs2010,于是用自带的转换工具将它转换成vs2010的工程,转换之前我就很担心,怕转换完后会出问题,但是没有办法,我实在是不想再安一个vs.net了。转完后果不其然真出了问题,在重新build工程时,报了一大堆错误,其中第一个就是...
??
A trip to main memory costs hundreds of clock cycles on commodity hardware. Processors use caching to decrease the costs of memory latency by orders of magnitude. These caches re-order pending mem...
分类:
其他好文 时间:
2014-11-25 14:26:57
阅读次数:
159
uses -- 被引用的类可以在该类之后才加载.requires -- 被引用的类必须在该类之前加载.alias : 相当于别名一样,可以起多个,可以通过xtype创建实例,我现在接触的有三种类型,根据不懂的类型用不同的前缀 1. widget 使用(widget.test 组件) 2.view.....
分类:
Web程序 时间:
2014-11-24 18:58:44
阅读次数:
185
一、系统级:android.accounts android.app 1、OS 相关 android.os android.os.storage android.hardware(传感器) android.security android.drm(这个应该是为所有app服务的) 2、VM 相关 da...
分类:
移动开发 时间:
2014-11-24 16:44:29
阅读次数:
176
Data in Java Java has pointers – they are called ‘referenes’ Null is typically represented as 0 Characters and strings Two-byte Unicode instead of ASC...
分类:
其他好文 时间:
2014-11-23 17:28:35
阅读次数:
187