默认情况下,对象属性是strong的,标量属性是assign的。但是有一个例外,就是对于具有可变副本的属性,我们倾向于将其声明为copy。比如说@interface
Person : NSObject@property (nonatomic,copy) NSString* name; @proper...
分类:
其他好文 时间:
2014-06-29 07:54:44
阅读次数:
444
1. use this persistence.xml - simply copy it
into src/main/resources/META-INF org.hibernate.ejb.HibernatePersistence
jdbc/jbpm-ds ...
分类:
其他好文 时间:
2014-06-29 07:40:54
阅读次数:
1021
18.5、Restoring Control Files
18.5.1、Restore Lost Copy of a Multiplexed Control File
18.5.1.1、Copying a Multiplexed Control File to a Nondefault Location
假设丢失控制文件的磁盘和文件系统不能再关联,那么必须修改CONTROL_FILES初始化...
分类:
数据库 时间:
2014-06-20 13:22:46
阅读次数:
259
Oracle Orcl VSS Writer Service:Oracle对
VSS(卷影)的支持服务。Oracle卷映射拷贝写入服务VSS(Volume Shadow Copy
Service)能够让存储基础设备(比如磁盘阵列等)创建高保真的时间点映像即映射拷贝(shadow copy)。它可以在...
分类:
数据库 时间:
2014-06-11 12:07:44
阅读次数:
287
@interface Person : NSObject@property
(noatonmic,copy) NSString *
name;@end一个person类,name是person得成员变量如果在一个类中写入person为成员变量self.person.name =
@"zhangsan...
分类:
移动开发 时间:
2014-06-11 07:28:01
阅读次数:
294
这篇文章几乎是对Push SSH public keys to multiple
host的翻译,谢谢该作者。使用SSH登陆、执行命令到远程机器需要输入密码,很多系统需要免输密码访问远程机器,比如hadoop主节点访问子节点时,这时可以使用ssh-copy-id命令将公钥拷贝到远程机器上,比如:
s...
分类:
其他好文 时间:
2014-06-07 10:42:57
阅读次数:
208
window系统hosts文件地址C:\WINDOWS\system32\drivers\etc。将下面的内容copy到host文件中就可以了。#Google
Services START203.208.46.200 0.docs.google.com203.208.46.200 0.driv...
分类:
Web程序 时间:
2014-06-07 09:39:07
阅读次数:
241
?UINavigationController以栈的形式保存子控制器@property(nonatomic,copy)NSArray*viewControllers;@property(nonatomic,readonly)NSArray*childViewControllers;?使用push方法...
分类:
其他好文 时间:
2014-06-06 20:03:23
阅读次数:
310
[iOS] Error Fixed : [__NSArrayI addObject:]:
unrecognized selector sent to instance当我创建了一个NSMutableArray
对象的时候@property(nonatomic,copy)NSMutableArray*...
分类:
其他好文 时间:
2014-06-06 08:18:29
阅读次数:
291