当前位置:首页 > 技术知识 > 正文内容

China to work with all member states to complete preparations in final phase for SCO Tianjin summit: spokesperson

maynowei11个月前 (08-05)技术知识131

BEIJING, July 31 (Xinhua) -- China will work with all the Shanghai Cooperation Organization (SCO) member states to complete the preparations in the final phase for the SCO Tianjin summit, foreign ministry spokesperson Guo Jiakun said here on Thursday.

Guo made the remarks at a regular press briefing when asked to introduce the work China has done as SCO rotating chair and the preparations that have been made for the SCO Tianjin summit.

Guo said since China took over the SCO rotating chairmanship in July last year, China has acted on the slogan "Upholding the Shanghai Spirit: SCO on the Move," and made solid progress in work as the SCO chair.

He summarized the positive progress and outcomes China achieved from three aspects.

First, cooperation in all sectors has been deepened. China has hosted over 100 events as the SCO chair, and nearly half are institutional events, covering multiple areas such as politics, security, military, economy and trade, investment, energy, education, connectivity, technological innovation, green industry, digital economy and people-to-people exchanges. These events helped SCO countries increase solidarity and mutual trust, enhanced mutual learning and achieved mutually beneficial and win-win results.

Second, the mechanisms of the organization have been improved. China has worked with all member states to advance reform and innovation in various aspects such as the deliberation mechanism, cooperation pattern and permanent bodies, to ensure smoother and more efficient operation of the organization. Parties are accelerating the consultations regarding the establishment of a comprehensive center for dealing with security threats and challenges, an information security center, a center for fighting transnational organized crime and a counternarcotics center, to strengthen cooperation on law enforcement and security and to build a new paradigm for regional security cooperation.

Third, stronger commitment was made to the "Shanghai Spirit." The SCO has spoken up to uphold justice on major international and regional issues, firmly upheld the multilateral trading system and strongly condemned the abuse of armed force, sending a strong message of the SCO for safeguarding peace and justice. China, together with SCO member states, has actively carried out exchanges and dialogues among political parties, media and think tanks, giving people a better understanding of the "Shanghai Spirit" and bringing the big family of the SCO closer.

Guo said that one month later, the SCO summit will be held in China's Tianjin, adding that leaders of over 20 countries and heads of 10 international organizations will gather together for the summit.

"This will be the largest summit since the establishment of the SCO, and the culmination of China's work as the SCO chair," the spokesperson said.

Noting that the SCO Foreign Ministers' Meeting held not long ago has made full political preparations for this summit, Guo said China will work with all member states to complete the preparations in the final phase, accumulate positive outcomes in areas such as security, development, livelihood and mechanisms, to hold a friendly and united summit with fruitful results.

Guo said the Tianjin summit will guide the SCO to enter a new stage of high-quality development featuring more solidarity, coordination, vitality and contribution, and build a closer SCO community with a shared future.

相关文章

分享我的产品策划流程,希望对你也有用

本文笔者梳理拆解了自己的产品策划流程,并给出了自己对各流程的思考,希望能够给你带来一定的启发。记得刚开始做产品出需求方案的时候,上来就开始画原型写文档,在写的过程中发现某个交互没想明白或者漏了一部分逻...

B端产品设计之业务设计(b端产品ui设计)

编辑导语:在这篇文章里,作者从解决方案设计、业务流程设计、产品功能设计三个方面,分析了如何进行B端产品的业务设计,感兴趣的小伙伴们一起来看一下吧。前篇文章讲了业务梳理,还没看过的同学可以先看看前篇文章...

有了这份900多页的Android面试指南,你离大厂Offer还远吗?

前言对于大部分程序员来说,一线互联网是的工作经历是毕生的追求,实际上大厂对于学历的要求远远没有我们想象的那么高,近几年来,互联网公司更注重技术,所以提升自身技术水平才是斩获offer的制胜关键。一线互...

C# 中的多线程同步机制:lock、Monitor 和 Mutex 用法详解

在多线程编程中,线程同步是确保多个线程安全地访问共享资源的关键技术。C# 提供了几种常用的同步机制,其中 lock、Monitor 和 Mutex 是最常用的同步工具。本文将全面介绍这三种同步机制的用...

大厂 Go 编程规范(二):mutex(编程大厂是什么意思)

mutex 是golang 的互斥锁,可以保障在多协程的情况下,数据访问的安全。1、零值有效我们并不需要mutex指针mu := new(sync.Mutex) mu.Lock()直接可以使用mute...

python-oracledb——利用python连接Oracle数据库的好用方法

这篇文章最早发布在CSDN了,最近想尝试使用一下头条,重新转移过来了。背景介绍之前使用的数据库一直是MySql,偶尔使用PostgreSQL,都是利用的数据库连接池使用;最近需要在Oracle数据库取...