REGEXP 在 MySQL中使用的正则表达式标识符,有着非常丰富的使用路径,代替like将有非常大的使用空间

梅里埃强制增加定位域名备案

增加域名备案到页脚

  1. <div style="width: 100%; text-align: center; position:absolute; bottom:0; margin: auto;">
  2. <p>
  3. Copyright 2021 © 上海微企信息技术股份有限公司. <a href="https://beian.miit.gov.cn">沪ICP备12042952号-18</a> All Rights Reserved
  4. </p>
  5. </div>

image.png

修改页面height 默认展示底部 footer

  1. body,body>[ui-view],html,html>[ui-view] {
  2. width: 100%;
  3. height: 99% # 原100%
  4. }

image.png