Travel notes in Vietnam
I‘m back:) For preparing IELTS exam, I haven't written article for over 70 days. It's a good experience that I may get a desired grade or not, but I improve my English, including speaking English, listening English, reading English and writing English. English ,which is the most univeral language in the world, give me a dfferent way of thinking and help me to communicate with the world.
I went to Vietnam to take the exam. It's located to the south of China ,but so different from China.
Train
There is a train from Nanning to Hanoi, which leaves Nanning at 6:10 PM and reachs Hanoi at 5:30 AM the next morning. It is cheaper than flying, while the passengers must get off the train for two safety checks at midnight.
(this is the train.)
(Train ticket)
(Train Station in Hanoi)
(Frontier Inspection Station)
The train arrived at Gialam Station, a little far from the city center. The railway station is very simple, there is a hall, for waiting , selling tickets and checking. To start with, people should change some Viet-namese Dong ( 1 RMB = approximate 3389 Viet-namese Dong) in the local shop outside the station. It's better to change with other Chinese , so as not to be deceived. Then, I called a taxi on the road to go to my hostel ,which I had booked before. However, I was deceived by the driver who couldn't speak English and overcharged me. So the best way to call a taxi or motobike in Vietnam is to use an app named Grap which can caculate the price automaticly.
(Viet-namese Dong)
Vietnamese
Although I was deceived by the taxi driver , I found that most Vietnamese are simple, friendly and enthusiastic.
I met a Vietnamese college student in the train, who had just studied Chinese for one month and came back to Vienam with his classmates. When he heard I would take the IELTS exam in Vietnam, he talked with me in English all the night to help me practice speaking English.
The staff in hostel are very nice. I arrived very early and the staff allow me to check-in without paying extra fee. Meanwhile, I found that my room is a little noisy for the construction outside, and the staff helped me change into a high-rise quiet room without any hesitation.
Wen I go outside and need help , most Vietnam would help me ,even though they can't speek English.
Most Vietnamese can't speak English, they just say Vietnamese. Although they look like Chinese , I can't communicate with them smoothly.
(Vietnamese)
Transportation
To my surprise, motorcycles and cars share the driveways in Vietnam, thus traffic seems to be a bit confusing. Also,The streets are also very dilapidated. However, the Vietnamese seem to be accustomed to all this.
(There are traffic lights, but people often ingore them.)
(street view)
(outside the hostel trhongh window)
Diet
Actually, I would like to say that Vietnamese food look like Chinese food, and they have rice, vegetable, while the taste are so different. Vietnamese food are more light and not spicy.
(a combo in a Vietnamese restaurant, cost me approximate 30 RMB.)
Living Standard
There are many high buildings and modern supermartkets in the city, whereas, there are also many shabby houses and damaged streets. So I suppose that the gap between the rich and the poor is large in Vietnam.
(In the shopping mall in Time City, which is the affluent neighborhood in Hanoi. )
Travel notes in Vietnam的更多相关文章
- 【面试题】Round A China New Grad Test 2014总结
我也有够懒的,今天才跑来写总结,自觉面壁中… 上一篇是Practice Round,今天是Round A,五道题. 每次做完都想说,其实题不难..但在做的过程中总是会各种卡,只有自己一行一行实现了,才 ...
- Linux inode && Fast Directory Travel Method(undone)
目录 . Linux inode简介 . Fast Directory Travel Method 1. Linux inode简介 0x1: 磁盘分割原理 字节 -> 扇区(sector)(每 ...
- 每日英语:Tech Firms Flock to Vietnam
Opening up a Korean restaurant among the rice fields and limestone karsts north of Hanoi might seem ...
- ASP.NET Core 1.1.0 Release Notes
ASP.NET Core 1.1.0 Release Notes We are pleased to announce the release of ASP.NET Core 1.1.0! Antif ...
- Android Weekly Notes Issue #237
Android Weekly Issue #237 December 25th, 2016 Android Weekly Issue #237 这是本年的最后一篇issue, 感谢大家. 本期内容包括 ...
- Android Weekly Notes Issue #230
Android Weekly Notes Issue #230 November 6th, 2016 Android Weekly Issue #230. Android Weekly笔记, 本期内容 ...
- Android Weekly Notes Issue #229
Android Weekly Issue #229 October 30th, 2016 Android Weekly Issue #229 Android Weekly笔记, 本期内容包括: 性能库 ...
- Android Weekly Notes Issue #227
Android Weekly Issue #227 October 16th, 2016 Android Weekly Issue #227. 本期内容包括: Google的Mobile Vision ...
- Android Weekly Notes Issue #221
Android Weekly Issue #221 September 4th, 2016 Android Weekly Issue #221 ARTICLES & TUTORIALS And ...
随机推荐
- 创建多线程的第一种方式——创建Thread子类和重写run方法
创建多线程的第一种方式——创建Thread子类和重写run方法: 第二种方式——实现Runnable接口,实现类传参给父类Thread类构造方法创建线程: 第一种方式创建Thread子类和重写run方 ...
- Python引用拷贝赋值
先安利一个网站,对学习编程很有帮助:http://www.pythontutor.com/ 可以逐行可视化执行代码,具体自行体验啦 这个网站也是我在看别人的博文时候找到的,也先贴上别人的理解吧,我觉得 ...
- vc++2010如何新建项目并在控制台打印helloworld
关于写c++使用什么集成开发环境的问题其实挺纠结的.我找了好久找到codeblocks,发现这款IDE还是最适合用在最标准的c++语法环境中.其实先前装过vs2015旗舰版,但是这款软件太大了,非常消 ...
- pip安装第三方库镜像源选择
在pip安装时,有些库速度及其缓慢从而导致失败,可以通过更改镜像源的方式来安装. 我在安装的时候使用了清华的镜像源,格式如下: 想要安装什么库就在后面替换即可.
- jQuery页面替换+php代码实现搜索后分页
HTML代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <ti ...
- 智能合约遇到的小错误 network up to date解决办法
https://blog.csdn.net/qindong564950620/article/details/68933678 说 network up to date .这个错误我刚开始不知道怎么解 ...
- 查漏补缺之——Java多线程
复习面试题中遇到锁的内容当时大一学习的时候感觉懵懂,现在重新复习一下. 1.1多线程 1.1.1线程 1.什么是线程 线程是程序执行的一条路径,一个进程中包含多条进程 2.并行与并发 并行是两个任务同 ...
- spark streaming 整合 kafka(一)
转载:https://www.iteblog.com/archives/1322.html Apache Kafka是一个分布式的消息发布-订阅系统.可以说,任何实时大数据处理工具缺少与Kafka整合 ...
- rabbitmq channel参数详解
文章转载自: https://www.cnblogs.com/piaolingzxh/p/5448927.html 部分参数说明有修改 1.Channel 1.1 channel.exchang ...
- composer修改成国内镜像
因为composer安装包数据是从github.com上下载的,安装包的元数据从packagist.org上下载 作为两个国外的网站,连接速度会很慢,而且很有可能网站被墙. 所以composer中国全 ...