American daily English notes (enlarged edition): A review
Life English is the most pragmatic kind of English when one wants to associate with foreigner friends. There are some books that have explored this research area [4] [8] [7]. However, the books [4] [8] [6] lack the real world experience with foreigners; there are some ways and expressions that these books recommend to use but the real Americans will not use these expressions, even cannot understand some of expressions from these books [7]. The book [7] satisfactorily addressed this problem by using the first hand experiences, sentences, real conversations and even the real stories. Thus, Kunlin’s book [7] has strong readability (to be specific, it is intriguing) and practicability. However, the book [7] is written primarily in Chinese, so it is inconvenient for not-Chinese-native-speakers to read, to learn and to enjoy. Besides, some categories and organizations are not that comprehensive enough, which leads to occasional failures for looking up a specific expression. These two reasons inspired the author to write a new note on my blog. Also, Kunlin’s philosophy to note down the fresh expressions learned from a day with foreign friends is very smart and is worth my while to mimic this method [7]. Xiaolai Li [6] recommended using English preferably in our daily life, which is the reason why I chose to write this note in English. In addition, some expressions are learned from [1] Zirui Wang’s TOEFL lessons and other teachers’ lessons I attended. And some are from TOEFL real test materials [2].
7/12/19
Reference
[1] TOEFL lessons from Zirui Wang
[2] TOEFL real test materials
[4] Shen Xiaoyu. Get the TOEFL writing done in ten days
[8] Life Situation English.pdf
[6] Xiaolai Le. Everyone can use English
[7] Kunlin Yang. American daily English notes
机器翻译:
美国日常英语笔记(放大版):评论
19年7月12日
当人们想要与外国朋友交往时,生活英语是最实用的英语。有一些书籍已经探索过这个研究领域[4] [8] [7]。然而,书籍[4] [8] [6]缺乏与外国人的真实世界经验;这些书推荐使用一些方法和表达,但真正的美国人不会使用这些表达,甚至无法理解这些书中的一些表达[7]。这本书[7]通过使用第一手经验,句子,真实对话甚至真实故事,令人满意地解决了这个问题。因此,Kunlin的书[7]具有很强的可读性(具体而言,它很有趣)和实用性。然而,这本书[7]主要用中文写成,因此非中国本土的人阅读,学习和享受是不方便的。此外,一些类别和组织不够全面,这导致偶尔查找特定表达式的失败。这两个原因激发了作者在我的博客上写了一个新的笔记。此外,昆林的哲学记录了与外国朋友在一天中学到的新鲜表情非常聪明,值得我模仿这种方法[7]。李小莉[6]建议在我们的日常生活中使用英语,这就是我选择用英语写这个笔记的原因。此外,一些表达方式是从[1] Zirui Wang的托福课程和我参加过的其他教师课程中学到的。还有一些来自托福真实的考试材料[2]。
参考
[1] Zirui Wang的托福课程
[2]托福真实考试材料
[4]沉小玉。在十天内完成托福写作
[8]生活状况English.pdf
[6]小莱乐。每个人都可以使用英语
[7]杨坤林。美国日常英语笔记
American daily English notes (enlarged edition): A review的更多相关文章
- The introduction of the book American daily English notes (enlarged edition)
After reading the book of American daily English notes written by Linkun Yang[1], I think I should a ...
- Daily English
- English Notes
1. Thanks for stopping by.慢走不送. 2. I don't like to judge a book by it's cover.我不喜欢以貌取人. 3. Rush hour ...
- daily english dictation 学习笔记[1-10]
b站网址https://www.bilibili.com/video/av17188299/?p=2 1. Mother Teresa, who received a Nobel Peace Priz ...
- Computer English Notes
Chapter 1 : About Computer Answer the following - Abbreviation LBS - Location-Based Services HTML - ...
- Note 2: Complain
Note 2: Complain 1. The collection of Linkun's [1]: 1.1suck If someone says that something sucks, th ...
- Note 1: Good
Note 1: Good 1. The collection of Linkun's [1]: 1.1coolJoy says "cool" when he heard that ...
- 自己在使用的English词典
一.ESL/非母语词典 二.EFL/母语词典 1.American Heritage Dictionary 2.World Book Dictionary 3.Oxford Dictionary of ...
- 敏捷测试模式之Scrum及其实践
一. 敏捷开发模式简介 敏捷是近年来软件研发领域很火的一个词,采用敏捷开发模式的研发团队是越来越多了,尤其是敏捷模式中的Scrum更是佼佼者大行其道,这表明敏捷模式确有其好处,能给企业带来效率的 ...
随机推荐
- 致远A8任意文件写入漏洞_getshell_exp
近期爆出致远 OA 系统的一些版本存在任意文件写入漏洞,远程攻击者在无需登录的情况下可通过向 URL /seeyon/htmlofficeservlet POST 精心构造的数据即可向目标服务器写入任 ...
- C# 反射的详细理解
网友A的解释: C# 反射机制的学习心得 首先说说,为什么要学习 反射 呢?有什么用啊. 在我们写程序的时候,经常会用到一些类中的方法,那么就要调用这些个类.如果不是在一个命名空间里时,就要引用相 ...
- Kafka Eagle V1.3.4更新预览
1.概述 Kafka Eagle是一款开源的Kafka集群监控系统,源代码托管在Github.目前Kafka Eagle已更新到V1.3.4版本,域名已经统一更新为http://www.kafka-e ...
- ASP.NET Core Web Api之JWT(一)
前言 最近沉寂了一段,主要是上半年相当于休息和调整了一段时间,接下来我将开始陆续学习一些新的技术,比如Docker.Jenkins等,都会以生活实例从零开始讲解起,到时一并和大家分享和交流.接下来几节 ...
- Java设计模式学习笔记(五) 单例模式
前言 本篇是设计模式学习笔记的其中一篇文章,如对其他模式有兴趣,可从该地址查找设计模式学习笔记汇总地址 1. 使用单例模式的原因 以Windows任务管理器为例,在Windows系统中,任务管理器是唯 ...
- 0x31 prime distance(质数)
题目描述: 给定两个整数L和U,你需要在闭区间[L,U]内找到距离最接近的两个相邻质数C1和C2(即C2-C1是最小的),如果存在相同距离的其他相邻质数对,则输出第一对. 同时,你还需要找到距离最远的 ...
- excel报表开发-- 根据datatable个数自动生成新sheet
总结一下很久之前做的报表小程序,今日有问题又调试了一下. DB中存在一个表,记录了ID<自增长>,SqlStatement<sql查询语句>及其他必要字段,比如SheetNam ...
- py+selenium+unittest遇到HTMLTestRunner_cn文件报错:ZeroDivisionError: float division by zero【已解决】
问题:遇到HTMLTestRunner_cn文件报错:ZeroDivisionError: float division by zero HTMLTestrunner_cn.py是从网上下的,照理说应 ...
- mac 部署安装接口自动化持续集成 jmeter+ant+jenkins
由于前段时间刚换的工作,公司用的是mac电脑办公,之前办公都是windows系统.刚开始使用时连基本的操作都要去找度娘,很不习惯,新电脑开始就是安装相关的工作工具 下面就说说遇到的哪些坑. 1. m ...
- tomcat用做图片服务器
最近做了个小网站,就是用tinyce富文本编辑器,https://www.511easy.com/ 保持字体排版和图片 发现博客园的图片,一天之后就无法显示 就想着自己做一个图片服务器,上传图片到指定 ...