上一页 1 2 3 4 5 6 7 ··· 9 下一页
  2017年6月23日
摘要: #import <Foundation/Foundation.h> @interface Person : NSObject +(instancetype)sharePerson; @end #import "Person.h" @implementation Person static Perso 阅读全文
posted @ 2017-06-23 22:34 1018475062 阅读(147) 评论(0) 推荐(0)
摘要: @interface NSObject (Objc) // @property (nonatomic, strong) NSString *name; // 在分类中 给系统的类添加属性, 一搬系统的类不能添加额外的属性 @end #import "NSObject+Objc.h" #import 阅读全文
posted @ 2017-06-23 21:45 1018475062 阅读(142) 评论(0) 推荐(0)
摘要: CoreData是iOS5后,苹果提供的原生的用于对象化管理数据并且持久化的框架(ORM)。 CoreData本质上是将底层数据库封装成对象进行管理。但数据库实际上只是CoreData的一个功能,并不是全部功能。 在iOS开发中,除了可以使用CoreData进行数据管理,还可以使用SQLite进行内 阅读全文
posted @ 2017-06-23 11:43 1018475062 阅读(113) 评论(0) 推荐(0)
摘要: Dogs are friends I love dogs. Jam, an English teacher(同位语), works very hard. 主语从句 都是有连词衔接的 句子 What(连接词) we need(?) is more time.// we need is more tim 阅读全文
posted @ 2017-06-23 09:38 1018475062 阅读(286) 评论(0) 推荐(0)
摘要: // 固定搭配 The place which i often pay a visit was built in the 17th century. Last night I had a dream in which i became a Nobel Prize winner. The fright 阅读全文
posted @ 2017-06-23 09:28 1018475062 阅读(549) 评论(0) 推荐(0)
  2017年6月21日
摘要: As conj 连词 1. 在......期间 当......时候 2由于,应为 3尽管,即使,虽然 4如.......一样, 像......一样 限制性:I've never seen such a man as he is. // ......的 非限制性:As is often the cas 阅读全文
posted @ 2017-06-21 15:20 1018475062 阅读(671) 评论(0) 推荐(0)
  2017年6月20日
摘要: 关系副词:不做任何的成分, 不够成从句的 核心成分,只是做 时间、地点、原因等状语. when/where/why Do u remember the day when he came to see u? Do u remember the day that/which we spent in th 阅读全文
posted @ 2017-06-20 10:09 1018475062 阅读(621) 评论(0) 推荐(0)
  2017年6月19日
摘要: 定语从句的关系代词 关系词: 能够代词 先行词的 词 This is the boy (缺少主语)broke the window The letter I received yesterday was from my father. 指人的关系代词 主语、宾语、定语 人的主格 who/that T 阅读全文
posted @ 2017-06-19 14:27 1018475062 阅读(465) 评论(0) 推荐(0)
摘要: 限制性定语从句和非限制定语从句的区别 Anyone who leaves litter in these woods will be prosecuted prosecute: 检举、告发某人;对某人提起公诉;继续从事(某事物);担任控方律师 He is being prosecuted for t 阅读全文
posted @ 2017-06-19 09:22 1018475062 阅读(1292) 评论(0) 推荐(0)
  2017年6月16日
摘要: 定:限定 定语:限定定语的范围,对定语做进一步的说明限定 a yellow car // 定语就是限定名词或者代词进行限定. 如: 黄色的车 表是黄的 不是 红的、白的...... // 黄色的车 不是其他颜色的 // 对比 a car 是泛指: 并没有说明什么类型、什么颜色、几个轮子等的车 // 阅读全文
posted @ 2017-06-16 23:00 1018475062 阅读(318) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页