VC6.0代码自动提示 VC6.0在win7环境下代码提示智能化
Protocol Buffer技术深入理解(C++实例)
c++ int转string的示例代码
难怪妈当年拿着农药不让你嫁都拦不住你嫁给这又丑又穷的人
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...







