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

US urged to reflect on its hegemony over LatAm, Caribbean: Chinese foreign ministry

maynowei10个月前 (08-05)技术知识125

BEIJING, March 27 (Xinhua) -- China urges the United States to reflect on its hegemonic bullying and plunder of developing countries in Latin America and the Caribbean and cease distorting and slandering China, a Chinese foreign ministry spokesperson said on Thursday.

Spokesperson Guo Jiakun made the remarks in response to U.S. Secretary of State Marco Rubio's recent remarks in Latin America, where he claimed that Chinese investment constitutes "predatory behavior" and leads to excessive debt that local governments cannot repay.

The United States maliciously spreads false information with the aim of sowing discord between China and other countries, but this will not succeed, Guo said.

China has always observed the principles of mutual respect, equality, mutual benefits, openness, inclusiveness and win-win cooperation in its investment cooperation with countries around the world, he said. China respects the will of all relevant countries, effectively promotes economic development and the improvement of living standards in other countries, and brings tangible benefits to local people in those countries, he added.

The so-called debt burden is nothing but hype, and related claims against China disregard the facts. Who exactly is engaged in coercion and plunder is evident to all, Guo noted.

相关文章

苹果编程Objective C与Swift谁更牛?

小鹏大学刚刚毕业,软件开发方面的东西学的不是很多,听好多同学说做iOS开发工资上万是很容易的,踌躇满志,一直想自学iOS开发,可突如其来的一件事让他瞬间迷茫了。时间:2014年9月10日10点地点:某...

IT博物馆之Objective-C诞生(micro博物馆)

1984年,Objective-C诞生。设计者:布莱德·考克斯(Brad Cox)、汤姆·洛夫(Tom Love)Objective-C是面向对象的通用、高级编程语言。它扩展了标准的 ANSI C,将...

Windows 加密盘BitLocker爆锁屏绕过严重漏洞

BitLocker Windows内置现代设备级数据加密保护功能,BitLocker与Windows内核深度集成。有大量的企业和个人使用BitLocker加密自己关键数据,以防止数据泄密。BitLoc...

2018年度回顾:挖矿木马为什么会成为病毒木马黑产的中坚力量

一、概述根据腾讯御见威胁情报中心监测数据,2018年挖矿木马样本月产生数量在百万级别,且上半年呈现快速增长趋势,下半年上涨趋势有所减缓。由于挖矿的收益可以通过数字加密货币系统结算,使黑色产业变现链条十...

C++26中同步与原子操作新变化(c++ 同步)

引言随着多核处理器和并发编程的普及,C++26进一步增强了对同步与原子操作的支持,为开发者提供了更高效、更安全的工具来应对多线程编程中的数据竞争与同步挑战。自C++11引入原子操作以来,C++标准库在...

你可能疏忽的plsql和navicat连接Oracle注意点

在日常开发中,我们总是少不了要连接数据库,你是否遇到过填写的账号、密码、连接地址都对,但就是连接不上Oracle的情况?这里说一下其中一种连接不上Oracle的原因,这种情况简单,但很可能被疏忽。记下...