1. 安装 Apache Web 服务器 首先,利用下面命令更新 Ubuntu 服务器: $ sudo apt update $ sudo apt upgrade 然后,安装 Apache Web 服务器(命令如下): $ sudo apt install apache2 检查 Apache Web 服务器是否已经运行: $ sudo system…
根据font-family的原则,假如客户终端不认识前面的字体,就自动切换到第二种字体,第二种不认识就切换到第三种,以此类推.假如都不能识别就调用默认字体。根据此调用规则。我们就可以给英文和中文单独设置渲染字体。例: body { font-family: Impact, "微软雅黑", "Microsoft YaHei", sans-serif;…
Installing Apache2 Install Apache web server from the official repository. Launch terminal on your system or login with ssh for remote systems. Execute the following commands …