2014 年 12 月 6 日 常用数据库操作 将一张表的数据导入另外一张表。 insert into 表(列名1,列名2,列名3) select 列1,列2… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 NSUnknownKeyException setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key words 当viewcontroller比较多的时候,可能会忘记给storyboard的viewcontroller指定… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 将excel的数据导入sqlite数据库 最方便的还是使用XlsToSqlite这个工具,非常方便。唯一的缺点是,试用期只有30天。 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 用NSReadOnlyPersistentStoreOption打开readonly sqlite文件 在ios 7的iphone上调试sqlite作为持久化对象的coredata程序的时候报如下的错误: Atte… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 valid signing identity not found 在mac book pro上对用户重新进行了设置,导致xcode的Organizer – Devi… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 CoreData数据不区分大小写排序 当从sqlite数据表中获得数据的时候,可能希望按照某列排序,可以使用 NSSortDescriptor达到目… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 Mac 快捷键备忘 xcode 切换两个项目:command + ~ OS 剪切:command + C 然后到目标… 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 错误:nested push animation can result in corrupted navigation bar 从一个table view 的单元格导航到细节页,报下面的错误: nested push animation … 曾月天 | in 3.1 iOS笔记 Read More
2014 年 12 月 6 日 如何从一个tableview通过segue跳转到另一个view? 问题:如何从一个tableview通过segue跳转到另一个view? 答案:in the storyboar… 曾月天 | in 3.1 iOS笔记 Read More
2013 年 11 月 30 日 Leave a comment 使用源代码调制 把Ranorex的JAR Library链接到你的android项目。 你可以在Ranorex安… 曾月天 | in 2.1 Ranorex用户指南 Read More