x264最新包地址:http://www.videolan.org/developers/x264.html 编译命令: ./configure --enable-static --host=i386-apple-darwin --host选项请参考一下连接 http://gcc.gnu.org/i
分类:
系统相关 时间:
2016-02-24 12:22:30
阅读次数:
282
1 Flash流媒体服务器 Red52 Darwin Streaming Server3 流媒体服务器 Open Streaming Server4 MPEG4IP5 开源流媒体平台 FreeCast6 流媒体服务器 Yass7 开源流媒体平台 Stream-2-Stream8 Flumotion
分类:
其他好文 时间:
2016-02-21 18:37:54
阅读次数:
359
iOS的系统架构分为四个层次:核心操作系统层(Core OS )、核心服务层(Core Services )、媒体层(Media )和可触摸层(Cocoa Touch )。下面是IOS系统结构图。一、Core OS(核心操作系统层) 是用FreeBSD和Mach所改写的Darwin, 是开源、符合P...
分类:
移动开发 时间:
2016-01-20 00:56:47
阅读次数:
319
14.1 Quartz概述Quartz是Mac OS X的Darwin核心之上的绘图层,有时候也认为是CoreGraphics。共有两种部分组成Quartz:Quartz Compositor,合成视窗系统,管理和合成幕后视窗影像来建立Mac OS X使用者接口。Quartz 2D,是iOS和Mac...
分类:
移动开发 时间:
2016-01-02 22:31:57
阅读次数:
315
1)安装配置NDK1.1 下载NDK并解压缩下载路径https://developer.android.com/tools/sdk/ndk/index.html在terminal运行:chmod a+x android-ndk-r10d-darwin-x86_64.bin./android-ndk-...
分类:
移动开发 时间:
2015-12-21 18:13:37
阅读次数:
144
ios的安全机制 iOS是由苹果公司为iPhone开发的操作系统。它主要是给iPhone、iPodtouch以及iPad使用。就像其基于的MacOSX操作系统一样,它也是以Darwin为基础的。原本这个系统名为iPhoneOS,直到2010年6月7日WWDC大会上宣布改名为iOS。iOS的系统架.....
分类:
移动开发 时间:
2015-12-18 18:44:27
阅读次数:
175
1.首先下载工具包(.bin类型的)http://developer.android.com/ndk/downloads/index.html#download2.将工具包放置在一个文件夹中,进入文件夹,将压缩文件执行解压chmod a+x android-ndk-r10c-darwin-x86_6...
分类:
移动开发 时间:
2015-11-25 22:20:07
阅读次数:
208
答:1 Flash流媒体服务器 Red52 Darwin Streaming Server3 流媒体服务器 Open Streaming Server4 MPEG4IP5 开源流媒体平台 FreeCast6 流媒体服务器 Yass7 开源流媒体平台 Stream-2-Stream8 Flumotio...
分类:
其他好文 时间:
2015-11-19 16:12:00
阅读次数:
147
不能工作的最主要原因为:os x改变了文件存放的路径。因此,需要修改setting中的command的路径,将原来的改为:/usr/local/texlive/2015/bin/x86_64-darwin/pdflatex -synctex=1 -interaction=nonstopmode %....
分类:
系统相关 时间:
2015-11-16 14:10:17
阅读次数:
373
注意点一、 go build 的时候会选择性地编译以系统名结尾的文件(linux、darwin、windows、freebsd)。例如Linux(Unix)系统下编译只会选择array_linux.go文件,其它系统命名后缀文件全部忽略。 注意点二、 在xxx.go文...
分类:
其他好文 时间:
2015-10-20 12:29:50
阅读次数:
187