你所持的护照可使你享有免费医疗。
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. UFLDL深度学习笔记 (五)自编码线性解码器

    UFLDL深度学习笔记 (五)自编码线性解码器 1. 基本问题 在第一篇 UFLDL深度学习笔记 (一)基本知识与稀疏自编码中讨论了激活函数为\(sigmoid\)函数的系数自编码网络,本文要讨论&q ...

  2. db2 error

    DB2 SQL Error: SQLCODE=-668, SQLSTATE=57016, SQLERRMC=7;MCD_BJ.MTL_CHANNEL_DEF, DRIVER=4.18.60 你的表处于 ...

  3. Android异步处理四:AsyncTask的实现原理

    在<Android异步处理二:使用AsyncTask异步更新UI界面>一文中,我们介绍了如何使用AsyncTask实现异步下载图片,并且更新图片到UI界面的方法.本篇我们将学习Framew ...

  4. 一个手动备份MySQL数据库的脚本

    #!/bin/bash username=root hostname=localhost password=root mysql -u$username -h$hostname -p$password ...

  5. Eclipse 查看第三方jar包文件源代码解决方法

    1.打开第三方依赖包,源文件的快捷键:ctrl + mouseClick 2.由于我们下载的第三方jar 包,如Spring等相关的依赖包时,并没有附加下载相应的源文件,所以经常出现如图的这种问题. ...

  6. 6.让ORM映射执行的时候打印SQL语句

    配置Django日志:\hello_django\hello_django\settings.py 文件中的 LOGGING 加入如下配置: LOGGING = { 'version': 1, 'di ...

  7. git push问题 objects/pack/tmp_pack_XXXXXX': Permission denied

    1.上传时的权限问题 在执行git push origin master之后,上传过程中报出如下错误: objects/pack/tmp_pack_XXXXXX': Permission denied ...

  8. mysql中子查询更新,得用别名表

    通过查出最大id,来更新记录 update order set status = 'xx' where id in (select v.id from (select max(id) id from ...

  9. Java并发之LinkedBlockingQueue

    上一篇我们已经学习过了 ArrayBlockingQueue的知识及相关方法的使用,这一篇我们就来再学习一下ArrayBlockingQueue的亲戚 LinkedBlockingQueue.在集合类 ...

  10. SVM学习笔记(一)

    支持向量机即Support Vector Machine,简称SVM.一听这个名字,就有眩晕的感觉.支持(Support).向量(Vector).机器(Machine),这三个毫无关联的词,硬生生地凑 ...