新博客:完整版 - AVFoundation Programming Guide 分章节版:- 第1章:About AVFoundation - AVFoundation概述- 第2章:Using Assets - 使用Assets- 第3章:Playback - 播放- 第4章:Editing - 编辑- 第5章:Still and Video Media Capture - 静态视频媒体捕获- 第6章:Export - 输出- 第7章:Time and Media Representatio…
Flume官方文档翻译--Flume 1.7.0 User Guide (unreleased version)(一) Flume官方文档翻译--Flume 1.7.0 User Guide (unreleased version)(二) Flume Properties Property Name            Default  Description flume.called.from.service – If this property is specified then the…
Flume官方文档翻译--Flume 1.7.0 User Guide (unreleased version)(一) Logging raw data(记录原始数据) Logging the raw stream of data flowing through the ingest pipeline is not desired behaviour in many production environments because this may result in leaking sensit…
这篇博客是Data Binding Guide官网文档翻译的下篇.假设没看过前半部分翻译的能够先看Data Binding Guide--google官方文档翻译(上)  一,数据对象 不论什么不含业务逻辑的java简单对象(POJO)可用于数据绑定.但改动POJO不能使UI更新.而通过数据绑定能够使数据对象感知到数据的变化.有三种不同的感知数据改变的机制,可见对象,可见字段,和可见集合. 当一个可见数据对象绑定到用户界面和数据对象变化的属性时,用户界面将自己主动更新.  可见对象 一个实现可见…
//本系列所有开发文档翻译链接地址:iOS7开发-Apple苹果iPhone开发Xcode官方文档翻译PDF下载地址  //转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3495890.html UIImagePickerController1.+(BOOL)isSourceTypeAvailable:(UIImagePickerControllerSourceType)sourceType;                 检查指定源是…
Spark官方文档翻译,有问题请及时指正,谢谢. Overview页 http://spark.apache.org/docs/latest/index.html Spark概述 Apache Spark 是一个快速的,分布式集群计算系统.它提供了高等级的针对 Java, Scala, Python and R的API接口, 他还是一个优秀的图处理引擎. 它还支持一套高级的工具集: Spark SQL,Sql和结构化数据处理: MLlib ,机器学习: GraphX ,图处理: 还有 Spark…
//转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3496969.html 技术博客http://www.cnblogs.com/ChenYilong/   新浪微博http://weibo.com/luohanchenyilong   UITableView (PDF) UITableView.pdf1.6 MB    l iOS中显示数据列表最常用的一个控件,支持垂直滚动     UITableView的两种内置样式UITableV…
本系列所有开发文档翻译链接地址:iOS7开发-Apple苹果iPhone开发Xcode官方文档翻译PDF下载地址 //转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3495980.html     本文对应pdf文档下载链接,猛戳->:UITextField属性---iOS-Apple苹果官方...322.4 KB     UITextField属性技术博客http://www.cnblogs.com/ChenYilong/   新浪微博…
本系列所有开发文档翻译链接地址:iOS7开发-Apple苹果iPhone开发Xcode官方文档翻译PDF下载地址  //转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3495919.html    本文对应pdf文档下载链接,猛戳->: UITableView.docx143.2 KBUITableView.pdf221.7 KB     UITableView技术博客http://www.cnblogs.com/ChenYilong/ …
View Controller Basics Apps running on iOS–based devices have a limited amount of screen space for displaying content and therefore must be creative in how they present information to the user. Apps that have lots of information to display must there…