网页图片在某些 iPhone 机型下高度不正确

结论

父级有 display: flex, 作为子级的图片需要添加 align-self: flex-start

阅读更多

Add noindex meta in Shopify Cart page

Today, our team received the Email from Google Search Console. It said that some of our Shopify pages has “Indexed, though blocked by robots.txt” warnings.

阅读更多

Add SCSS config for old React project.

My React app was created by create-react-app1.3.1 about five years ago.

阅读更多

Harbor离线安装

Harbor是VMWare公司开发的,用来完善Docker Registry的功能。使用Harbor,可以:

阅读更多

If array contains element in Liquid file.

For example, we want to know whether the cart contains a specific product.

阅读更多

使用Postgresql源码安装

本次安装使用的版本是 postgresql-11.13: postgresql源码下载

阅读更多

使用系统ISO镜像文件配置CentOS本地YUM源

配置 linux的本地 yum 源需要先准备好CentOS.iso镜像文件,把下载好的 CentOS.iso 上传到服务器上

阅读更多

导出Docker镜像或者容器

说起 Docker 当然是离不开镜像和容器,有时候我们需要做一些镜像和容器的备份,便于后期恢复使用,也可以提供给其它人使用,那么备份镜像和容器涉及到哪些命令,又是怎么使用的呢?本文介绍一下Docker镜像的导入导出,用于迁移、备份、升级等场景。

阅读更多

CentOS安装Mysql

每次需要在 Linux 上安装 Mysql 时都需要在网上找教程,今天整理一篇文章记录一下 Mysql 安装的过程。

阅读更多

Borders Overlapped in Grid Layout

The borders overlapped when I created a Grid layout with bordered item.

阅读更多