摘要:
前几个月有个人问如果忘记kindle密码该怎么办, 那时比较忙,现在有空给Amazon发了个email. 的到了如下的办法。If you cannot remember the password for your Kindle, you can reset your password to rega... 阅读全文
摘要:
单纯使用 UIWebView 无法获得页面加载完成事件,主要有如下几个原因: 1、iOS 中的 UIWebView 是一个阉割版,很多接口与事件都没有暴漏(使用私有 API 可以)。 2、页面中有 iFrame 或者 ajax 请求。 解决问题的办法是通过 Javascript 向 UIWebVie... 阅读全文
摘要:
IntroductionThere has been a change in the Cocoa community in the past few years, where the use of accessors ininit/deallocis frowned upon, recommend ... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文
摘要:
class-dump-z http://code.google.com/p/networkpx/iphone-dataprotection http://code.google.com/p/iphone-dataprotection/SpyPhone https://github.com/nst/S... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文