码迷,mamicode.com
首页 >  
搜索关键字:block corruption    ( 15795个结果
MRC ARC And Block
MRC 防止 block 对self的引用 解决办法 __block typeof(self) weakSelf = self; ARC 防止 block 对self的引用 解决办法 __weak typeof(self) weakSelf = self;...
分类:其他好文   时间:2014-07-24 23:21:43    阅读次数:290
写给喜欢用Block的朋友(ios Block)
IOS block 中使用注意的问题 1.block 的循环引用(retain cycle) 2.去除block产生的告警时,需注意问题。...
分类:移动开发   时间:2014-07-24 23:14:13    阅读次数:324
WPF RichTextBox的使用总结
RichTextBox内容模型RichTextBox支持基于块的内容模型。RichTextBox 的内容属性为 Blocks,这是 Paragraph 元素的集合Paragraph元素可包含从 Inline 派生的元素。上图总结了 RichTextBox 的内容模型,并且显示从 Block 和 In...
分类:其他好文   时间:2014-07-24 12:22:35    阅读次数:722
Pass
【Pass】 The Pass block causes the geometry of an object to be rendered once.[Syntax] Pass{[Name and Tags] [RenderSetup] [TextureSetup]} The basic pa...
分类:其他好文   时间:2014-07-23 20:39:35    阅读次数:224
ZOJ1093 Monkey and Banana 【DP】
一、题目ZOJ 1093二、题目源程序#include //一个箱子有3种h..所以总共有3*n种高度.按面积从大到小排序#include struct block{ int x,y,z,h;}a[200];int cmp(const void *a,const void *b)//快排,模版{ r...
分类:其他好文   时间:2014-07-23 16:55:21    阅读次数:198
用JS 设置 控件 属性
知识靠积累,点滴收获。//设置控件被选中document.getElementById("id").checked=true;//设置控件不可用document.getElementById("id").disabled = true;//设置控件不可见document.getElementById...
分类:Web程序   时间:2014-07-23 16:25:31    阅读次数:247
如何不用border-radius 写圆角边框
html代码: 系统管理员选项 宿舍管理 系统配置 权限设置 发布新闻[列表] 系统日志 css样式.xtop, .xbottom {display:block;background:transparent;...
分类:其他好文   时间:2014-07-23 15:37:49    阅读次数:191
iOS的四种传值方式
传值有四种方法 :1.属性传值2.单例传值3.代理传值4.block传值一.属性传值 (前-->后)1.后面的界面定义一个属性存放前一个界面传过来的值注意:属性定义成字符串还是别的类型取决于你的需求2.后面的界面创建完毕后,为属性赋值(记录需要传递的值)3.在需要使用值的地方使用属性记录的值4.通....
分类:移动开发   时间:2014-07-23 12:50:26    阅读次数:277
关于ie6中存在的最小的高度
在一次实现中需要用span实现模拟一个点:.dot{ display:block; width:3px; height:3px; background-color:#ccc;} 但是在其他浏览器里面显示正常,在ie6中显示会变成一个长方形。原因是在ie6中有个最小的高度,当...
分类:其他好文   时间:2014-07-23 12:43:06    阅读次数:181
capturing self strongly in this block is likely to lead to a retain cycle
capturing self strongly in this block is likely to lead to a retain cycle...
分类:其他好文   时间:2014-07-23 00:09:47    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!