1.图片的处理,CoreImage添加CoreImage的属性,并生成synthesize@property
(nonatomic,strong) CIContext *context;@property (nonatomic,strong) CIFilter
*filter1;@property ...
分类:
其他好文 时间:
2014-07-22 23:14:15
阅读次数:
369
//要实现UIWebViewDelegate代理@interface
TestViewController : UIViewController{ UIWebView *protWebView;}@property
(retain, nonatomic) IBOutletUIWebView *pr....
分类:
移动开发 时间:
2014-05-01 15:13:29
阅读次数:
420
exclusiveTouchA Boolean value that indicates
whether the receiver handles touch events exclusively.Setting this property to
YES causes the receiver to...
分类:
其他好文 时间:
2014-05-01 11:49:57
阅读次数:
296
Transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS
Transitions allow property changes in CSS values to occur smoothly over a
specified duration.“。而我个人则简单地理...
分类:
Web程序 时间:
2014-05-01 01:12:52
阅读次数:
518
平台的转换,总是让我们不自觉的去寻找两者的相同处,不过Cocos2d-X的确对很多Object-C的特性进行了模仿性质的封装,使熟悉Object-C的人能够在其中看到很多类似的概念而感到亲切。1:Property(特性)虽然没有感觉到它有多大的意义,不过习惯了用Property而让编译器来创建...
分类:
其他好文 时间:
2014-04-30 23:06:27
阅读次数:
469
只贴出枚举相关的代码
1、实现了IPropertySource类的一部分
protected static final String PROPERTY_TEXT = "text"; //$NON-NLS-1$
protected static final String PROPERTY_ENABLE = "enable"; //$NON-NLS-1$
protected s...
分类:
其他好文 时间:
2014-04-30 22:31:40
阅读次数:
261
FXML作为XML-based,UI构造器。其相关的规则值得我们去理解。
FXML元素分类:
A class instanceA property of a class instanceA "static" propertyA "define" blockA block of script code
FXML应该在根元素定义prefix : xmlns:fx=http://javaf...
分类:
编程语言 时间:
2014-04-30 22:16:38
阅读次数:
655
在制作元件package封装,选择package type 封装为Heterogeneous,给元件新定义封装,却在原理图中显示不了。
解决方法:
1、调出如图所示User Property对话框(Option----》Part properties),图中方框中的packGRP为笔者定义属性,却没在原理图中显示。
2、选中新建属性-----点击右侧的Display,如下图所示:
...
分类:
其他好文 时间:
2014-04-29 13:34:21
阅读次数:
364
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags ...
分类:
其他好文 时间:
2014-04-29 13:24:23
阅读次数:
443
如上图,是对datagrid的样式修改。包含:头部背景色及字体居中,单元格背景色设置,行字体颜色设置,复选框。基本都是基于渲染器的定义。1)头部背景色及字体居中:头部渲染器并没有直接的属性可用,需要自定义datagrid的皮肤。在自动生成的皮肤中,可以找到 <!--- Defines the value of the headerRenderer property for the columnHe...
分类:
其他好文 时间:
2014-04-29 13:14:19
阅读次数:
405