上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页
  2016年5月20日
摘要: 一、准备 1.下载环境需要的zip包 JDK Eclipse axis(http://axis.apache.org/axis2/java/core/download.html)(axis2-1.7.0-bin.zip,axis2-1.7.0-war.zip,axis2-eclipse-codege 阅读全文
posted @ 2016-05-20 07:05 洛易 阅读(2351) 评论(1) 推荐(0) 编辑
  2016年5月19日
摘要: 1.稳定性 在Swift2.0出来的时候,1.0的代码基本上改了个遍。 2.必要性 目前app store上大概有100w个是oc写的,如果是单纯的爱好,可以学习Swift,如果从事职业开发,那么还是学oc 3.侧面 从以上两点就可以做出判断 https://www.zhihu.com/questi 阅读全文
posted @ 2016-05-19 07:37 洛易 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 1.@autoreleasepool why1 2.retain O-C内存管理和点语法1>OC内存管理正常情况要使用大量的retain和relrese操作2>点语法可以减少使用retain和release的操作 3.Runloop 4.@property(retain)编译器如何申明 编译器对于@ 阅读全文
posted @ 2016-05-19 07:37 洛易 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1.方法前的加减号 Objective-C中是没有public与private的概念的,即可以认为全部都是public。减号表示的是一个函数、方法、消息的开始。加号则表示不需要创建一个类的实例,其他类就可以直接调用这个类中的函数(也可以说加号表示静态的成员函数) 2.Objective-C语言#im 阅读全文
posted @ 2016-05-19 07:36 洛易 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 本文章转载主要用于个人学习所用,非盈利性质。若文主杜绝此类行为,请告知本人,谢谢。 http://mp.weixin.qq.com/s?__biz=MjM5OTEwNjI2MA==&mid=401925793&idx=1&sn=ecec54093ceec57044794d2ada386f34&sce 阅读全文
posted @ 2016-05-19 07:35 洛易 阅读(640) 评论(0) 推荐(0) 编辑
  2016年5月11日
摘要: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_UIResponder", referenced from: _OBJC_CLASS_$_AppDelegate in AppDelegate.o "_OBJC_METACLASS_$_ 阅读全文
posted @ 2016-05-11 17:59 洛易 阅读(899) 评论(0) 推荐(0) 编辑
摘要: RubertdeMacBook-Pro:项目名 Rubert$ pod install Analyzing dependencies [!] The dependency `BaiduMapKit` is not used in any concrete target. 已下是我找到解决办法后,运行 阅读全文
posted @ 2016-05-11 16:17 洛易 阅读(773) 评论(0) 推荐(0) 编辑
摘要: *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x12b24d950> setValue:forUndefinedKey:]: this class 阅读全文
posted @ 2016-05-11 10:07 洛易 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: duplicate symbol _mCollecatView in: /Users/Rubert/Library/Developer/Xcode/DerivedData/ChengDuHidengDangerManage-bktvlkdyhtfruecsycmmvjohrqul/Build/Int 阅读全文
posted @ 2016-05-11 09:37 洛易 阅读(415) 评论(0) 推荐(0) 编辑
  2016年5月8日
摘要: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_NSManagedObjectContext", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_NSPe 阅读全文
posted @ 2016-05-08 15:45 洛易 阅读(429) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页