3.4
EditTextEditText类官方文档地址:http://developer.android.com/reference/android/widget/EditText.htmlEditText继承TextView,所以EditText具有TextView的属性特点,下面主要介绍一些Ed...
分类:
移动开发 时间:
2014-05-23 09:44:12
阅读次数:
486
3.7
ProgressBarProgressBar类官方文档地址:http://developer.android.com/reference/android/widget/ProgressBar.html在Android应用开发中,ProgressBar(运行进度条)是比较常用到的组件,例如下载...
分类:
移动开发 时间:
2014-05-23 09:42:10
阅读次数:
369
3.9
TabSpec与TabHostTabHost类官方文档地址:http://developer.android.com/reference/android/widget/TabHost.htmlAndroid实现tab视图有2种方法,一种是在布局页面中定义标签,另一种就是继承tabactivi...
分类:
移动开发 时间:
2014-05-23 08:54:58
阅读次数:
544
1. reference:参考某一资源ID。 (1)属性定义: (2)属性使用: 2.
color:颜色值。(1)属性定义: (2)属性使用: ...
分类:
移动开发 时间:
2014-05-22 05:49:00
阅读次数:
351
出现找不到xib指定的图片,需要指定图片的完整路径,不能只是图片名详见:http://vocaro.com/trevor/blog/2012/10/21/xcode-groups-vs-folder-references/An
image stored as a folder reference w...
分类:
移动开发 时间:
2014-05-22 03:44:48
阅读次数:
491
Reference from
:http://blog.csdn.net/kingzone_2008/article/details/81330481
导言在软件开发周期中,测试和修正缺陷(defect,defect与bug的区别:Bug是缺陷的一种表现形式,而一个缺陷是可以引起多种Bug的)的时间...
分类:
其他好文 时间:
2014-05-21 23:39:11
阅读次数:
322
Jni Error(app bug): accessed stale local
reference这个错误平常是 弱全局变量引起的时候 出现的一个错误,但是今天我却在另外一种情况下遇到了下面是错误截图出现错误的原因其他很简单
是因为自己的粗心引起的java层函数声明是这么写的 publicnati...
分类:
移动开发 时间:
2014-05-21 22:00:58
阅读次数:
390
uboot 源码包:u-boot1.1.6.tar
编译器:arm-linux-gcc-4.3.2
源码路径下配置 # make forlinx_nand_ram128_config
编译 # make
得到uboot.bin之后考到sd卡中,通过sd卡中的mmc.bin将uboot、kernel、filesystem烧到nandflash
启动出现一直重启的错误:
CPU: ...
分类:
其他好文 时间:
2014-05-21 15:40:24
阅读次数:
391
四、符号引用(Symbol Reference)
4.1.类(Classes)
4.1.1.TComponentAccess类
TComponentAccess = class(TComponent)
4.1.1.1.ComponentState
property ComponentState;
4.1.1.2.SetComponentState
procedure Se...
分类:
其他好文 时间:
2014-05-21 14:05:58
阅读次数:
315
最近和异地同事测试一个静态库,在他编译完静态库发送过来进行使用时,一编译就会报错,如下图:
引起这个错误的原因有很多,但是网上找不到的一个原因是 , 在编译静态库的时候所使用的 XCode 版本低于当前 项目使用的 Xcode版本。
这问题很狗血,特别是异地调试......
分类:
移动开发 时间:
2014-05-21 10:05:13
阅读次数:
321