English 中文(简体)
1. 最佳开端方式/清除str变可可
原标题:Best way to initialise / clear a string variable cocoa

我有一条例行公文,通过假文 par。 在每一记录的末尾,我需要明确我所描述的变量,但我的理解是,有些String = @”实际上只是指向新的扼杀和安放点;造成记忆泄。

如何处理这一问题? 我是否应当使用变幻灯,在频率之间使用 set子:@?

最佳回答

在什么情况下,你必须谨慎地制定国家统一标准:(要素方法)或(允许使用......”。

如果你使用@”,它就是一个不断的缩略语,见:

如果你使用[SString alloc],你需要释放。 你只是需要做[一些释放]。

如果你使用像“SString stringWithFormat:@”这样的东西,那么你就不必予以释放,因为它已经通过运行时间释放。

问题回答

由于国家抽样调查是不可改变的,你不能改变扼杀的内容。 并且用“@”开始,你实际上再造一个固定的NSString物体。

你们要么可以与地方到地方的国家安全局合作,要么在休息期结束时释放,要么可以使用国家民事警察局。 我更喜欢地方的地貌。

for ( ; ;) {
    NSString* str = [[NSString alloc] initWithFormat:@"%@", CONTENT];
    ...
    [str release];
}




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签