代码改变世界

阅读排行榜

How to SSH Into Your iPhone

2014-02-12 22:37 by 三戒1993, 135 阅读, 收藏,
摘要: First, I will explain what SSH is and why we do it. SSH (Secure Shell) allows you to exchange data between two networked devices, using a secure chann... 阅读全文

UITableViewHeaderFooterView can't change custom background when loading from nib

2013-11-15 10:25 by 三戒1993, 135 阅读, 收藏,
摘要: down voteforiteI've created a custom UITableViewHeaderFooterView and successfully load from nib into my UITableView but always get this message"Settin... 阅读全文

V8引擎实现标准ECMA-262(三)

2013-08-28 17:12 by 三戒1993, 135 阅读, 收藏,
摘要: 推荐英文原址ECMA-2623.构造函数构造函数除了通过指定的模式创建对象以外,还有另外一个好处——它能够自动设置新创建对象的原型对象,这个原型对象存储在构造函数的Prototype属性中。例如,我们使用构造函数来创建对象b和c,如下[javascript]view plaincopy//构造函数f... 阅读全文

iOS图形处理和性能

2013-08-22 13:06 by 三戒1993, 135 阅读, 收藏,
摘要: 转自陶丰平的博客原文的题目是Designing for iOS: Graphics & Performance,晚上花了两个不到小时大致翻译了下。---Begin---在之前的文章里,我们探讨了基于多种不同技术来实现自定义的UIButton,当然不同的技术所涉及到的代码复杂度和难度也不一样。但是我也... 阅读全文

android学习——android 常见的错误 和 解决方法

2013-07-20 20:33 by 三戒1993, 135 阅读, 收藏,
摘要: 1.Application does not specify an API level requirement!解决方法:AndroidManifest.xml中加入:------------------------------------------------------------------... 阅读全文
上一页 1 ··· 224 225 226 227 228 229 230 231 232 ··· 368 下一页