百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

Vance drives home that EU is on its own

itomcoil 2025-02-21 13:38 22 浏览

Vance drives home that EU is on its own: China Daily editorial - Opinion - Chinadaily.com.cn

This is an editorial from China Daily.

Although United States Vice-President JD Vance's 20-minute speech at the Munich Security Conference on Friday was the only address in the international security forum this year that was met with silence from the beginning to the end, it was arguably the one that produced the most animated response afterward.

Instead of taking advantage of the forum to introduce the Donald Trump administration's latest plan to end the Ukraine crisis, as anticipated, shortly after a 90-minute "cordial" call between the US leader and his Russian counterpart, or to explain to what extent the new US administration expects the European countries to boost their security spending, Vance shocked his European audience by launching a blistering attack on the US' European allies, accusing them of betraying their values, and ignoring people's concerns on immigration and free speech.

"It was a very weird 20 minutes ... Vance's speech went down very badly — unequivocally badly. It was extraordinarily poorly judged." That was how the BBC commented on the US vice-president's speech, which a US commentator told the United Kingdom media outlet "was all for US domestic consumption".

Vance might have gone too far in seeking to woo his domestic audience by "trying to pick a fight" with Europe, as the European Union's foreign policy chief, Kaja Kallas, said, since it comes at a time when the EU countries already feel betrayed by the Trump administration on the Ukraine crisis, with the US administration hinting that a settlement can be realized through its direct talks with Moscow, omitting both Ukraine and the bloc.

In particular, Vance inappropriately singled out Germany, the host country of the conference, as the target for his lecturing of his European audience about the "values" the Trump administration upholds, just a week before Germany heads to its federal elections. The Alternative for Germany, a far-right and right-wing populist political party in Germany that is polling in second place is endorsed by Trump adviser and billionaire Elon Musk.

Understandably, German Chancellor Olaf Scholz sharply rebuked Vance one day later saying Germany will not accept outsiders intervening in the country's elections — "That is not done, certainly not among friends and allies". Which makes one wonder whether the US will have any left after another four years of "America first".

No wonder when Vance tried to enliven the atmosphere during his Friday address with presumably an impromptu joke, "if American democracy can survive 10 years of (climate campaigner) Greta Thunberg scolding, you guys can survive a few months of Elon Musk", he failed to raise a single laugh in the hall.

On the same day as Vance bombed his Munich debut, French President Emmanuel Macron urged Europe to respond to "the electroshock" triggered by the return of the Trump administration to the White House with a new approach to defense and the economy.

But the French leader speaking to the Financial Times didn't expect that apart from the economy and security, the Trump administration would also try to dictate how the US' European allies should address their culture-war issues at home — key themes of Trump's campaign for the US presidency — in a bid to try and intervene in the domestic politics of the European countries.

That should serve to further highlight what Macron told the UK newspaper in his interview: "This is Europe's moment to accelerate and execute ... It has no choice. It is running out of road."

Although the EU conceived different solutions to cope with the possible impact of the comeback of Trump since he won the 2024 US president election in November, it still seems to have been caught unprepared by the administration's indifference. It is high time the bloc reflected on its hitherto passivity in not only dealing with the US but also some other burning issues concerning its immediate interest, and sought to uphold its strategic autonomy in foreign policy.

相关推荐

MySQL修改密码_mysql怎么改密码忘了怎么办

拥有原来的用户名账户的密码mysqladmin-uroot-ppassword"test123"Enterpassword:【输入原来的密码】忘记原来root密码第一...

数据库密码配置项都不加密?心也太大了吧!

先看一份典型的配置文件...省略...##配置MySQL数据库连接spring.datasource.driver-class-name=com.mysql.jdbc.Driverspr...

Linux基础知识_linux基础入门知识

系统目录结构/bin:命令和应用程序。/boot:这里存放的是启动Linux时使用的一些核心文件,包括一些连接文件以及镜像文件。/dev:dev是Device(设备)的缩写,该目录...

MySQL密码重置_mysql密码重置教程

之前由于修改MySQL加密模式为mysql_native_password时操作失误,导致无法登陆MySQL数据库,后来摸索了一下,对MySQL数据库密码进行重置后顺利解决,步骤如下:1.先停止MyS...

Mysql8忘记密码/重置密码_mysql密码忘了怎么办?

Mysql8忘记密码/重置密码UBUNTU下Mysql8忘记密码/重置密码步骤如下:先说下大概步骤:修改配置文件,使得用空密码可以进入mysql。然后置当前root用户为空密码。再次修改配置文件,不能...

MySQL忘记密码怎么办?Windows环境下MySQL密码重置图文教程

有不少小白在使用Windows进行搭建主机的时候,安装了一些环境后,其中有MySQL设置后,然后不少马大哈忘记了MySQL的密码,导致在一些程序安装及配置的时候无法进行。这个时候怎么办呢?重置密码呗?...

10种常见的MySQL错误,你可中招?_mysql常见错误提示及解决方法

【51CTO.com快译】如果未能对MySQL8进行恰当的配置,您非但可能遇到无法顺利访问、或调用MySQL的窘境,而且还可能给真实的应用生产环境带来巨大的影响。本文列举了十种MySQL...

Mysql解压版安装过程_mysql解压版安装步骤

Mysql是目前软件开发中使用最多的关系型数据库,具体安装步骤如下:第一步:Mysql官网下载最新版(mysql解压版(mysql-5.7.17-winx64)),Mysql官方下载地址为:https...

MySQL Root密码重置指南:Windows新手友好教程

如果你忘记了MySQLroot密码,请按照以下简单步骤进行重置。你需要准备的工具:已安装的MySQL以管理员身份访问命令提示符一点复制粘贴的能力分步操作指南1.创建密码重置文件以管理员...

安卓手机基于python3搜索引擎_python调用安卓so库

环境:安卓手机手机品牌:vivox9s4G运行内存手机软件:utermux环境安装:1.java环境的安装2.redis环境的安装aptinstallredis3.elasticsearch环...

Python 包管理 3 - poetry_python community包

Poetry是一款现代化的Python依赖管理和打包工具。它通过一个pyproject.toml文件来统一管理你的项目依赖、配置和元数据,并用一个poetry.lock文件来锁定所有依赖的精...

Python web在线服务生产环境真实部署方案,可直接用

各位志同道合的朋友大家好,我是一个一直在一线互联网踩坑十余年的编码爱好者,现在将我们的各种经验以及架构实战分享出来,如果大家喜欢,就关注我,一起将技术学深学透,我会每一篇分享结束都会预告下一专题最近经...

官方玩梗:Python 3.14(πthon)稳定版发布,正式支持自由线程

IT之家10月7日消息,当地时间10月7日,Python软件基金会宣布Python3.14.0正式发布,也就是用户期待已久的圆周率(约3.14)版本,再加上谐音梗可戏称为π...

第一篇:如何使用 uv 创建 Python 虚拟环境

想象一下,你有一个使用Python3.10的后端应用程序,系统全局安装了a2.1、b2.2和c2.3这些包。一切运行正常,直到你开始一个新项目,它也使用Python3.10,但需要...

我用 Python 写了个自动整理下载目录的工具

经常用电脑的一定会遇到这种情况:每天我们都在从浏览器、微信、钉钉里下各种文件,什么截图、合同、安装包、临时文档,全都堆在下载文件夹里。起初还想着“过两天再整理”,结果一放就是好几年。结果某天想找一个发...