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语言字符串操作常用库函数 *********************************************************************************** 函数 ...
随机推荐
- Python 函数调用&定义函数&函数参数
一.函数调用 在python中内置了很多函数,我们可以直接调用 .想要调用函数首先要知道函数的名称及包含的参数,还可以通过查看python官方的文档:https://docs.python.org/3 ...
- yum自动安装mysql
1.安装客户端和服务器端查看CentOS自带mysql: yum list installed | grep mysql卸载CentOS系统自带mysql数据库? yum -y remove mysq ...
- ios和安卓H5交互桥接
ios交互 demo1(摘自网络) <!doctype html> <html> <head> <meta charset="UTF-8" ...
- Java线程状态转换
前言:对于Java线程状态方面的知识点,笔者总感觉朦朦胧胧,趁着最近整理资料,将Java线程状态方面的知识点总结归纳,以便加深记忆. 1.Java线程状态值 在Thread类源码中通过枚举为线程定义了 ...
- IO 模型 IO 多路复用
IO 模型 IO 多路复用 IO多路复用:模型(解决问题的方案) 同步:一个任务提交以后,等待任务执行结束,才能继续下一个任务 异步:不需要等待任务执行结束, 阻塞:IO阻塞,程序卡住了 非阻塞:不阻 ...
- jconsole连接本地进程报安全连接失败
连接本地程序报错 在idea工具中添加如下命令 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.port=888 ...
- 三:OVS+GRE之完整网络流程
知识点一:linux网桥提供安全组 知识点二:每新建一个网络,在网络节点都会新建一个namespace,只要为该网络建立子网,那么该namespace里就新增dhcp来为该子网分配ip,也可以为该网络 ...
- root用户无法访问Mysql数据库问题的解决
在使用Centos系统远程访问Mysql数据库的时候,系统提示报如下错误: Access Denied for User 'root'@'localhost' (using password: YES ...
- ORA-01578 data block corrupted 数据文件损坏 与 修复 (多为借鉴 linux)
好吧,先说说造成崩溃的原因: 使用redhat 5.9 Linux 作为数据库服务器, 周五数据库正在使用中,硬关机造成数据库文件部分损坏(周一上班时,应用程序启动不起来,查看日志文件时,发现一个数据 ...
- 相片后期处理,PS调出温暖的逆光美女
原图: 效果图: 后面就是开PS导图: 说明下,因为拍的时候大概知道自己的方法会让照片变暖,现场光线又很暖,所以色温要调低一些,这边是4100,其他不用变,直接转JPG调色了 1:第一步是加第一个曲线 ...