会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lianhuaren
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
50
下一页
2017年12月29日
第15月第29天 ffmpeg AVERROR_EOF
摘要: 1. 在直播时返回AVERROR_EOF代表流结束吗?但对方还在直播,没有结束。 int ret = av_read_frame(mContext, pkt); if (ret == AVERROR_EOF)
阅读全文
posted @ 2017-12-29 18:29 lianhuaren
阅读(1434)
评论(0)
推荐(0)
2017年12月27日
第15月第27天 job dispatch_sync CVPixelBufferRef AVSampleBufferDisplayLayer
该文被密码保护。
阅读全文
posted @ 2017-12-27 14:12 lianhuaren
阅读(5)
评论(0)
推荐(0)
2017年12月22日
第15月第22天 libz.dylib
摘要: 1. 3.在弹出的对话框中输入"cmd"+"shift"+"g" 3.在弹出的对话框中输入"cmd"+"shift"+"g" 4 4.输入/usr/lib 4.输入/usr/lib https://jingyan.baidu.com/article/624e745959a39934e8ba5abb.
阅读全文
posted @ 2017-12-22 11:51 lianhuaren
阅读(130)
评论(0)
推荐(0)
2017年12月6日
第15月第6天 ios UIScrollView不能响应TouchesBegin
摘要: 1. 1:@property MyScrollView *scrollView; 2:给MyScrollView,增加类别:MyScrollView+Touch 3:在类别里实现下面三个方法: @implementation MyScrollView (Touch)- (void)touchesBe
阅读全文
posted @ 2017-12-06 16:56 lianhuaren
阅读(174)
评论(0)
推荐(0)
2017年11月30日
第14月第30天 svn 撤销ignore revert
摘要: 1. 直接到被ignore的位置,执行: svn add <你被ignore的文件名> --no-ignore –no-ignore是取消忽略 如果是add目录,你可以: svn add * --force --no-ignore –force是添加当前目录及所有子目录下所有文件 直接到被ignor
阅读全文
posted @ 2017-11-30 16:45 lianhuaren
阅读(377)
评论(0)
推荐(0)
2017年11月23日
第14月第23天 uitextfield文字下移
摘要: 1. http://www.jianshu.com/p/641a0cbcabb0
阅读全文
posted @ 2017-11-23 17:47 lianhuaren
阅读(89)
评论(0)
推荐(0)
2017年11月17日
第14月第17天 automaticallyAdjustsScrollViewInsets contentInsetAdjustmentBehavior
摘要: 1. automaticallyAdjustsScrollViewInsets self.edgesForExtendedLayout = UIRectEdgeNone; if ([self respondsToSelector:@selector(automaticallyAdjustsScrol
阅读全文
posted @ 2017-11-17 09:05 lianhuaren
阅读(165)
评论(0)
推荐(0)
2017年11月11日
第14月第11天 linkmap
摘要: 1. 4.LinkMap服务的开启方式及文件目录 Xcode->Project->Build Settings-> Search map -> 设置 Write Link Map Files 选项为YES(这里需要注意的是不是设置Pods.xcodeproj的LinkMap而是xxx-xxxxx.x
阅读全文
posted @ 2017-11-11 16:34 lianhuaren
阅读(284)
评论(0)
推荐(0)
2017年11月1日
第14月第1天 uialterview 键盘 uibutton圆角
摘要: 1. 在IOS 8之后 当UIAlertView 和keyboard 同时出现时,会出现键盘闪现的情况 所以就修正UIAlertView http://blog.sina.com.cn/s/blog_881ed8500102w114.html 2.uibutton 圆角 http://www.jia
阅读全文
posted @ 2017-11-01 09:16 lianhuaren
阅读(177)
评论(0)
推荐(0)
2017年10月25日
第13月第25天 ios11 uitableview reloaddata contentsize
摘要: 1. [tableView reloadData]; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ /*contentsize
阅读全文
posted @ 2017-10-25 18:25 lianhuaren
阅读(531)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
50
下一页
公告