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

相关文章

Springboot实现推荐系统的协同过滤算法

《Springboot实现推荐系统的协同过滤算法》协同过滤算法是一种在推荐系统中广泛使用的算法,用于预测用户对物品(如商品、电影、音乐等)的偏好,从而实现个性化推荐,下面给大家介绍Springboot... 目录前言基本原理 算法分类 计算方法应用场景 代码实现 前言协同过滤算法(Collaborativ

Python与Java交互出现乱码的问题解决

《Python与Java交互出现乱码的问题解决》在现代软件开发中,跨语言系统的集成已经成为日常工作的一部分,特别是当Python和Java之间进行交互时,编码问题往往会成为导致数据传输错误、乱码以及难... 目录背景:为什么会出现乱码问题产生的场景解决方案:确保统一的UTF-8编码完整代码示例总结在现代软件

Java 如何创建和使用ExecutorService

《Java如何创建和使用ExecutorService》ExecutorService是Java中用来管理和执行多线程任务的一种高级工具,可以有效地管理线程的生命周期和任务的执行过程,特别是在需要处... 目录一、什么是ExecutorService?二、ExecutorService的核心功能三、如何创建

springboot实现配置文件关键信息加解密

《springboot实现配置文件关键信息加解密》在项目配置文件中常常会配置如数据库连接信息,redis连接信息等,连接密码明文配置在配置文件中会很不安全,所以本文就来聊聊如何使用springboot... 目录前言方案实践1、第一种方案2、第二种方案前言在项目配置文件中常常会配置如数据库连接信息、Red

JavaScript时间戳与时间的转化常用方法

《JavaScript时间戳与时间的转化常用方法》在JavaScript中,时间戳(Timestamp)通常指Unix时间戳,即从1970年1月1日00:00:00UTC到某个时间点经过的毫秒数,下面... 目录1. 获取当前时间戳2. 时间戳 → 时间对象3. 时间戳php → 格式化字符串4. 时间字符

Java遍历HashMap的6种常见方式

《Java遍历HashMap的6种常见方式》这篇文章主要给大家介绍了关于Java遍历HashMap的6种常见方式,方法包括使用keySet()、entrySet()、forEach()、迭代器以及分别... 目录1,使用 keySet() 遍历键,再通过键获取值2,使用 entrySet() 遍历键值对3,

Java版本不兼容问题详细解决方案步骤

《Java版本不兼容问题详细解决方案步骤》:本文主要介绍Java版本不兼容问题解决的相关资料,详细分析了问题原因,并提供了解决方案,包括统一JDK版本、修改项目配置和清理旧版本残留等步骤,需要的朋... 目录错误原因分析解决方案步骤第一步:统一 JDK 版本第二步:修改项目配置第三步:清理旧版本残留兼容性对

Spring实现Bean的初始化和销毁的方式

《Spring实现Bean的初始化和销毁的方式》:本文主要介绍Spring实现Bean的初始化和销毁的方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、Bean的初始化二、Bean的销毁总结在前面的章节当中介绍完毕了ApplicationContext,也就

Java的"伪泛型"变"真泛型"后对性能的影响

《Java的伪泛型变真泛型后对性能的影响》泛型擦除本质上就是擦除与泛型相关的一切信息,例如参数化类型、类型变量等,Javac还将在需要时进行类型检查及强制类型转换,甚至在必要时会合成桥方法,这篇文章主... 目录1、真假泛型2、性能影响泛型存在于Java源代码中,在编译为字节码文件之前都会进行泛型擦除(ty

Java中的getBytes()方法使用详解

《Java中的getBytes()方法使用详解》:本文主要介绍Java中getBytes()方法使用的相关资料,getBytes()方法有多个重载形式,可以根据需要指定字符集来进行转换,文中通过代... 目录前言一、常见重载形式二、示例代码三、getBytes(Charset charset)和getByt