摘要:作者: 阮一峰 日期: 2015年12月 9日 作者: 阮一峰 日期: 2015年12月 9日 我每天使用 Git ,但是很多命令记不住。 一般来说,日常使用只要记住下图6个命令,就可以了。但是熟练使用,恐怕要记住60~100个命令。 下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。
阅读全文
摘要:@property (weak, nonatomic) IBOutlet UISearchBar *searchBar; - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [self performSelector:@selector(setCorrectFocus) wi...
阅读全文
摘要:NSString *telString = [[dict objectForKey:@"send_user_info"] objectForKey:@"tel"]; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"拨打电话...
阅读全文
摘要:// Add a new ALAssetsGroup to the library. // The name of the ALAssetsGroup is name and the type is ALAssetsGroupAlbum. The editable property of this
阅读全文