第7月第18天 xcode bundle ffmpeg】的更多相关文章

1. https://zhuanlan.zhihu.com/p/24281404 2. 186  ffmpeg -i /Users/temp/Downloads/n-201402201522融资融券专员培训-上.mp4 -vcodec h264 -acodec copy -pix_fmt yuv420p  aa.mp4 188  ffmpeg -i /Users/temp/Downloads/n-201402201522融资融券专员培训-上.mp4  -acodec copy -vn aa.m4…
1. http://www.jianshu.com/p/3755c35ac87f 2.calayer http://www.jianshu.com/p/aadfce72bf74…
1. 9月12日第一次更新 第二篇玩转[斗鱼直播APP]系列之界面分析 第三篇玩转[斗鱼直播APP]系列之项目部署 第四篇玩转[斗鱼直播APP]系列之获取APP图片资源 第五篇玩转[斗鱼直播APP]系列之基本设置 第六篇玩转[斗鱼直播APP]系列之框架搭建 9月14日第二次更新 第七篇玩转[斗鱼直播APP]系列之首页导航栏设置 第八篇玩转[斗鱼直播APP]系列之首页布局分析&实现 9月18日第三次更新 第九篇玩转[斗鱼直播APP]系列之布局推荐界面 第十篇玩转[斗鱼直播APP]系列之利用青花瓷抓…
1.xcode debug 了解了每个设置的意思,个人觉得对于一个普通的app来说可以这样配置这些设置: Generate Debug Symbols:DEBUG和RELEASE下均设为YES(和Xcode默认一致): Debug Information Level:DEBUG和RELEASE下均设为Compiler default(和Xcode默认一致): Deployment Postprocessing:DEBUG下设为NO,RELEASE下设为YES,这样RELEASE模式下就可以去除符…
1.Xcode 9.0中新增的API版本检查@available https://www.jianshu.com/p/0a94baa6c3dd https://www.jianshu.com/p/b877be6d6570…
1. 7.如果将自己打包的bundle给别人使用,别人在打包上传过程中可能会遇到错误提示如: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'lhby.app/Test.bundle/Test' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutab…
1.上下左右 [tipsLabel setTranslatesAutoresizingMaskIntoConstraints:NO]; { id view1 = tipsLabel; id view2 = self; //子view的上边缘离父view的上边缘 NSLayoutConstraint *contraint1 = [NSLayoutConstraint constraintWithItem:view1 attribute:NSLayoutAttributeTop relatedBy:…
1.boost https://github.com/Orphis/boost-cmake/ 2.evpp brew install libevent brew install glog /usr/local/Cellar/glog/0.3.5_3/include/usr/local/Cellar/gflags/2.2.2/include/usr/local/Cellar/libevent/2.1.8/include /usr/local/Cellar/glog/0.3.5_3/lib/usr/…
1. While the usage of epoll when employed as a level-triggered interface does have the same semantics as poll(2) int addfd(int epollfd,int fd, bool enable_et) { struct epoll_event event; event.data.fd = fd; event.events = EPOLLIN; if(enable_et) { eve…
1. applicationContext.xml  配置文件里最主要的配置: <?xml version="1.0" encoding="utf-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop=&quo…