码迷,mamicode.com
首页 >  
搜索关键字:Property    ( 8449个结果
Properties & Method
【Properties】1、lazy property,通过@property来定义, lazy property的属性直到使用的时候才初始化: 2、Computed Properties: 2、对于set方法,如果没有定义参数,则参数默认为newValue: 3、通过去除set方法,以及去...
分类:其他好文   时间:2014-06-18 18:34:12    阅读次数:182
使用 IntraWeb (19) - 基本控件之 TIWTreeView
这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的.TIWTreeView 所在单元及继承链:IWCompTreeview.TIWTreeView 主要成员:property Items: TIWTreeViewItems //所有 Ite...
分类:Web程序   时间:2014-06-18 16:33:31    阅读次数:229
Subscript & Inheritance
【Subscript】1、subscript的定义: 2、Subscript的使用: 3、可以定义多维subscript: 多维Subscript的使用: 【Inheritance】1、override property: 2、overriding property observe...
分类:其他好文   时间:2014-06-18 16:28:41    阅读次数:205
@property
非gc的对象,所以默认的assign修饰符是不行的。那么什么时候用assign、什么时候用retain和copy呢?推荐做法是NSString用copy,delegate用assign(且一定要用assign,不要问为什么,只管去用就是了,以后会明白的),非objc数据类型,比如int,float等...
分类:其他好文   时间:2014-06-18 15:43:31    阅读次数:286
使用 IntraWeb (20) - 基本控件之 TIWGrid
TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件.TIWGrid 所在单元及继承链:IWCompGrids.TIWGrid 主要成员:property Cel...
分类:Web程序   时间:2014-06-18 13:45:37    阅读次数:453
UIButton的titleLabel
UIButton的titleLabel@property(nonatomic, readonly, retain) UILabel *titleLabelDescription - 描述A view that displays the value of the currentTitle proper...
分类:其他好文   时间:2014-06-18 09:08:25    阅读次数:160
javax.naming.NoInitialContextException: Need to specify class name in environment or system property
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial错误解决办法...
分类:编程语言   时间:2014-06-15 11:23:34    阅读次数:192
远程使用Gpupdate(Hash,哈希)
function Start-GPUpdate{param([String[]]$ComputerName)$code = {$rv = 1 |Select-Object -Property ComputerName, ExitCode$null = gpupdate.exe /force$rv.E...
分类:其他好文   时间:2014-06-14 22:03:39    阅读次数:254
使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
TIWRadioButton //单选TIWRadioGroup //单选组TIWCheckBox //复选TIWRadioButton 所在单元及继承链:IWCompRadioButton.TIWRadioButton 主要成员:property Editable: Boolean //p...
分类:Web程序   时间:2014-06-14 21:35:06    阅读次数:384
Ambari源代码分析之总览
一、基本概念:Resource:Ambari把能够被管理的资源的抽象为一个Resource实例,资源能够包括服务、组件、主机节点等,一个resource实例中包括了一系列该资源的属性;Property:服务组件的指标名称;ResourceProvider和PropertyProvider分别相应Re...
分类:其他好文   时间:2014-06-14 20:06:48    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!