码迷,mamicode.com
首页 >  
搜索关键字:layer    ( 3637个结果
Property cannot be found on forward class object?
I have a UIView and I'm trying to set its layer properties.self.colorSwatch = [[UIView alloc] initWithFrame:CGRectMake(400, 150, 100, 100)];self.color...
分类:其他好文   时间:2014-10-29 12:39:13    阅读次数:143
[quote] Working with the Radio Layer Interface (RIL) in Android
From http://afewe.wordpress.com/android-arm-development/working-with-the-radio-layer-interface-ril-in-android/Working with the Radio Layer Interface (...
分类:移动开发   时间:2014-10-28 19:22:28    阅读次数:392
使用HD/IDE层的ioctl接口获取磁盘容量get_hdd_max_sector
利用HD/IDE layer的ioctl函数接口获取HD/IDE的磁盘容量。HDIO_DRIVE_TASK  能发出访问LBA地址的命令,但不能读写数据。 #include #include #include #include #include #include #include #include #include #include #include...
分类:其他好文   时间:2014-10-28 10:27:17    阅读次数:265
arc engine - ILayer.
ILayer ILayer接口是被图层(Layer)对象实现的,图层对象是用来在地图中显示空间信息. 注意,图层不含有空间数据,它只是获取数据的一个引用层而已。图层对象是一个抽象对象,它定义了所有图层的公共方法和属性,它拥有很多子类,如IFeatureLayer,IGeoFeatureLayer,I...
分类:其他好文   时间:2014-10-28 02:01:14    阅读次数:238
tomcat集群-群猫乱舞(转)
一、为何要集群单台App Server再强劲,也有其瓶劲,先来看一下下面这个真实的场景。当时这个工程是这样的,tomcat这一段被称为web zone,里面用spring+ws,还装了一个jboss的规则引擎Guvnor5.x,全部是ws没有service layer也没有dao layer。然后A...
分类:其他好文   时间:2014-10-28 01:58:50    阅读次数:269
Cocos2dx 3.x创建Layer的步骤
Cocos2dx 3.x创建Layer的基本步骤(精简版)...
分类:其他好文   时间:2014-10-27 21:19:02    阅读次数:198
cocos2d-x3.0 SpriteFrameCache
bool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::init() ) { return false; } auto s...
分类:系统相关   时间:2014-10-27 21:04:54    阅读次数:224
iOS相机去黑框
自己定义相机的时候,调用系统的相机,因为相机的分辨率,会出现短小的矩形框,总会出现黑色边框,例如以下图:假设想实现全屏相机的话,这样做就能够了: CALayer *viewLayer = self.imagePickerController.view.layer; ...
分类:移动开发   时间:2014-10-27 21:03:00    阅读次数:217
CATransition--(2)
类 CATransition实现了layer的过渡动画。也就是说是控制layer的过渡动画类。CATransition来实现我们特定的过渡动画。也可以通过一个自定义的CIFilter实体来实现过渡动画。 相关属性 1.0。 0.0。 float类型的。0.0到1.0之间。endPr...
分类:其他好文   时间:2014-10-27 17:33:50    阅读次数:189
背影图
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(50, 200, 100, 100)]; view.backgroundColor = [UIColor redColor]; view.layer.shadowOpacity = 0......
分类:其他好文   时间:2014-10-25 19:59:28    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!