java survivor rato_VOA常速英语:尼泊尔村庄遭遇地震灾难性冲击

本文主要是介绍java survivor rato_VOA常速英语:尼泊尔村庄遭遇地震灾难性冲击,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

00:00

00:00

微信扫码登陆,畅听全站所有音频!

(20秒后自动关闭)

show-9376-321083-1.html

X

关注后,点此关闭

https://online2.tingclass.net/lesson/shi0529/0009/9376/20150502_1.mp3

https://image.tingclass.net/statics/js/2012

SINDHUPOLCHAK, NEPAL— Nepal is still coming to grips with the full extent of the devastation and misery caused by last Saturday’s magnitude 7.8 earthquake. Some of the hardest-hit communities have been cut off by landslides, making it difficult to assess the precise toll of casualties and destruction.

A VOA News crew has been among the first to reach a few of the smaller, remote communities. The Sindhupolchak district, 100 kilometers east of Kathmandu, suffered greatly in Nepal’s worst quake in more than 80 years.

The small fishing village of Majigaon, on the banks of the Indravati River, exists on few maps. Now, it has been wiped off the map.

All 50 stone and wood homes tumbled in an instant when the quake shattered Nepal.

To reach Majigaon, a VOA news crew drove for hours over roads just cleared of landslides, and then hiked down a steep path on a terraced paddy field.

Five people died there. One teenaged boy is missing and about 20 villagers were injured.

Akash Maji said that when those from Majigaon went to the closest town where aid was being distributed, they found it all already in the hands of relatively well-off shopkeepers whose properties were not seriously damaged.

“We are in a helpless state. We don’t have a place to stay nor anything to eat,” said Maji.

Majigaon has existed for generations, but the fishermen are now debating whether they should bother to rebuild here.

“If we construct the same kind of structure, similar incidents are going to occur. We don’t have the money to build stronger houses. And who is going to care about us? If an NGO or some social agency comes forward to help us, we are saved. Otherwise we have nothing with which to survive,” said Narayan Krishna Maji, a quake survivor.

In nearby Ratomatey, in the Himalayan foothills, 12 people died. None of the red clay and stone structures are habitable.

There are not just human casualties but also livestock that have been lost. Trapped beneath fallen structures are goats, chickens and cows. A buffalo that survived has already been taken away. These things are a huge financial loss for people on a subsistence living.

Injured survivors wait for help. It may be days or weeks before it reaches them.

On the road back to Kathmandu, a woman who had been extricated from the rubble of her home was placed on the roadside.

She had lain beside her dead husband for five days, suffering from what appeared to be a broken back.

The town’s only ambulance was in service elsewhere. Without money to pay for transportation, there would be no ride to a hospital.

A policeman finally flagged down a passing truck, convincing the reluctant driver to take her to the nearest medical center.

The stretcher was lifted into the back for a bumpy one-hour ride.

用手机学英语,请加听力课堂微信公众号:tingclass123

这篇关于java survivor rato_VOA常速英语:尼泊尔村庄遭遇地震灾难性冲击的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!


原文地址:https://blog.csdn.net/weixin_39700215/article/details/115073554
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.chinasem.cn/article/640750

相关文章

Springboot @Autowired和@Resource的区别解析

《Springboot@Autowired和@Resource的区别解析》@Resource是JDK提供的注解,只是Spring在实现上提供了这个注解的功能支持,本文给大家介绍Springboot@... 目录【一】定义【1】@Autowired【2】@Resource【二】区别【1】包含的属性不同【2】@

springboot循环依赖问题案例代码及解决办法

《springboot循环依赖问题案例代码及解决办法》在SpringBoot中,如果两个或多个Bean之间存在循环依赖(即BeanA依赖BeanB,而BeanB又依赖BeanA),会导致Spring的... 目录1. 什么是循环依赖?2. 循环依赖的场景案例3. 解决循环依赖的常见方法方法 1:使用 @La

Java枚举类实现Key-Value映射的多种实现方式

《Java枚举类实现Key-Value映射的多种实现方式》在Java开发中,枚举(Enum)是一种特殊的类,本文将详细介绍Java枚举类实现key-value映射的多种方式,有需要的小伙伴可以根据需要... 目录前言一、基础实现方式1.1 为枚举添加属性和构造方法二、http://www.cppcns.co

Elasticsearch 在 Java 中的使用教程

《Elasticsearch在Java中的使用教程》Elasticsearch是一个分布式搜索和分析引擎,基于ApacheLucene构建,能够实现实时数据的存储、搜索、和分析,它广泛应用于全文... 目录1. Elasticsearch 简介2. 环境准备2.1 安装 Elasticsearch2.2 J

Java中的String.valueOf()和toString()方法区别小结

《Java中的String.valueOf()和toString()方法区别小结》字符串操作是开发者日常编程任务中不可或缺的一部分,转换为字符串是一种常见需求,其中最常见的就是String.value... 目录String.valueOf()方法方法定义方法实现使用示例使用场景toString()方法方法

Java中List的contains()方法的使用小结

《Java中List的contains()方法的使用小结》List的contains()方法用于检查列表中是否包含指定的元素,借助equals()方法进行判断,下面就来介绍Java中List的c... 目录详细展开1. 方法签名2. 工作原理3. 使用示例4. 注意事项总结结论:List 的 contain

Java实现文件图片的预览和下载功能

《Java实现文件图片的预览和下载功能》这篇文章主要为大家详细介绍了如何使用Java实现文件图片的预览和下载功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... Java实现文件(图片)的预览和下载 @ApiOperation("访问文件") @GetMapping("

Spring Boot + MyBatis Plus 高效开发实战从入门到进阶优化(推荐)

《SpringBoot+MyBatisPlus高效开发实战从入门到进阶优化(推荐)》本文将详细介绍SpringBoot+MyBatisPlus的完整开发流程,并深入剖析分页查询、批量操作、动... 目录Spring Boot + MyBATis Plus 高效开发实战:从入门到进阶优化1. MyBatis

SpringCloud动态配置注解@RefreshScope与@Component的深度解析

《SpringCloud动态配置注解@RefreshScope与@Component的深度解析》在现代微服务架构中,动态配置管理是一个关键需求,本文将为大家介绍SpringCloud中相关的注解@Re... 目录引言1. @RefreshScope 的作用与原理1.1 什么是 @RefreshScope1.

Java并发编程必备之Synchronized关键字深入解析

《Java并发编程必备之Synchronized关键字深入解析》本文我们深入探索了Java中的Synchronized关键字,包括其互斥性和可重入性的特性,文章详细介绍了Synchronized的三种... 目录一、前言二、Synchronized关键字2.1 Synchronized的特性1. 互斥2.