你所持的护照可使你享有免费医疗。
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的更多相关文章

  1. 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 ...

  2. 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 ...

  3. 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 ...

  4. BEC listen and translation exercise 31

    听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...

  5. BEC listen and translation exercise 40

    However, recently there's been more and more interest in the development of ostrich farming in other ...

  6. 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 ...

  7. BEC listen and translation exercise 12

    More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...

  8. BEC listen and translation exercise 9

    You will do foolish things, but do them with enthusiasm. 你难免会做傻事,但要做,就做得满怀激情. In addition, there sho ...

  9. BEC listen and translation exercise 8

    The double-decker plane that can carry over 550 passengers dwarfs all other commercial jets. In just ...

随机推荐

  1. 自定义验证----required属性

    1,required属性 - 表示字段不能为空(注意:只有用户单击“提交”按钮提交表单的时候,浏览器才会执行验证.目前HTML5不支持指定验证的时间,而且验证消息的样式和内容各个浏览器不大一样,不能修 ...

  2. swoole创建TCP服务端和客户端

    服务端: server.php <?php //创建Server对象,监听 127.0.0.1:9501端口    $serv = new swoole_server("127.0.0 ...

  3. 统计输入的单词中有几个长度大于n的,n是自己指定的,用函数对象实现

    #ifndef COUNT_WORD_H #define COUNT_WORD_H #include <string.h> #include <iostream> #inclu ...

  4. java jdbc连接数据库,Properties 属性设置参数方法

    今天在整合为数据库发现在配置中实现的赋值方式,可以用代码实现.特记录下共以后参考: 代码:        // 操作数据库        Connection conn; String strData ...

  5. 逻辑英语 第四季 Speaking and Listening

    1. 发音的变革 背字典:牛津双解/朗文英汉 a. 如何一分钟变伦敦腔 发音有两种:伦敦腔/其他 生理分析: ① 后置发音:瞬间华丽变声第一步 东方人靠嘴巴发音: 西方人用胸腔发音[有共鸣] 方法1: ...

  6. RedisTemplate访问Redis数据结构(介绍和常用命令)

    Redis 数据结构简介 Redis 可以存储键与5种不同数据结构类型之间的映射,这5种数据结构类型分别为String(字符串).List(列表).Set(集合).Hash(散列)和 Zset(有序集 ...

  7. jquery 访问后台方法 并且获取后方法返回的数据

    说明: 1.开发环境 asp.net MVC4 c#语言. 后台方法位于控制器中ProController.cs中 后台方法如下: public string GetNumber() { string ...

  8. mysql语句, 空的 order by , 空的 where

    SQL语句里, 空的 where, where 1 AND status=1 空的 order by, order by null, updatetime desc 这种空值的情况, 是很有用处的: ...

  9. 读a paper of ICCV 2017 : Areas of Attention for Image Captioning

    前言废话,作者说把代码公布在gitub上,但是迟迟没有公布,我发邮件询问代码情况,邮件也迟迟不回,表示很尴尬..虽然种种这些,但是工作还是好工作,这个没的黑,那我们今天就来详细的介绍这篇文章. 导论: ...

  10. log4j中怎样将信息写入到不同的日志文件

    log4j中怎样将信息写入到不同的日志文件 有没有想过为什么我们用:Logger logger = Logger.getLogger(ABC.class) ;来得到 logger? 不想只看人家的 d ...