书籍阅读笔记
qq469236803
这个作者很懒,什么都没留下…
展开
-
《iOS5 programming cookbook》学习笔记5 Concurrency
有必要了解一下,说来惭愧,从来就没系统学过某一个平台的多线程,ios上把自己的第一次奉献出去了。 简单介绍了一下什么是GCD 然后有个对比, Traditionally, programmers had to create their own threads to perform tasks in parallel.For instance, an iOS developer would原创 2012-11-14 17:15:31 · 486 阅读 · 0 评论 -
Hacking and Securing iOS Applications Note
xcrun -find -sdk iphoneos clang /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang xcrun -find -sdk iphoneos clang++ /Applications/Xcode.app/Contents原创 2014-01-24 15:31:00 · 945 阅读 · 0 评论 -
大话设计模式
最近觉得自己这方面,还是比较欠缺,必须逼着自己把这本书看完。 2013.4.3日,前几日,看了一半了,打算,看完多线程,后台进程相关的,继续看原创 2013-02-21 11:03:50 · 395 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记1
《iOS5 programming cookbook》学习笔记 看到这个同学的这篇文章,把它下了下来,粗粗一看觉得不错,正好进阶一下。我也写个笔记,每章一篇。 这位同学真好学啊,有新东西学了就这么开心。 这一系列的文章也会记录我的学习过程,这位同学去年11月份就接触这些了,与诸位同学之间的差距简直就是鸿沟啊。往事不可追,好好学习。 看完1.3了,学了一招, Build for P原创 2012-09-18 21:26:22 · 924 阅读 · 0 评论 -
The iOS 5 Developer’s Cookbook 6 Assembing Views and Animations
6.1 View Hierarchies 确实代码很妙, // Recursively travel down the view tree, increasing the // indentation level for children - (void) dumpView: (UIView *) aView atIndent: (int) indent into: (NSMu原创 2012-11-28 15:09:48 · 1106 阅读 · 0 评论 -
Beginning iOS 6 Development
温故而知新,重新阅读,有了新的收获,记录一下。 Note that we define a variable called startTime just before the block is created, and then use its value at the end of the block. Intuitively, this doesn’t seem to make原创 2013-04-24 17:18:26 · 943 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记5 Concurrency
Multitasking 这个就是后台执行的意思background execution,区别于多线程, 看这个多任务,还以为多线程呢。原创 2013-04-07 16:26:47 · 684 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记1
(以前写在本地的,现在发上来) 1.16看的不是很明白,可能是因为之前没有吧。 When our app starts for the first time, we willinitialize the strong string1 property and will assign string1to string2. We will then set the value of the str原创 2012-11-25 10:43:16 · 456 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记8
记得上次写过这篇,不知道跑哪里去了,也不知道看到哪里了,就随着记忆走吧。 那就在此补充一下,项目代码里面,用的是 { [req setHTTPBody: [postString dataUsingEncoding:NSUTF8StringEncoding]]; NSURLConnection *httpConnection = [[NSURLConnection原创 2012-11-14 09:39:24 · 798 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记2
2当然是记录第二章的内容了, 今天应为工作需要,把uilabel的想过内容看了,在此记录 2.1UIAlertView 看完了,之前 typedef enum { UIAlertViewStyleDefault = 0,UIAlertViewStyleSecureTextInput,UIAlertViewStylePlainTextInput,UIAlertViewStyleLo原创 2012-10-10 20:23:52 · 847 阅读 · 0 评论 -
《iOS5 programming cookbook》学习笔记3
第三章小感: Messages sent to the delegate object of a table view carry a parameter that tells thedelegate object which table view has fired that message in its delegate. This is veryimportant to make原创 2012-11-02 17:09:43 · 678 阅读 · 1 评论 -
用dumpdecrypted给App砸壳
用dumpdecrypted给App砸壳 http://bbs.iosre.com/forum.php?mod=viewthread&tid=7 (出处: iOSRE)转载 2014-05-11 00:14:15 · 1324 阅读 · 0 评论