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

  1. Notes of Principles of Parallel Programming - TODO

    0.1 TopicNotes of Lin C., Snyder L.. Principles of Parallel Programming. Beijing: China Machine Pres ...

  2. ASP.NET Core 十种方式扩展你的 Views

    原文地址:http://asp.net-hacker.rocks/2016/02/18/extending-razor-views.html 作者:Jürgen Gutsch 翻译:杨晓东(Savor ...

  3. memcpy函数用法

    memcpy函数用法 .分类: VC++ VC++ mfc matlab 2011-12-01 19:17 14538人阅读 评论(0) 收藏 举报 null 原型:extern void *memc ...

  4. memset函数详解

    语言中memset函数详解(2011-11-16 21:11:02)转载▼标签: 杂谈 分类: 工具相关  功 能: 将s所指向的某一块内存中的每个字节的内容全部设置为ch指定的ASCII值, 块的大 ...

  5. 【MVVMLight小记】一.快速搭建一个基于MVVMLight的silverlight小程序

    写了篇MVVM小记http://www.cnblogs.com/whosedream/p/mvvmnote1.html,说好要写点MVVMLight的东西,所以接着写,以便和大家共勉. 我假设你已经有 ...

  6. jquery-jsrender使用

      JsRender是一款基于jQuery的JavaScript模版引擎 特点: · 简单直观 · 功能强大 · 可扩展的 · 快如闪电 jsrender使用比较简单,本文简单结束一些常用的 使用过程 ...

  7. C语言strdup函数

    static RD_INLINE RD_UNUSED char *rd_strdup(const char *s) { #ifndef _MSC_VER char *n = strdup(s); #e ...

  8. memcpy与memmove的区别

    在面试中经常会被问道memcpy与memove有什么区别? 整理如下: 其实主要在考C的关键字:restrict C库中有两个函数可以从一个位置把字节复制到另一个位置.在C99标准下,它们的原型如下: ...

  9. C语言字符串操作常用库函数

    C语言字符串操作常用库函数 *********************************************************************************** 函数 ...

随机推荐

  1. Python开发【前端篇】CSS

    1.css基本语法及页面引用 css基本语法 css的定义方法是: 选择器 { 属性:值; 属性:值; 属性:值;} 选择器是将样式和页面元素关联起来的名称,属性是希望设置的样式属性每个属性有一个或多 ...

  2. IO 模型 IO 多路复用

    IO 模型 IO 多路复用 IO多路复用:模型(解决问题的方案) 同步:一个任务提交以后,等待任务执行结束,才能继续下一个任务 异步:不需要等待任务执行结束, 阻塞:IO阻塞,程序卡住了 非阻塞:不阻 ...

  3. LVS负载均衡集群

    回顾-Nginx反向代理型负载 负载均衡(load balance)集群,提供了一种廉价.有效.透明的方法,来扩展网络设备和服务器的负载.带宽.增加吞吐量.加强网络数据处理能力.提高网络的灵活性和可用 ...

  4. SQL CREATE DATABASE 语句

    CREATE DATABASE 语句 CREATE DATABASE 用于创建数据库. SQL CREATE DATABASE 语法 CREATE DATABASE database_name SQL ...

  5. 设计模式之Template Method模式

    作用:将具体的处理交给子类 什么是Template Method模式? Template Method模式是指带有模板功能的模式,组成模板的方法被定义在父类中,且这些方法为抽象方法.子类去实现父类中的 ...

  6. 性能测试中的最佳用户数、最大用户数、TPS、响应时间、吞吐量和吞吞吐率

    一:最佳用户数.最大用户数 转:http://www.cnblogs.com/jackei/archive/2006/11/20/565527.html 二:  事务.TPS 1:事务:就是用户某一步 ...

  7. try/catch中finally的执行时间

    前言 由于总是搞不清楚try/catch中的一个执行顺序,返回结果.所以总结一下 1.finally没有return 时,可以看出finally确实在return之前执行了 public static ...

  8. SpringBoot使用JSP(官网Demo)

    最开始接触java的时候,前端页面基本都是用jsp来写,最近公司项目要使用SpringBoot重构,查看SpringBoot文档,发现SpringBoot不建议使用JSP,因为jsp在使用内嵌serv ...

  9. 【Atcoder Grand Contest 011 F】Train Service Planning

    题意:给\(n+1\)个站\(0,\dots,n\),连续的两站\(i-1\)和\(i\)之间有一个距离\(A_i\),其是单行(\(B_i=1\))或双行(\(B_i=2\)),单行线不能同时有两辆 ...

  10. jenkins的安装部署

    jenkins安装 参考连接: https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions ...