China-global view
Good morning everyone.
Everyone here would know this year Xia’Men held the BRICS business forum.In a global view,BRICS countries have surged ahead and become a bright spot in the global economy. And China develops ourselves to help others with the well-being of the world in our mind.The past decade has seen the BRICS countries making headway in pursuing common development, advancing result-oriented and mutually beneficial cooperation and endeavoring to fulfill their international responsibility. As for China, over these ten years,China has become the world’s second largest economy, the lives of its 1.3billon-plus people have been significantly improved and China has made increasing greater contribution to both regional and global economic development. Since 2013,president Xi first put forward the idea for a Silk Road Economic Belt and 21st century Maritime Silk Road, these two proposals,known jointly as the Belt and Road Initiative have attracted close attention from across the globe. The Belt and Road Initiative attracted close attention from across the globe. The Belt and Road Initiative is not a tool to advance any geopolitical agenda, but a platform for practical cooperation. It’s not a foreign aid scheme,but an initiative for interconnected development which calls for extensive consultation,joint contribution and shared benefits. This is Chinese concept :peace and development.
With the respect to peace ,China practice what it preach, just like the movie wolf warrior 2 a domestic action. It tells the story of a former Chinese Special Forces operative’s adventurous journey to rescue compatriots and local friends in a war-torn region of Africa occupied by insurgents and mercenaries. The movie highlights the kindness, wit, courage and sacrifice of Chinese soldiers. On the screen ,a soldier walks solemnly across a battlefield with the Chinese flag tied to his arm,held aloft and fluttering. All the people stop shooting, this is Chines power. To support the improvement and strengthening of UN request for more Chinese engineering soldier and transport and medical staff largest financial contributor to UN peacekeeping operations and also the largest troop provider.
From the inside view,our country is a giant parachute to protect us. On August 8th ,earthquake happened in JiuZhaiGou. One of China most appealing natural landscapes. During the night president Xi called for all-out efforts to rapidly organize relief work and rescue the injured. About 500 medical workers from all across the province have been providing emergency treatment at the first time. Rescue force including Armed police and the PLA Ground Force were busy clearing roads and distributing relief materials. In terms of speeding response to disaster, no other country can mobilize all the national force in such a short time. Such speedy reaction and relief measures deserve applause.
We can conclude that from abroad to home ,film to reality ,China isn’t the old China. Currently ,we can see how powerful China is. As it emphasize at the end of the movies “citizen of People’s Republic of China. When you encounter danger, do no give up! Please remember, at your back stand a strong motherland.”
Yes, wherever you are, we all have a strong motherland!
Thank you.
China-global view的更多相关文章
- Notes of Principles of Parallel Programming - TODO
0.1 TopicNotes of Lin C., Snyder L.. Principles of Parallel Programming. Beijing: China Machine Pres ...
- ASP.NET Core 十种方式扩展你的 Views
原文地址:http://asp.net-hacker.rocks/2016/02/18/extending-razor-views.html 作者:Jürgen Gutsch 翻译:杨晓东(Savor ...
- memcpy函数用法
memcpy函数用法 .分类: VC++ VC++ mfc matlab 2011-12-01 19:17 14538人阅读 评论(0) 收藏 举报 null 原型:extern void *memc ...
- memset函数详解
语言中memset函数详解(2011-11-16 21:11:02)转载▼标签: 杂谈 分类: 工具相关 功 能: 将s所指向的某一块内存中的每个字节的内容全部设置为ch指定的ASCII值, 块的大 ...
- 【MVVMLight小记】一.快速搭建一个基于MVVMLight的silverlight小程序
写了篇MVVM小记http://www.cnblogs.com/whosedream/p/mvvmnote1.html,说好要写点MVVMLight的东西,所以接着写,以便和大家共勉. 我假设你已经有 ...
- jquery-jsrender使用
JsRender是一款基于jQuery的JavaScript模版引擎 特点: · 简单直观 · 功能强大 · 可扩展的 · 快如闪电 jsrender使用比较简单,本文简单结束一些常用的 使用过程 ...
- C语言strdup函数
static RD_INLINE RD_UNUSED char *rd_strdup(const char *s) { #ifndef _MSC_VER char *n = strdup(s); #e ...
- memcpy与memmove的区别
在面试中经常会被问道memcpy与memove有什么区别? 整理如下: 其实主要在考C的关键字:restrict C库中有两个函数可以从一个位置把字节复制到另一个位置.在C99标准下,它们的原型如下: ...
- C语言字符串操作常用库函数
C语言字符串操作常用库函数 *********************************************************************************** 函数 ...
随机推荐
- 如何在查看docker container内进程信息,与宿主机上进程信息的映射关系
docker container内运行的进程,在宿主机上,通过ps也是能够查到的,但是在不熟悉命令的时候,无法快速找到他们的关系. 这里科普一个基础命令 docker top 1. 找到容器的id d ...
- (八)Index and Query a Document
Let’s now put something into our customer index. We’ll index a simple customer document into the cus ...
- warn_alloc():page allocation failure问题分析
关键词:warn_alloc().__GFP_XXX.order.CMA等等. 在内存申请的时候经常会遇到类似“ xxx: page allocation failure: order:10...”类 ...
- 【Swift】iOS开发笔记(一)
前言 边开发边学习,边攒经验,汇总一下记录到这里 声明 欢迎转载,但请保留文章原始出处:) 博客园:http://www.cnblogs.com 农民伯伯: http://over140.cnblog ...
- 关于mysql中unique的插入Duplicate key
MySQL数据库中 如果在后台中不做判断是否unique的column是否存在的话,直接把数据操作给dao层再传给DB的话,就会报重复的唯一值.如果确实是不希望先取出判断unique的column是否 ...
- OracleSql语句学习(二)
--DQL语句--查询语句用来检查数据使用--SELECT子句用来指定要查询的字段,若写“*”则表示查询所有字段.FROM子句用来指定数据来源的表.--SELECT * FROM emp_weiyij ...
- Python_Bool
Bool Ture和False两种状态:判定代码的真假. 真 print (3 > 2) # 结果: True 假 print (3 > 4) # 结果: False 数据类型 print ...
- vue非父子组件之间的通信
https://www.cnblogs.com/chengduxiaoc/p/7099552.html //vm.$emit( event, arg ) //触发当前实例上的事件 //vm.$on ...
- Android艺术——Bitmap高效加载和缓存(1)
通过Bitmap我们可以设计一个ImageLoader,实现应该具有的功能是: 图片的同步加载:图片的异步加载:图片的压缩:内存缓存:磁盘缓存:网络获取: 1.加载 首先提到加载:BitmapFact ...
- 洛谷P1188PASTE题解
题目 这个题主要是一个考分类讨论的模拟题,做这个提的时候首先要脑子清醒,才可以清楚地写出怎么模拟来. \(Code\) #include <iostream> #include <a ...