c++ int转string的示例代码
很特别的一句话小段子,搞笑段子笑个够
难怪妈当年拿着农药不让你嫁都拦不住你嫁给这又丑又穷的人
仿iOS图标抖动的方法,仿iOS图标抖动代码实例
仿iOS图标抖动 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 #import 'LHViewController.h' #define angelToRandian(x) ((x)/180.0*M_PI) @interface...
IOS检测指定路径的文件是否存在
- (NSString *)dataPath:(NSString *)file { NSString *path = [[NSHomeDirectory() stringByAppendingPathComponent:@'Documents'] stringByAppendingPathComponent:@'badge']; BOOL bo = [[NS...
ios系统下删除文件的代码
方法一:这段objective c代码用于删除指定路径的文件 1 2 3 if ([fileManager removeItemAtPath:@'FilePath' error:NULL]) { NSLog(@'Removed successfully'); } 方法二: 1 2 3 4 5 NS...





