摘要:
阅读全文
摘要:
1. 安装 a. 查看源 i. gem sources -l b. 删除源 i. sudo gem sources -r https://rubygems.org/ c. 设置源 i. sudo gem sources -a https://ruby.taobao.org 这里要换成新的源!!! 添 阅读全文
摘要:
"项目" >> Build Settings >> Preflx Header >> $(SRCROOT)/项目名/XXX.pch 阅读全文
摘要:
- (void)layoutSubviews{ [super layoutSubviews]; NSUInteger count = self.subviews.count; NSInteger maxC = 3; CGFloat childViewWH = (SCREENW - 2 ... 阅读全文
摘要:
#pragma mark - 键盘通知回调方法// 监听键盘的通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrameNotification:) nam... 阅读全文
摘要:
这段代码能去除tableViewHeader的粘性const static NSInteger kSectionHeaderHeight = 30;- (void)scrollViewDidScroll:(UIScrollView *)scrollView{ if (scrollView.cont... 阅读全文
摘要:
//// ViewController.m// 图片轮播//// Created by apple on 14-5-18.// Copyright (c) 2014年 All rights reserved.//#import "ViewController.h"@interface ViewCon... 阅读全文
摘要:
一种:时间逻辑:- (NSString *)created_at{ // 从后台返回的字符串格式:Mon Aug 03 09:17:31 +0800 2014, //NSDateFormatter可以把NSDate转成字符串,也可以把字符串转成NSDate //初始化一个时间格式化器 ... 阅读全文
摘要:
//// ViewController.m// 下载进度//// Created by Super on 14/7/4.// Copyright (c) 2014年 iOS. All rights reserved.//#import "ViewController.h"@interface Vie... 阅读全文
摘要:
https://www.jianshu.com/p/7511cb18a05e flutter学习简书文章 https://www.jianshu.com/p/19b01d36dee3 flutter mac配置环境变量 https://flutter.cn/docs/get-started/inst 阅读全文