摘要:
1. 在直播时返回AVERROR_EOF代表流结束吗?但对方还在直播,没有结束。 int ret = av_read_frame(mContext, pkt); if (ret == AVERROR_EOF) 阅读全文
该文被密码保护。 阅读全文
摘要:
1. 3.在弹出的对话框中输入"cmd"+"shift"+"g" 3.在弹出的对话框中输入"cmd"+"shift"+"g" 4 4.输入/usr/lib 4.输入/usr/lib https://jingyan.baidu.com/article/624e745959a39934e8ba5abb. 阅读全文
摘要:
1. 1:@property MyScrollView *scrollView; 2:给MyScrollView,增加类别:MyScrollView+Touch 3:在类别里实现下面三个方法: @implementation MyScrollView (Touch)- (void)touchesBe 阅读全文
摘要:
1. 直接到被ignore的位置,执行: svn add <你被ignore的文件名> --no-ignore –no-ignore是取消忽略 如果是add目录,你可以: svn add * --force --no-ignore –force是添加当前目录及所有子目录下所有文件 直接到被ignor 阅读全文
摘要:
1. http://www.jianshu.com/p/641a0cbcabb0 阅读全文
摘要:
1. automaticallyAdjustsScrollViewInsets self.edgesForExtendedLayout = UIRectEdgeNone; if ([self respondsToSelector:@selector(automaticallyAdjustsScrol 阅读全文
摘要:
1. 4.LinkMap服务的开启方式及文件目录 Xcode->Project->Build Settings-> Search map -> 设置 Write Link Map Files 选项为YES(这里需要注意的是不是设置Pods.xcodeproj的LinkMap而是xxx-xxxxx.x 阅读全文
摘要:
1. 在IOS 8之后 当UIAlertView 和keyboard 同时出现时,会出现键盘闪现的情况 所以就修正UIAlertView http://blog.sina.com.cn/s/blog_881ed8500102w114.html 2.uibutton 圆角 http://www.jia 阅读全文
摘要:
1. [tableView reloadData]; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ /*contentsize 阅读全文