摘要: 前几个月有个人问如果忘记kindle密码该怎么办, 那时比较忙,现在有空给Amazon发了个email. 的到了如下的办法。If you cannot remember the password for your Kindle, you can reset your password to rega... 阅读全文
posted @ 2012-12-11 17:56 Proteas 阅读(6332) 评论(0) 推荐(0) 编辑
摘要: 单纯使用 UIWebView 无法获得页面加载完成事件,主要有如下几个原因: 1、iOS 中的 UIWebView 是一个阉割版,很多接口与事件都没有暴漏(使用私有 API 可以)。 2、页面中有 iFrame 或者 ajax 请求。 解决问题的办法是通过 Javascript 向 UIWebVie... 阅读全文
posted @ 2012-12-05 13:13 Proteas 阅读(1489) 评论(0) 推荐(0) 编辑
摘要: IntroductionThere has been a change in the Cocoa community in the past few years, where the use of accessors ininit/deallocis frowned upon, recommend ... 阅读全文
posted @ 2012-11-27 11:55 Proteas 阅读(243) 评论(0) 推荐(0) 编辑
摘要: This post is a look at how clang implements blocks and how this implementation leads to a number of strange behaviors including local variables that e... 阅读全文
posted @ 2012-11-23 18:19 Proteas 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Part-1:EnvironmentSetupA few weeks ago I came into the need of optimizing some OpenGL code for iOS. There was alot of matrix- and vector-calculations ... 阅读全文
posted @ 2012-11-06 20:02 Proteas 阅读(604) 评论(0) 推荐(0) 编辑
摘要: When I wrote myIntroduction to NEON on iPhone, I considered some knowledge about the iOS devices’ processors as assumed to be known by the reader. How... 阅读全文
posted @ 2012-11-06 19:48 Proteas 阅读(197) 评论(0) 推荐(0) 编辑
摘要: class-dump-z http://code.google.com/p/networkpx/iphone-dataprotection http://code.google.com/p/iphone-dataprotection/SpyPhone https://github.com/nst/S... 阅读全文
posted @ 2012-11-06 01:12 Proteas 阅读(236) 评论(0) 推荐(0) 编辑
摘要: IntroductionWeb browsers are probably the most widely used software. In this book I will explain how they work behind the scenes. We will see what hap... 阅读全文
posted @ 2012-10-31 13:17 Proteas 阅读(389) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe Xcode project file is an old-style plist (Next style) based on braces to delimit the hierarchy. The file begins with an explicit encod... 阅读全文
posted @ 2012-10-31 10:14 Proteas 阅读(636) 评论(0) 推荐(0) 编辑
摘要: Let’s take a quick little tour of the Xcode project file format. Anyone doing Mac OS X or iOS development in a team environment (i.e. just about every... 阅读全文
posted @ 2012-10-31 10:13 Proteas 阅读(594) 评论(0) 推荐(0) 编辑