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

相关文章

使用Java发送邮件到QQ邮箱的完整指南

《使用Java发送邮件到QQ邮箱的完整指南》在现代软件开发中,邮件发送功能是一个常见的需求,无论是用户注册验证、密码重置,还是系统通知,邮件都是一种重要的通信方式,本文将详细介绍如何使用Java编写程... 目录引言1. 准备工作1.1 获取QQ邮箱的SMTP授权码1.2 添加JavaMail依赖2. 实现

Java嵌套for循环优化方案分享

《Java嵌套for循环优化方案分享》介绍了Java中嵌套for循环的优化方法,包括减少循环次数、合并循环、使用更高效的数据结构、并行处理、预处理和缓存、算法优化、尽量减少对象创建以及本地变量优化,通... 目录Java 嵌套 for 循环优化方案1. 减少循环次数2. 合并循环3. 使用更高效的数据结构4

java两个List的交集,并集方式

《java两个List的交集,并集方式》文章主要介绍了Java中两个List的交集和并集的处理方法,推荐使用Apache的CollectionUtils工具类,因为它简单且不会改变原有集合,同时,文章... 目录Java两个List的交集,并集方法一方法二方法三总结java两个List的交集,并集方法一

Spring AI集成DeepSeek三步搞定Java智能应用的详细过程

《SpringAI集成DeepSeek三步搞定Java智能应用的详细过程》本文介绍了如何使用SpringAI集成DeepSeek,一个国内顶尖的多模态大模型,SpringAI提供了一套统一的接口,简... 目录DeepSeek 介绍Spring AI 是什么?Spring AI 的主要功能包括1、环境准备2

Spring AI集成DeepSeek实现流式输出的操作方法

《SpringAI集成DeepSeek实现流式输出的操作方法》本文介绍了如何在SpringBoot中使用Sse(Server-SentEvents)技术实现流式输出,后端使用SpringMVC中的S... 目录一、后端代码二、前端代码三、运行项目小天有话说题外话参考资料前面一篇文章我们实现了《Spring

Spring AI与DeepSeek实战一之快速打造智能对话应用

《SpringAI与DeepSeek实战一之快速打造智能对话应用》本文详细介绍了如何通过SpringAI框架集成DeepSeek大模型,实现普通对话和流式对话功能,步骤包括申请API-KEY、项目搭... 目录一、概述二、申请DeepSeek的API-KEY三、项目搭建3.1. 开发环境要求3.2. mav

Springboot的自动配置是什么及注意事项

《Springboot的自动配置是什么及注意事项》SpringBoot的自动配置(Auto-configuration)是指框架根据项目的依赖和应用程序的环境自动配置Spring应用上下文中的Bean... 目录核心概念:自动配置的关键特点:自动配置工作原理:示例:需要注意的点1.默认配置可能不适合所有场景

使用Apache POI在Java中实现Excel单元格的合并

《使用ApachePOI在Java中实现Excel单元格的合并》在日常工作中,Excel是一个不可或缺的工具,尤其是在处理大量数据时,本文将介绍如何使用ApachePOI库在Java中实现Excel... 目录工具类介绍工具类代码调用示例依赖配置总结在日常工作中,Excel 是一个不可或缺的工http://

Java8需要知道的4个函数式接口简单教程

《Java8需要知道的4个函数式接口简单教程》:本文主要介绍Java8中引入的函数式接口,包括Consumer、Supplier、Predicate和Function,以及它们的用法和特点,文中... 目录什么是函数是接口?Consumer接口定义核心特点注意事项常见用法1.基本用法2.结合andThen链

spring @EventListener 事件与监听的示例详解

《spring@EventListener事件与监听的示例详解》本文介绍了自定义Spring事件和监听器的方法,包括如何发布事件、监听事件以及如何处理异步事件,通过示例代码和日志,展示了事件的顺序... 目录1、自定义Application Event2、自定义监听3、测试4、源代码5、其他5.1 顺序执行