码迷,mamicode.com
首页 >  
搜索关键字:frame    ( 7319个结果
UILabel+Create
#import @interface UILabel (Create)/** * 创建普通Label * * @param frame frame * @param text text * @param font font * @p...
分类:其他好文   时间:2014-11-06 19:53:33    阅读次数:181
九宫格或者其他类型的坐标设置
九宫格或者其他类型的坐标设置frame.size.width = 60;//设置按钮坐标及大小frame.size.height = 60;frame.origin.x = (i%3)*(60 + 32)+40;frame.origin.y = floor(i/3)*(60 + 24)+60;
分类:其他好文   时间:2014-11-06 19:03:55    阅读次数:164
《Pro Android Graphics》读书笔记之第三节
Android Frame Animation: XML, Concepts and Optimization Frame Animation Concepts: Cels, Framerate, and Resolution 动画的发展 cel-base animation ras...
分类:移动开发   时间:2014-11-06 17:18:31    阅读次数:182
点击放大图片
//创建button遮挡 UIButton *cover = [[UIButton alloc]initWithFrame:self.view.frame]; [cover setBackgroundColor:[UIColor blackColor]]; cover.alpha ...
分类:其他好文   时间:2014-11-06 09:20:09    阅读次数:205
hibernate中id中的 precision 和 scale 作用
FRAME_SEQ_ORG_CITY 对应的是oracl...
分类:Web程序   时间:2014-11-06 00:40:41    阅读次数:191
x264编码延时研究
研究了一下x264编码延时. 方法是加log在x264.c static int encode( x264_param_t *param, cli_opt_t *opt ) {     ...         i_frame_size = encode_frame( h, opt->hout, &pic, &last_dts );         if( i_frame_size ==...
分类:其他好文   时间:2014-11-05 23:07:23    阅读次数:359
使用开源库MagicalRecord操作CoreData
1. 将 MagicalRecord 文件夹拖入到工程文件中,引入 CoreData.frame 框架2. 在 .pch 文件中引入头文件 CoreData+MagicalRecord.h注:只能在.pch文件中引头文件,否则无法通过编译3. 创建 Model.xcdatamodeld 文件,并创建...
分类:其他好文   时间:2014-11-05 16:28:22    阅读次数:121
此编译单元不包含在frame元数据中指定的factoryClass,无法加载配置的运行时共享库
警告:此编译单元不包含在frame元数据中指定的factoryClass,无法加载配置的运行时共享库。要在没有运行时共享库的情况下进行编译,请将-static-link-runtime-shared-libraries 选项设置为true, 或删除 -runtime-shared-libraries...
分类:其他好文   时间:2014-11-05 14:42:33    阅读次数:148
kickstart无人值守安装 PXE 自动安装
1PXE技术的基本原理PXE技术与RPL技术不同之处为RPL是静态路由,PXE是动态路由。RPL是根据网卡上的ID号加上其他记录组成的一个Frame(帧)向服务器发出请求。而服务器中已有这个ID数据,匹配成功则进行远程启动。PXE则是根据服务器端收到的工件站MAC地址,使用DHCP服务为这个MAC..
分类:其他好文   时间:2014-11-05 00:40:08    阅读次数:188
Iframe和Frame中实现cookie跨域的方法(转载)
在Iframe和Frame中默认是不支持Cookie跨域的,但通过设置P3P协议相关的响应头可以解决这一问题。关于p3p协议:P3P: Platform for Privacy Preferences(隐私偏好平台)。隐私偏好平台(P3P)是允许网络站点来宣告它们收集的关于浏览用户他们的意向使用的信...
分类:其他好文   时间:2014-11-04 22:31:25    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!