转自: http://www.cnblogs.com/myitm/archive/2011/12/01/2271032.html本文简要分析一下build.prop是如何生成的。Android的build.prop文件是在Android编译时刻收集的各种 property(LCD density/语...
分类:
移动开发 时间:
2014-09-11 15:14:02
阅读次数:
176
Ant-contrib是使用Ant编写脚本最重要的补充。当使用Ant编写一些较为复杂的逻辑功能,比如循环和流程判断时,自然希望 Ant 能支持这种编程能力。然而 Ant 核心任务中并没有提供 任务,只是在 任务的属性中支持 if 属性,比如 property-A-present"/>,即表示只有 property-A-present 属性存在才执行targetA 目标。但是,必须注意的一点是,...
分类:
其他好文 时间:
2014-09-10 23:54:31
阅读次数:
285
could not resolve property:出现此错误我们在Wdzlog.hbm.xml文件下加上便可
分类:
其他好文 时间:
2014-09-10 22:25:31
阅读次数:
176
Usage: vmstat [options] [delay [count]]Options: -a, --active active/inactive memory -f, --forks number of forks since boot -m, --...
分类:
其他好文 时间:
2014-09-10 14:02:10
阅读次数:
206
1、获取视频时间长度 当视频载入video后,使用onloadedmetadata事件获取视频的时间长度。1 video.onloadedmetadata = function () {2 var vLength = video.duration;3 console.log(v...
分类:
Web程序 时间:
2014-09-10 00:22:29
阅读次数:
240
一、@property和@synthesize 关键字以及使用细节这两个关键字是编译器的特性,帮助我们有效的减少不必要代码的书写。1.@property可以自动生成某个成员变量的setter和getter方法声明 1 #import 2 3 @interface Person : NSObjec.....
分类:
其他好文 时间:
2014-09-10 00:22:19
阅读次数:
333
1、注意:a[-1.23] = true; // This creates a property named "-1.23"a["1000"] = 0; // This the 1001st element of the arraya[1.000] // Array index 1. Same as...
分类:
编程语言 时间:
2014-09-10 00:21:19
阅读次数:
173
1 #include "reg52.h" 2 #include "intrins.h" 3 #define uchar unsigned char 4 #define uint unsigned int 5 6 void delay( uchar x) 7 { 8 uint y; 9...
分类:
其他好文 时间:
2014-09-10 00:12:49
阅读次数:
230
可以在故事版中设置好所需要的图片,然后现在h文件中声明按钮的属性和方法- (IBAction)moodViewShow:(id)sender;@property (weak, nonatomic) IBOutlet UIButton *faceBtn;并且与故事版完成连接,然后在按钮的方法里设置选中...
分类:
移动开发 时间:
2014-09-09 18:10:09
阅读次数:
239