英语口语练习系列-C34-儿童-谈论物品和人-武陵春
词汇—儿童

- child
- a child
- favorite game
- toy
- regulation
- breadwinner
- dominant
- selfish
- ancestor
- custom
- belief
- tradition
- have delicious food and snacks
- have what they want
- have pressure
- worry about their future
- have a lot of toys
- enjoy their childhood
- learn all kinds of skills
- try to get good marks at schools
- have homework to do
- focus on the theoretical knowledge
- too monotonous
- teacher-centered
- not qualified
- quality of education
- set an example
- material life
- affect children's happiness
- compare them with other children
- lay a solid foundation
- practical skills
- set aside
- responsibility of parents
- family history
- past generations
- family unit
- from generation to generation
谈论物品和人
- Hello, can I see Mr. Green?
- Do you have an appointment?
- Sorry, I don't.
- Yes. At 3 p.m.
- Sorry, Mr. Green can't see you now.
- He's on the phone.
- Would you wait here for a minute.
- Would you like something to drink?
- Tea, please.
- Mr. Green, Mr. Smith is here.
- You may go in now.
- Nice to see you, my old friend.
- How have you been these years?
- You've changed little.
- Do you still remember that Christmas.
武陵春·春晚
风住尘香花已尽,日晚倦梳头。物是人非事事休,欲语泪先流。
闻说双溪春尚好,也拟泛轻舟,只恐双溪舴艋舟,载不动许多愁。
- 【译文】
风停了,尘土里带有花的香气,花儿已凋落殆尽。日头已经升的老高,我却懒得来梳妆。景物依旧,人事已变,一切事情都已经完结。想要倾诉自己的感慨,还未开口,眼泪先流下来。听说双溪春景尚好,我也打算泛舟前去。只恐怕双溪蚱蜢般的小船,怕是载不动我内心沉重的忧愁啊。
- 作者介绍
李清照(1084年3月13日~1155年5月12日),字易安,号易安居士,汉族,山东省济南章丘人。宋代(南北宋之交)女词人,婉约词派代表,有“千古第一才女”之称。早期生活优裕,李清照出生于书香门第,早期生活优裕。其父李格非藏书甚富,她小时候就在良好的家庭环境中打下文学基础。出嫁后与夫赵明诚共同致力于书画金石的搜集整理。金兵入据中原时,流寓南方,境遇孤苦。所作词,前期多写其悠闲生活,后期多悲叹身世,情调感伤。
英语口语练习系列-C34-儿童-谈论物品和人-武陵春的更多相关文章
- 英语口语练习系列-C39-舞蹈-谈论昨天的活动
词汇-舞蹈(dancing) ballet body shaking sway the body have a good figure special training arm movement da ...
- 英语口语练习系列-C36-城市-谈论活动-登高
词汇-城市 city your favorite city a place you would like to visit metropolis capital landscape enchantin ...
- 英语口语练习系列-C35-马戏-谈论语言-己亥杂诗
词汇-马戏 circus audience spectator spotlight bandstand magic magician clown spacious attractive product ...
- 英语口语练习系列-C33-露营-谈论日期-离思
词汇-露营 Camping camping 露营 campground camping camper picnic bonfire backpack tent public campground co ...
- 英语口语练习系列-C31-图书-谈论事物-白雪歌送武判官归京
book your favorite book a story in your childhood a character in film or TV 词汇 含义 备注 trend 趋势 indivi ...
- 英语口语练习系列-C38-颜色-谈论日常活动
词汇颜色 color red passion green peace energy blue calm purple mystery yellow royal 询问日常生活 When do you g ...
- 英语口语练习系列-C04-学校生活
连接到英语口语系列总分类 连接到上一章常用问句 登鹳雀楼 登鹳雀楼 唐代:王之涣 白日依山尽,黄河入海流. 欲穷千里目,更上一层楼. He is a fraternity brother. 他是兄弟会 ...
- 英语口语练习系列-C03-常用问句
连接到英语口语系列总分类 连接到上一章抱怨 枫桥夜泊 How are you doing?你好吗? 美国人见面时候最常用的打招呼方式: "Hey! How are you doing?&qu ...
- 英语口语练习系列-C02-抱怨
连接到英语口语系列总分类 连接到上一章棒棒的 竹石 郑燮 zhèng xiè 竹石 作者:郑燮 咬定青山不放松,立根原在破岩中. 千磨万击还坚劲,任尔东西南北风. Our team sucks. 我们 ...
随机推荐
- easyui组件window拖动时超过浏览器顶部则无法拖回
项目研发过程中遇到一个问题,easyui的window可以随意拖动或者放大缩小,但是鼠标只有放在“header”上面时鼠标箭头才会变成四个方向的箭头,也就是只有在这时才能拖动窗口:但是当拖动的窗口超过 ...
- Leetcode刷题第003天
一.只出现一次的数字 class Solution { public: int singleNumber(vector<int>& nums) { ; for (auto num ...
- python--使用双向队列结构检查回文
这个简单,队列可两边进两边出. # coding = utf-8 # 双向进出队列 class Deque: def __init__(self): self.items = [] def is_em ...
- ExceptionLess的webAPI调用
引用 <package id="bootstrap" version="3.0.0" targetFramework="net461" ...
- 线程 ID
摘自<Linux 环境编程:从应用到内核> 在 Linux 中,目前的线程实现是 Native POSIX Thread Library,简称 NPTL.在这种实现下,线程又被称为轻量级进 ...
- Flask Web中用MySQL代替SQLite
由于.sqlite文件操作的诸多不便,决定常识用MySQL代替书上的SQLite作为数据库. 1.在虚拟环境中安装mysql-Python具体步骤为: <1> 安装python-dev s ...
- Javascript 中调参数的脚本onclick="select(this)" this 怎么解释
解释1. this,指当前的onclick所在的节点本身. 比如: <div onclick='select(this)"></div> 则当点击div时,this就 ...
- java读取配置文件方法以及工具类
第一种方式 : java工具类读取配置文件工具类 只是案例代码 抓取异常以后的代码自己处理 import java.io.FileNotFoundException; import java.io. ...
- Linux安装Tomcat-Nginx-FastDFS-Redis-Solr-集群——【第十一集之安装FastDFS】
1,安装FastDFS之前,先安装libevent工具包. yum -y install libevent 2,安装libfastcommonV1.0.7工具包.有可能找到新版本的zip压缩包:lib ...
- /bin/sh ./xxxxx.sh出现:“Syntax error: “(” unexpected”
Ubuntu/Debian为了加快开机速度,用dash代替了bash. dpkg-reconfigure dash 选择 No,取消dash即可,要重新开启dpkg-reconfigure dash选 ...