2017年6月12日
摘要:
He is taller than she. My wallet is more expensive than yours. more 不可以和-er 连用 This is the biggest punkin that i've ever read. He is the most careful
阅读全文
posted @ 2017-06-12 16:08
1018475062
阅读(577)
推荐(0)
摘要:
He is a careful dirver. // 他是一个小心谨慎的司机 Listen to my carefully. // 仔细的听我说 表明动词的状态和方式 I'm terribly sorry(形容词) for being late. // 副词修饰形容词 > for late(形容词)
阅读全文
posted @ 2017-06-12 13:59
1018475062
阅读(583)
推荐(0)
摘要:
NSURLConnection 作为 Core Foundation / CFNetwork 框架的 API 之上的一个抽象,在 2003 年,随着第一版的 Safari 的发布就发布了。NSURLConnection 这个名字,实际上是指代的 Foundation 框架的 URL 加载系统中一系列
阅读全文
posted @ 2017-06-12 09:38
1018475062
阅读(437)
推荐(0)
2017年6月10日
摘要:
// 通过高度来区别 4、5 通过比例来区别 5和6 4 320 * 380 320/380 = 0.84 5 320 * 568 320/568 = 0.56 6/6S/7 375 * 667 6P/6sp/7P 414 * 736 // 375/667 == 414/736 长宽比例相同
阅读全文
posted @ 2017-06-10 17:06
1018475062
阅读(157)
推荐(0)
2017年4月18日
摘要:
could have done: 本可以做但是实际没有 could还能表示能力 但是should不能表示能力 You could have done better.// 实际做的不是很好 The accident could have been prevented. // 本来可以被阻止的 // c
阅读全文
posted @ 2017-04-18 14:19
1018475062
阅读(695)
推荐(0)
摘要:
must 推测: 肯定是,但不一定是 The tall fellow must be a basketball player. // she can't be a basketball player. You must think i'm stupid. He must be playing bas
阅读全文
posted @ 2017-04-18 14:17
1018475062
阅读(240)
推荐(0)
2017年3月8日
摘要:
need dare used to had better would better 情态动词 的否定 直接 加not 实意动词就会有时态和人称的变化 You needn't come so early You don't need to come so eary. // 实意动词 He doesn'
阅读全文
posted @ 2017-03-08 22:02
1018475062
阅读(487)
推荐(0)
2017年3月6日
摘要:
should 应该 竟然 Youd should go to school right now. I should help him. How should i know. I'm surprised tha he that he should be so rude to you. it worri
阅读全文
posted @ 2017-03-06 15:45
1018475062
阅读(196)
推荐(0)
摘要:
// 情态动词 You can park your car here. // 允许 语气 You must park your car here. // 禁止 语气比较严厉 You'd better park you here. // 劝告 语气 推测 虚拟 can/could may/might
阅读全文
posted @ 2017-03-06 13:47
1018475062
阅读(240)
推荐(0)
2017年2月13日
摘要:
CoreData是iOS5后,苹果提供的原生的用于对象化管理数据并且持久化的框架(ORM)。 CoreData本质上是将底层数据库封装成对象进行管理。但数据库实际上只是CoreData的一个功能,并不是全部功能。 在iOS开发中,除了可以使用CoreData进行数据管理,还可以使用SQLite进行内
阅读全文
posted @ 2017-02-13 14:17
1018475062
阅读(134)
推荐(0)