The Foundation framework defines a base layer of Objective-C classes. In addition to providing a set of useful primitive object classes, it introduces...
分类:
其他好文 时间:
2014-11-24 06:24:12
阅读次数:
188
【What isLayer Comps】 Designers often create multiple compositions(comps)of a page layout to show clients. Using layer comps, you can create, manage, ....
分类:
其他好文 时间:
2014-11-23 22:59:59
阅读次数:
326
http://developer.android.com/training/wearables/data-layer/events.html#WaitSection 1 :Wait for the Status of Data Layer Calls- 等待数据操作结果You'll notice t...
分类:
移动开发 时间:
2014-11-22 18:40:15
阅读次数:
243
The TCP/IP family consists of the following protocols:Link layer:ARP: Address Resolution Protocol: MapIPto hardware (e.g.Ethernet) addressesRARP: Reve...
分类:
其他好文 时间:
2014-11-22 10:36:58
阅读次数:
424
http://blog.csdn.net/u012945598/article/details/16946283总结:一个SCENE,三个LAYER代表三个指针,每个LAYER加载一个精灵(实际图片)大多数情况都是background申明成一个layer,在background里面建立一个新的SCE...
分类:
其他好文 时间:
2014-11-21 15:47:35
阅读次数:
155
图形上下文,有开启UIGraphicsBeginImageContextWithOptions,获取UIGraphicsGetCurrentContext和关闭UIGraphicsEndPDFContext等主要操作,有开启就要由关闭。其他图片和文字,是直接用drawInRect画到上下文中,只有截屏不同,截屏实质上是对view的图层layer进行操作,用得时渲染renderInContext,哪个layer要渲染,就由谁来调用这个方法。...
分类:
移动开发 时间:
2014-11-21 14:22:19
阅读次数:
365
自定义相机的时候,调用系统的相机,由于相机的分辨率,会出现短小的矩形框,总会出现黑色边框,如下图:如果想实现全屏相机的话,这样做就可以了:1 CALayer *viewLayer = self.imagePickerController.view.layer;2 [viewLayer setBoun...
分类:
移动开发 时间:
2014-11-21 01:26:45
阅读次数:
206
比如说QQ登陆头像显示出来的就是圆形的,但实际上它的图片并非就是圆形,而是通过对layer层进行绘制而成的。说到layer每个控件都会有layer层属性所以可以把任意的控件都可以设置成圆形,或是椭圆型看项目需要而定
UIImageView *imageView = [[UIImageView alloc]initWithImage:[UIImage imageNamed:@"头像.png"]]...
分类:
移动开发 时间:
2014-11-20 18:53:31
阅读次数:
149
这篇博客对应的是Andrew.Ng的那篇文章:An Analysis o f Single-Layer Networks in Unsupervised Feature Learning,文章的主要目的是讨论receptive field size,number of hidden nodes, s...
分类:
其他好文 时间:
2014-11-19 20:03:54
阅读次数:
255
http://www.cnblogs.com/mmidd/p/3804158.htmlIt is a good practice to use a Scene as the parent of all your nodes.Scene and Node are almost identical wi...
分类:
其他好文 时间:
2014-11-19 18:14:57
阅读次数:
193