第18月第10天 iOS11 uicollectionview】的更多相关文章

1. - (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath { view.layer.zPosition = 0.0; } https://stackoverfl…
1. # Mac OS X $ sudo easy_install pip # Mac OS X, CPU only: $ sudo easy_install --upgrade six $ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py2-none-any.whl 之前是否brew install python? ls /usr/local/Cel…
1. github https://githuber.cn/search?language=Objective-C https://www.jianshu.com/u/815d10a4bdce https://blog.csdn.net/hello_hwc https://blog.ibireme.com/2015/05/18/runloop/ https://www.jianshu.com/p/64e33f9bdc03 https://github.com/zhouhuanqiang/Lear…
1. [tableView reloadData]; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ /*contentsize没有更新*/ }); iOS11默认开启Self-Sizing,关闭Self-Sizing即可.self.tableView.estimatedRowHeight = 0; self.tableVie…
1. 已经用 git commit  提交了代码. 此命令可以用来回退到任意版本:git reset --hard  commitid https://www.cnblogs.com/qufanblog/p/7606105.html 如果你的项目中还没有自动生成的 .DS_Store 文件,那么直接将 .DS_Store 加入到 .gitignore 文件就可以了.如果你的项目中已经存在 .DS_Store 文件,那就需要先从项目中将其删除,再将它加入到 .gitignore.如下: 删除项目中…
1.node.js的request模块 http://www.cnblogs.com/meteoric_cry/archive/2012/08/18/2645530.html…
1.ios10 tableview头部空白 if (@available(iOS 11.0, *)) { self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; }else { self.automaticallyAdjustsScrollViewInsets = NO; } https://www.jianshu.com/p/7eea417275af 2. 如果没有使用po…
1. https://www.cnblogs.com/wfwenchao/p/5577789.html https://github.com/wangzz/Demo http://www.kimbs.cn/2015/04/ios-development-code-signing/ https://stackoverflow.com/questions/39461798/dlopen-from-sandbox-in-ios-10-is-blocked…
1.error: tool 'xcodebuild' requires Xcode的解决办法 sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ https://blog.csdn.net/shorewb/article/details/52447554 2. cmake_minimum_required(VERSION 3.5) project(server C CXX) set(CMAKE_CXX_CO…
一.团队scrum meeting照片 二.成员工作总结 姓名 任务ID 迁入记录 江昊 任务1085 https://github.com/buaaclubs-team/temp-front/commit/57b3c2db282394e97a434c19fa3c8a7e31bb5e09 任务说明: 完成首页主体部分的开发并签入 主要完成以下工作: 完成每个通知的card 完成一些用户体验的细节设计   遇到问题与解决方案: CSS绘图.布局等不熟悉 解决方案:学习并使用position.bac…