码迷,mamicode.com
首页 >  
搜索关键字:for-proper    ( 306个结果
属性细节
默认情况下,对象属性是strong的,标量属性是assign的。但是有一个例外,就是对于具有可变副本的属性,我们倾向于将其声明为copy。比如说@interface Person : NSObject@property (nonatomic,copy) NSString* name; @proper...
分类:其他好文   时间:2014-06-29 07:54:44    阅读次数:444
Apache Commons Collections
http://commons.apache.org/proper/commons-collections/userguide.html1.UtilitiesSetUtilsCollectionUtilsMapUtils2.MapsMap IterationOrdered MapsBidirectio...
分类:其他好文   时间:2014-06-18 19:31:10    阅读次数:126
libVEX学习
VEX IR是一种更加接近于compiler使用的中间语言/中间表示,它是不依赖于特定体系架构的。1. Code Blockscode blocks是VEX处理代码的一个单元,使用IRSB结构体表示:/* Code blocks, which in proper compiler terminolo...
分类:其他好文   时间:2014-06-18 14:57:20    阅读次数:274
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
OEM按钮乱码问题解决
一、出现问题:          在Linux环境中安装Oracle 10g,启用EM时,出现按钮显示乱码现象,如下: 二、分析问题: 因为在安装Oracle10g时,JDK/JRE自动选择了字符集,而在$ORACLE_HOME/jdk/jre/lib和$ORACLE_HOME/jre/1.4.2/lib目录下,都有多种字体。每一个目录下都有一个缺省的字符集font.proper...
分类:其他好文   时间:2014-06-11 06:51:45    阅读次数:317
projecteuler---->problem=23----Non-abundant sums
A perfect number is a number for which the sum of its proper divisors is exactly equal to the number. For example, the sum of the proper divisors of 28 would be 1 + 2 + 4 + 7 + 14 = 28, which means th...
分类:其他好文   时间:2014-06-08 04:05:14    阅读次数:315
projecteuler---->problem=21----Amicable numbers
Let d(n) be defined as the sum of proper divisors of n (numbers less than n which divide evenly into n). If d(a) = b and d(b) = a, where a b, then a and b are an amicable pair and each of a and b...
分类:其他好文   时间:2014-06-07 13:40:53    阅读次数:226
学习IOS开发UI篇--UIScrollView/delegate/pagecontrol/UITimer
1.UIscrollView的属性==================================================1.1 常见属性@property(nonatomic) CGPoint contentOffset;这个属性用来表示UIScrollView滚动的位置@proper...
分类:移动开发   时间:2014-06-07 02:48:31    阅读次数:325
Amicable numbers -- Javascript 实现
问题描述: Let d(n) be defined as the sum of proper divisors of n (numbers less than n which divide evenly into n). If d(a) = b and d(b) = a, where a  b, then a and b are an amicable pair and each ...
分类:编程语言   时间:2014-06-02 12:31:42    阅读次数:298
WPS for ubuntu14
QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.sudo apt-get install --reinstall gtk2-engines-murrine:i386sudo add-...
分类:其他好文   时间:2014-05-25 23:45:25    阅读次数:276
306条   上一页 1 ... 28 29 30 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!