English 中文(简体)
通过蓝色牙收集的微量数据破碎
原标题:iPhone data sending via bluetooth gets broken

我在Pipei试图通过蓝色向另一个装置发送数据。

下面是我在此过程中使用的法典。

NSMutableData *data = [[NSMutableData alloc]init];
NSKeyedArchiver *archiver = [[NSKeyedArchiver alloc]initForWritingWithMutableData:data];
[archiver encodeObject:YOURDICTIONARY forKey: YOURDATAKEY];
archiver finishEncoding];
[data writeToFile:YOURFILEPATH atomically:YES];
[data release];
[archiver release];

现在的问题是,如果数据的规模要达到约280,000英特,数据就会被压缩,并在没有任何麻烦的情况下成功地转让。

但是,如果通过国家安全局,似乎储存了超过23万份或大约23万份的矿石,就会使国家安全局制造一个破碎的原始档案。

如何解决这一问题,pl有助于我的朋友

最佳回答

如果你在进行转让时使用猎物,则最大允许的信息量为87KB。 如果它比那时要大,那么就必须把它分为多种信息。

资料来源:

问题回答

暂无回答




相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签