Hosts Russia got the World Cup off to a flying start by hammering Saudi Arabia 5-0 in the opening game in Moscow.
Fears that Russia may become just the second host nation to fail to qualify from the group stages have been quashed for now, but their next opponents Egypt were given a huge boost by the return to fitness of Mohamed Salah ahead of their clash with Uruguay on Friday.
Friday's standout fixture, though, comes in Sochi where a shell-shocked Spain, still rocking from the sacking of Julen Lopetegui, take on Cristiano Ronaldo's Portugal.
Here, AFP Sports looks at three things we learned from day one of the 2018 World Cup.
Russia turn up in time
High on the list of Russia's pre-tournament concerns was whether they had the team to capture a nation's imagination.
Stanislav Cherchesov's men hadn't won in seven games stretching back eight months, sparking fears that on the field, the month-long festival of football would largely pass the hosts by.
Instead, they chose the perfect time to find their form with plenty of help from a woeful Saudi Arabia side that now must face up to the firepower of Luis Suarez, Edison Cavani and Salah.
Denis Cheryshev was the hero the nation was crying out for, scoring twice, including a stunning effort that curled into the top corner with the outside of his left foot, as Russia's party got off to the best possible start.
Salah fit to feature
Egyptians worst fears as they saw Salah depart in tears from the Champions League final three weeks ago won't be realised as the Liverpool star will be fit to play against Uruguay on Friday.
Egypt coach Hector Cuper said he could assure fans "almost 100 percent" Salah will play some part in Yekaterinburg.
Salah carried Egypt to their first World Cup since 1990, scoring five of their eight goals in qualifying, including a dramatic stoppage time penalty against Congo to seal their place in Russia.
Spain move on from Lopetegui sacking
Real Madrid and Spain captain Sergio Ramos was the man who inflicted the shoulder injury that put Salah's World Cup at risk.
However, far from his usual role as aggressor on the field, Ramos had to act as peacemaker on Thursday as Spain tried to move on from a dramatic few days that have rocked their World Cup preparations.
Just two days before their Group B opener against Portugal, Ramos's future club manager Lopetegui was sacked for not informing the Spanish federation of his negotiations with Real.
Fernando Hierro will instead take charge, but Ramos insists Spain remain contenders for the tournament.
"These have not been pleasant times at all," he said on the eve of the match in Sochi.
"There are no cracks. We are all individuals and we all think differently, but the collective idea is the same -- we are here to go for the World Cup."
He's the man: Spain captain Sergio Ramos poses with new coach Fernando Hierro

L106 Three things we learned from day one at the World Cup的更多相关文章

  1. Elasticsearch Mantanence Lessons Learned Today

    Today I troubleshooted an Elasticsearch-cluster-down issue. Several lessons were learned: When many ...

  2. Lessons learned from manually classifying CIFAR-10

    Lessons learned from manually classifying CIFAR-10 Apr 27, 2011 CIFAR-10 Note, this post is from 201 ...

  3. What we learned in Seoul with AlphaGo

    What we learned in Seoul with AlphaGo March 16, 2016 Go isn’t just a game—it’s a living, breathing c ...

  4. 翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings

    翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings 叶娜老师说:"读懂论文的 ...

  5. The case for learned index structures

    17年的旧文,最近因为SageDB论文而重读. 文章主要思路是通过学习key的顺序.结构等来预测record在位置.存在与否等.效果方面,据称部分场景下,相对b-tree可以优化70%的内存占用. 最 ...

  6. Lessons Learned from Developing a Data Product

    Lessons Learned from Developing a Data Product For an assignment I was asked to develop a visual ‘da ...

  7. Lessons learned developing a practical large scale machine learning system

    原文:http://googleresearch.blogspot.jp/2010/04/lessons-learned-developing-practical.html Lessons learn ...

  8. 特征点检测--基于CNN:TILDE: A Temporally Invariant Learned DEtector

    TILDE: A Temporally Invariant Learned DEtector Yannick Verdie1,∗ Kwang Moo Yi1,∗ Pascal Fua1 Vincent ...

  9. 26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOL

    26 THINGS I LEARNED IN THE DEEP LEARNING SUMMER SCHOOL In the beginning of August I got the chance t ...

随机推荐

  1. php跨域共享session

    . $gb_DBHOSTname = "127.0.0.1"; //主机的名称或是IP地址 02 $gb_DBname = "dbname"; //数据库名称 ...

  2. mysql ODBC连接配置

    1.软件包安装 [root@server1 mysql]# rpm -ivh MySQL-server-5.1.72-1.glibc23.i386.rpm [root@server1 mysql]# ...

  3. Android Material Design-Defining Shadows and Clipping Views(定义阴影和裁剪视图)-(四)

    转载请注明出处:http://blog.csdn.net/bbld_/article/details/40539131 翻译自:http://developer.android.com/trainin ...

  4. python入门课程 第一章 课程介绍

    1-1 Python入门课程介绍特点:    优雅.明确.简单适合领域:    web网站和各种网络服务    系统工具和脚本    作为"胶水"语言把其他语言开发的模块包装起来方 ...

  5. js中 opener和parent的差别

    opener即谁打开我的,比方A页面利用window.open弹出了B页面窗体.那么A页面所在窗体就是B页面的opener.在B页面通过opener对象能够訪问A页面. parent表示父窗体,比方一 ...

  6. 在VS2017环境中编译libxml2库

    libxml2库编译 1.下载libxml2,官网是:http://www.xmlsoft.org/downloads.html, 我下载的版本是:libxml2-sources-2.9.7.tar. ...

  7. [note]一类位运算求最值问题

    [note]一类位运算求最值问题 给定一些数,让你从中选出两个数a,b,每次询问下列中的一个 1.a and b的最大值 2.a xor b的最大值 3.a or b的最大值 神仙们都是FWT,小蒟蒻 ...

  8. 超轻量级、高性能C日志库--EasyLogger

    [ 声明:版权全部,欢迎转载.请勿用于商业用途. 联系信箱:armink.ztl@gmail.com] EasyLogger 1. 介绍 EasyLogger 是一款超轻量级(ROM<1.6K, ...

  9. 自编码器(autoencoder)

    今天我们会来聊聊用神经网络如何进行非监督形式的学习. 也就是 autoencoder, 自编码. 压缩与解压 有一个神经网络, 它在做的事情是 接收一张图片, 然后 给它打码, 最后 再从打码后的图片 ...

  10. 磁盘分区对齐详解与配置 – Linux篇

    在之前一篇<磁盘分区对齐详解与配置 – Windows篇>中,我介绍了磁盘分区对齐的作用和适用于MBR和GPT的两种磁盘类型的配置,以及Windows平台设置磁盘分区对齐的方法. 本文作为 ...