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
获取光驱序列号、分位、型号代码
{CSDN:CODE:353256}
头文件如下(有些部分没有用到):
#include
#include
#include
#include
#include
// TODO: reference additional headers your program requires here
//static void dump_buffer(c...
分类:
其他好文 时间:
2014-05-22 09:56:04
阅读次数:
376
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
四、符号引用(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
一、按钮点击事件处理方法 - (IBAction)
tapHelloButton:(id)sender;二、获取文本框控件@property (weak, nonatomic) IBOutlet
UITextField *userNameText;三、获取文本标签控件@property (weak,...
分类:
移动开发 时间:
2014-05-21 04:22:18
阅读次数:
336