摘要: 1、安装brew(默认Mac已安装) 2、安装FFmpeg 3、在要拼接的视频目录下创建list.txt文件,内容: 4、拼接 参考:FFmpeg官网MacOSX下的使用指南 阅读全文
posted @ 2016-07-22 09:59 朱亚男 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 参考链接:http://www.jianshu.com/p/bf263c596538 http://www.cocoachina.com/ios/20141204/10528.html 阅读全文
posted @ 2016-06-13 23:16 朱亚男 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 一、添加了@2x等图片提交报错 1、报错信息:The working copy “ios” failed to commit files.Commit failed (details follow):‘xxx/school_coin_my_coin’ is not under version co... 阅读全文
posted @ 2016-01-12 17:01 朱亚男 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 一、创建工程及运行 1、安装部署工具 ios-sim和ios-deploy工具,可以使你通过命令行在iOS模拟器和iOS设备上面启动app。 $ npm install -g ios-sim $ npm install -g ios-deploy 2、C... 阅读全文
posted @ 2016-01-07 16:12 朱亚男 阅读(707) 评论(0) 推荐(0) 编辑
摘要: 一、环境搭建官方文档地址:http://phonegap.com/install/InstallTo Install, ensure that you have NodeJS installed, then open your command-line and run the following: ... 阅读全文
posted @ 2016-01-06 15:05 朱亚男 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 英文原文地址:http://phonegap.com/blog/2015/03/12/mobile-choices-post1/移动App开发策略选择这篇文章是,选择移动App开发策略时面对不同选择如何综合考虑之系列文章的第一篇。通过各方面的比较,让开发者明白什么时候什么地方在自己的app里面使用A... 阅读全文
posted @ 2015-12-25 12:07 朱亚男 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 一、PhoneGap与Cordova的关系 Q: What is the difference between PhoneGap and Cordova? A: In October 2011, PhoneGap was donated to the Apache Software Founda... 阅读全文
posted @ 2015-12-24 14:34 朱亚男 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 1、有时导入SDK后编译报错如下 检查一下导入SDK方式是否有问题,删除后重新导入即可解决。 2、用NSTimer定时刷新按钮的文字,避免按钮闪烁的办法 将UIButton的类型由system改为custom就OK。 3、NSInteger、NSUInteger与int、long的关系 NSInte 阅读全文
posted @ 2015-11-22 18:50 朱亚男 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 本文章内容总结自网络视频,感谢🙏学前知识一、网路通讯三要素1、IP地址(主机名) 1》网络中设备的标示 2》不易记忆,可以用主机名 3》本地回环地址:127.0.0.1 主机名:localhost2、端口号 1》用于标示进程的逻辑地址,不同进程的标示 2》有效端口:0~65535 3》其中0~10... 阅读全文
posted @ 2015-11-15 10:05 朱亚男 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 以下仅为个人阅读笔记,记录翻阅之用。原文地址:https://github.com/oa414/objc-zen-book-cn 感谢!一、单例问题 参照前面单例的滥用一文。 http://www.cnblogs.com/yaann/p/4661909.html 二、类簇三、属性四、断言条件成立就... 阅读全文
posted @ 2015-11-11 23:39 朱亚男 阅读(160) 评论(0) 推荐(0) 编辑