BEC listen and translation exercise 36
你所持的护照可使你享有免费医疗。
Your passport qualifies you to receive free medical treatment.
公司指使其职员挖对手的客户。
The company authorised its staff to poach customers from the opposition.
选择总统总会有情感的一面。这么多人对目前候选人不满意是因为他们渴望候选人能以富有灵感的演说、引人的外表、强有力的领导才能和了无瑕疵的声誉来博得他们的支持。
But there will always be a visceral aspect to choosing a President. The reason so many people remain dissatisfied with the current candidates is that they yearn to be swept off their feet by inspirational speeches and glamorous looks, strong leadership and untarnished reputations.
As you know, London is the capital of England.
A lady can't be lazy or she'll be crazy.
The people are usually friendly and helpful, especially the policemen.
I'm ringing just to make enquiries about renting a house.
What sort of thing were you looking for?
We were most interested in the Northern areas actually.
I think about £350 a month would be our limit.
So, when would you be available to see them?
What sort of things do I need to get done?
I thought I saw a removals van outside your house yesterday afternoon.
昨天下午我好像在你家外面看见一辆搬家车。
She keeps being sick and I am beginning to get a bit worried.
I just don't know how the health system works here in England.
The first thing you have to do is find a family doctor.
Now what you've got to do this morning is register with one of them.
那么,你今早得做的事情就是跟他们其中一个登记。
That's about five minutes away going towards the town centre.
The only problem is that they don't have a proper appointment system.
唯一的问题是,他们没有合适的预约系统。
You have to fill in a form, but it doesn't take long.
I wouldn't say he's brilliant but I suppose he's alright really.
我不会说他有多优秀,但我想他真的还不错。
They say he's very good with elderly people, but he does tend to get a bit impatient with children.
他们说他对老人很好,但对孩子有一点不耐心。
She's young and she's got small children of her own.
He holds special clinics for people with back trouble.
他为有背部问题的人们开设了一些特殊诊所。
If you want a doctor to visit you at home, you have to ask for a home visit.
如果你想要医生上门看诊,那你就必须申请家访。
BEC listen and translation exercise 36的更多相关文章
- BEC listen and translation exercise 11
When you are in any contest you should work as if there were — to the very last minute — a chance to ...
- BEC listen and translation exercise 37
You're supposed to do that before 10.30 in the morning, but obviously, if it's an emergency, you can ...
- BEC listen and translation exercise 35
高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...
- BEC listen and translation exercise 31
听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...
- BEC listen and translation exercise 40
However, recently there's been more and more interest in the development of ostrich farming in other ...
- BEC listen and translation exercise 13
The old lady sits on a mobile chair every morning. He got a large fortune when his father died, but ...
- BEC listen and translation exercise 12
More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...
- BEC listen and translation exercise 9
You will do foolish things, but do them with enthusiasm. 你难免会做傻事,但要做,就做得满怀激情. In addition, there sho ...
- BEC listen and translation exercise 8
The double-decker plane that can carry over 550 passengers dwarfs all other commercial jets. In just ...
随机推荐
- java Collection-Map 之 TreeMap
TreeMap 内部定义了一个类 static final class Entry<K,V> implements Map.Entry<K,V>,(自平衡红黑二叉树)作为数据 ...
- Python爬上不得姐 并将段子写入数据库
#Python2.7 可以优化一下 前10页 每页点赞最多的段子 百思不得姐 # -*- coding: utf-8 -*-import MySQLdbimport urllib,urllib2imp ...
- unity shader 编辑器扩展类 ShaderGUI
这应该unity5才出的新功能了,今天看文档时刚巧看到了,就来尝试了一下. 效果如图: shader 的编辑器扩展分为2种方法: 是通过UnityEditor下的ShaderGUI类来实现的,形式比较 ...
- Lumen开发:添加手机验证,中文验证与Validator验证的“半个”生命周期
版权声明:本文为博主原创文章,未经博主允许不得转载. 添加手机验证方法可直接看这里:https://www.cnblogs.com/cxscode/p/9609828.html 今天来讲一下,Lume ...
- Android之——清理手机SD卡缓存
转载请注明出处:http://blog.csdn.net/l1028386804/article/details/47375595 眼下,市场上非常多Android手机软件都具有清理SD卡缓存的功能, ...
- mysql如何监测是否命中索引?
使用执行计划. 什么是执行计划? EXPLAIN SELECT …… 变体: 1. EXPLAIN EXTENDED SELECT …… 将执行计划“反编译”成SELECT语句,运行SHOW WARN ...
- C#彻底解决Oledb连接Excel数据类型不统一的问题
在使用Microsoft.Jet.OLEDB.4.0连接Excel,进行读取数据,相对使用传统的COM来读取数据,效率是很高的.但相对传统COM操作Excel来说,及存在数据类型转换的问题.因为使用O ...
- iptables的扩展,layer7实现
l7filter:介绍 能过滤7层协议,例如过滤QQ.迅雷 原版只支持2.6.28,不支持centos6的2.6.32:马哥的版本支持2.6.32 实现l7filter: 给内核(netfilter) ...
- json.dumps(i['bd_res'], ensure_ascii=False)
json.dumps(i['bd_res'], ensure_ascii=False) import xlrd import time import sys import os import requ ...
- 【python】-- 进程与线程
进程与线程 一.概念 1.简述: 计算机,所有的指令的操作都是有CPU来负责的,cpu是来负责运算的.OS(操作系统) 调度cpu的最小单位就是线程.程序启动后,从内存中分一块空间,把数据临时存在内存 ...