Xplorist
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • OpenID-Connect配置与使用

    OpenID-Connect配置与使用wiki信息 创建时间: 2021-01-08 最近修改时间: 2021-01-09 当前版本:v1.0.1 wiki作者: 向波任(C3005579) 联系电话: 5073+66948 联系邮箱:m&...
     2021-01-08  
    • OpenID-Connect 
     
    • OpenID-Connect 
    阅读全文 
  • SSO-OpenID-Connect配置与使用

    SSO-OpenID-Connect配置与使用wiki信息 创建时间: 2021-01-08 最近修改时间: 2021-01-09 当前版本:v1.0.1 wiki作者: 向波任(C3005579) 联系电话: 5073+66948 联系邮箱:...
     2021-01-08  
    • SSO 
    阅读全文 
  • 门户系统中系统统计Matomo配置

    门户系统中系统统计Matomo配置wiki信息 创建时间: 2020-07-16 最近修改时间: 2020-12-18 当前版本: v1.0.2 wiki作者:向波任(C3005579) 联系电话:5073+66948 联系邮箱: m&#x...
     2020-12-18  
    • Matomo 
     
    • Matomo 
    阅读全文 
  • GitLab之CI_CD配置

    GitLab之CI_CD配置wiki信息 创建时间: 2020-12-17 最近修改时间: 2020-12-17 当前版本:v1.0.1 wiki作者: 向波任(C3005579) 联系电话: 5073+66948 联系邮箱:mc...
     2020-12-16  
    • GitLab 
     
    • GitLab 
    阅读全文 
  • VirtualBox上安装CentOS7

    content 下载CentOS7.iso 下载地址 VirtualBox安装CentOS7 修改VirtualBox中的CentOS7为桥接模式,然后设置静态IP 参考网址:Centos 7 学习之静态IP设置(续) CentOS7设置代理 参考网...
     2020-12-11  
    • VirtualBox 
     
    • VirtualBox 
    阅读全文 
  • diary_2020-11-07

    title: diary_2020-11-07date: 2020-11-07 15:18:00tags: diarycategories: [diary, 2020, 11] todo-list yy x record-list 需要...
     2020-11-07  
    • Diary 
     
    • Diary 
    阅读全文 
  • diary_2020-11-05

    title: diary_2020-11-05date: 2020-11-05 11:30:00tags: diarycategories: [diary, 2020, 11] todo-list yy todo-list-table...
     2020-11-05  
    • Diary 
     
    • Diary 
    阅读全文 
  • Java知识体系

    Java知识体系reference-site-list 2020-Java面试题和答案.pdf steps Java-基础
     2020-10-24  
    • Java 
     
    • Java 
    阅读全文 
  • GCP上搭建V2Ray过程记录

    开发环境以及版本 硬件配置: CPU: AMD Ryzen 7 3700X 8-Core Processor 3.59GHz X64 RAM: 16.0 GB 操作系统: 版本: Windows 10 专业工作站版 版本号: 2004 操作...
     2020-10-24  
    • google-cloud-platform 
     
    • google-cloud-platform 
    阅读全文 
  • good-hexo-website-link

    reference-site-listhexo website example YouForever 专注于互联网分享
     2020-10-22  
    • hexo 
    • > example 
     
    • hexo 
    阅读全文 
上一页 下一页
© 2020 - 2025    Xplorist
访问人数   总访问量 
由 Hexo 驱动 | 主题   Keep v3.4.8
蜀ICP备20002343号-1
$tools-item-width = 2.2rem $tools-item-font-size = 1.1rem $tools-item-border-radius = 0.1rem .side-tools-container { position relative .tools-item { width $tools-item-width height $tools-item-width margin-bottom 0.2rem color var(--default-text-color) font-size $tools-item-font-size background var(--background-color) border-right none border-radius $tools-item-border-radius box-shadow 0.1rem 0.1rem 0.2rem var(--shadow-color) cursor pointer i { color var(--default-text-color) } &:hover { color var(--background-color) background var(--primary-color) box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color) i { color var(--background-color) } } +keep-tablet() { width $tools-item-width * 0.9 height $tools-item-width * 0.9 margin-bottom 0.2rem font-size $tools-item-font-size * 0.9 } &.rss { a { width 100% height 100% border-radius $tools-item-border-radius &:hover { color var(--background-color) background var(--primary-color) box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color) } } } } .side-tools-list { transform translateX(100%) opacity 0 transition-t("transform, opacity", "0, 0", "0.2, 0.2", "linear, linear") .tool-expand-width { +keep-tablet() { display none } } &.show { transform translateX(0) opacity 1 } } .exposed-tools-list { if (hexo-config('style.scroll.percent.enable') == true) { .tool-scroll-to-top { display none &.show { display flex } &:hover { .percent { display none } .arrow-up { display flex } } .arrow-up { display none } .percent { display flex font-size 1rem } } } } }