zoukankan      html  css  js  c++  java
  • html常用meat头

    <!-- 字体编码 -->
    <meta charset="utf-8" />
    <!-- 关键字 -->
    <meta name="keywords" content="" />
    <!-- 说明 -->
    <meta name="description" content="" />
    <!-- 作者 -->
    <meta name="author" content="" />
    <!-- 设置文档宽度、是否缩放 -->
    <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
    <!-- 优先使用IE最新版本或chrome -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <!-- 360读取到这个标签立即钱换到极速模式 -->
    <meta name="renderer" content="webkit" />
    <!-- 禁止百度转码 -->
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <!-- UC强制竖屏 -->
    <meta name="screen-orientation" content="portrait" />
    <!-- QQ强制竖屏 -->
    <meta name="x5-orientation" content="portrait" />
    <!-- UC强制全屏 -->
    <meta name="full-scerrn" content="yes" />
    <!-- QQ强制全屏 -->
    <meta name="x5-fullscreen" content="ture" />
    <!-- QQ应用模式 -->
    <meta name="x5-page-mode" content="app" />
    <!-- UC应用模式 -->
    <meta name="browsermode" content="application">
    <!-- window phone 点亮无高光 -->
    <meta name="msapplication-tap-highlight" content="no" />
    <!-- 安卓设备不自动识别邮件地址 -->
    <meta name="format-detection" name="email=no" />
  • 相关阅读:
    Antlr与Regex
    c_str()
    C++ 友元
    C++ 操作符重载
    Remote 'attachhome' failed on nodes:XXX
    RAC安装GI时运行root.sh脚本结果
    clscfg.bin: error while loading shared libraries: libcap.so.1:
    RAC安装重新运行root.sh
    libXext.so.6 libXp.so.6 libXt.so.6 is needed by openmotif21-2.1.30-11.el7.i686
    向数据库中导入AWR数据
  • 原文地址:https://www.cnblogs.com/saber123/p/10482578.html
Copyright © 2011-2022 走看看