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常速英语:尼泊尔村庄遭遇地震灾难性冲击的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/640750

相关文章

如何在 Spring Boot 中实现 FreeMarker 模板

《如何在SpringBoot中实现FreeMarker模板》FreeMarker是一种功能强大、轻量级的模板引擎,用于在Java应用中生成动态文本输出(如HTML、XML、邮件内容等),本文... 目录什么是 FreeMarker 模板?在 Spring Boot 中实现 FreeMarker 模板1. 环

SpringMVC 通过ajax 前后端数据交互的实现方法

《SpringMVC通过ajax前后端数据交互的实现方法》:本文主要介绍SpringMVC通过ajax前后端数据交互的实现方法,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价... 在前端的开发过程中,经常在html页面通过AJAX进行前后端数据的交互,SpringMVC的controll

Java中的工具类命名方法

《Java中的工具类命名方法》:本文主要介绍Java中的工具类究竟如何命名,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录Java中的工具类究竟如何命名?先来几个例子几种命名方式的比较到底如何命名 ?总结Java中的工具类究竟如何命名?先来几个例子JD

Java Stream流使用案例深入详解

《JavaStream流使用案例深入详解》:本文主要介绍JavaStream流使用案例详解,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录前言1. Lambda1.1 语法1.2 没参数只有一条语句或者多条语句1.3 一个参数只有一条语句或者多

Spring Security自定义身份认证的实现方法

《SpringSecurity自定义身份认证的实现方法》:本文主要介绍SpringSecurity自定义身份认证的实现方法,下面对SpringSecurity的这三种自定义身份认证进行详细讲解,... 目录1.内存身份认证(1)创建配置类(2)验证内存身份认证2.JDBC身份认证(1)数据准备 (2)配置依

SpringBoot整合OpenFeign的完整指南

《SpringBoot整合OpenFeign的完整指南》OpenFeign是由Netflix开发的一个声明式Web服务客户端,它使得编写HTTP客户端变得更加简单,本文为大家介绍了SpringBoot... 目录什么是OpenFeign环境准备创建 Spring Boot 项目添加依赖启用 OpenFeig

Java Spring 中 @PostConstruct 注解使用原理及常见场景

《JavaSpring中@PostConstruct注解使用原理及常见场景》在JavaSpring中,@PostConstruct注解是一个非常实用的功能,它允许开发者在Spring容器完全初... 目录一、@PostConstruct 注解概述二、@PostConstruct 注解的基本使用2.1 基本代

springboot使用Scheduling实现动态增删启停定时任务教程

《springboot使用Scheduling实现动态增删启停定时任务教程》:本文主要介绍springboot使用Scheduling实现动态增删启停定时任务教程,具有很好的参考价值,希望对大家有... 目录1、配置定时任务需要的线程池2、创建ScheduledFuture的包装类3、注册定时任务,增加、删

SpringBoot整合mybatisPlus实现批量插入并获取ID详解

《SpringBoot整合mybatisPlus实现批量插入并获取ID详解》这篇文章主要为大家详细介绍了SpringBoot如何整合mybatisPlus实现批量插入并获取ID,文中的示例代码讲解详细... 目录【1】saveBATch(一万条数据总耗时:2478ms)【2】集合方式foreach(一万条数

IntelliJ IDEA 中配置 Spring MVC 环境的详细步骤及问题解决

《IntelliJIDEA中配置SpringMVC环境的详细步骤及问题解决》:本文主要介绍IntelliJIDEA中配置SpringMVC环境的详细步骤及问题解决,本文分步骤结合实例给大... 目录步骤 1:创建 Maven Web 项目步骤 2:添加 Spring MVC 依赖1、保存后执行2、将新的依赖