05 2012 档案
摘要:OC内存管理黄金法则(译文):如果一个对象使用了alloc,[mutable]copy,retain,那么你必须使用相应的release或者autorelease释放。Xcode建立Command Line Tool项目:DogSample,选择手动管理内存,并添加Dog和Person类。Dog有唯一标识的ID属性,Dog.h代码:#import <Foundation/Foundation.h>@interface Dog : NSObject{ int _ID;}@property int ID;@end添加对象retainCount=0时自动调用的dealloc 函数,Dog
阅读全文
摘要:ISE是Windows PowerShell的脚本开发和调试工具,类似于Visual Studio。默认情况下 Windows Server 2008 R2是没有安装 PowerShell ISE的,见下图:需要手动安装,以下是步骤: 图一 图二图三 图四
阅读全文

浙公网安备 33010602011771号