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的更多相关文章

  1. 【面试题】Round A China New Grad Test 2014总结

    我也有够懒的,今天才跑来写总结,自觉面壁中… 上一篇是Practice Round,今天是Round A,五道题. 每次做完都想说,其实题不难..但在做的过程中总是会各种卡,只有自己一行一行实现了,才 ...

  2. Linux inode && Fast Directory Travel Method(undone)

    目录 . Linux inode简介 . Fast Directory Travel Method 1. Linux inode简介 0x1: 磁盘分割原理 字节 -> 扇区(sector)(每 ...

  3. 每日英语:Tech Firms Flock to Vietnam

    Opening up a Korean restaurant among the rice fields and limestone karsts north of Hanoi might seem ...

  4. 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 ...

  5. Android Weekly Notes Issue #237

    Android Weekly Issue #237 December 25th, 2016 Android Weekly Issue #237 这是本年的最后一篇issue, 感谢大家. 本期内容包括 ...

  6. Android Weekly Notes Issue #230

    Android Weekly Notes Issue #230 November 6th, 2016 Android Weekly Issue #230. Android Weekly笔记, 本期内容 ...

  7. Android Weekly Notes Issue #229

    Android Weekly Issue #229 October 30th, 2016 Android Weekly Issue #229 Android Weekly笔记, 本期内容包括: 性能库 ...

  8. Android Weekly Notes Issue #227

    Android Weekly Issue #227 October 16th, 2016 Android Weekly Issue #227. 本期内容包括: Google的Mobile Vision ...

  9. Android Weekly Notes Issue #221

    Android Weekly Issue #221 September 4th, 2016 Android Weekly Issue #221 ARTICLES & TUTORIALS And ...

随机推荐

  1. mybatis常见问题和错误

    1. jdbc java type 映射关系 1) mysql的text 在mybatis中使用varchar类型 2. mybatis常见的错误 3.There is no getter for p ...

  2. 删除本地git的远程分支和远程删除git服务器的分支

    在项目中使用git管理代码后,有些时候会创建很多不同名称的分支,以此区分各个分支代码功能. 而随着代码的合并,以前的分支就可能不再需要保存了,所以就要对没有用的分支进行删除,包括紧急回滚时从中抽取某一 ...

  3. oracle 误删除数据,回退表数据

    select * from sh_gonghuo_renyuan as of timestamp to_timestamp('2017-11-17 16:00:00','yyyy-mm-dd hh24 ...

  4. H5兼容问题及解决方法

    Meta基础知识: H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 //一.HTML页面结构 <meta name="viewport" content="wi ...

  5. input 只能输入数字、字母、汉字等

    1.文本框只能输入数字代码(小数点也不能输入) <input onkeyup="this.value=this.value.replace(/\D/g,'')" onafte ...

  6. binlog的原理

  7. mysql-5.7.17-winx64压缩版的安装包下载和安装配置

    网上有很多的安装配置步骤,但是一个跟一个遇到的问题不一样,总之越是写的完整的人,遇到的错误越多,在安装过程中也就越悲催!第一步:下载mysql安装包---下载网址https://downloads.m ...

  8. 【题解】Luogu P2472 [SCOI2007]蜥蜴

    原题传送门 题目要求无法逃离的最少有多少 直接做肯定不好做,我们帮题目变一个说法:最多能逃离多少 这个询问一看就是最大流 考虑如何建图: 1.将S和每一个有蜥蜴的点连一条流量为1的边(每个蜥蜴只能用1 ...

  9. Qt Windows打开指定文件注意替换双斜杠为单斜杠

    QProcess::startDetached(QString("explorer %1").arg(strFilePath)); 其中,在windows上使用时,strFileP ...

  10. windows(xshell)免密码登录

    windows(xshell)免密码登录 第一步生成密钥文件 打开xshell 选个工具栏的工具如下图 选择密钥类型和长度,如下图 密钥会自动生成,如下图,点击下一步即可 设置给密钥加密的密码也可以不 ...