02 2022 档案
摘要:一、效果 演示:https://yangsphp.github.io/vue-admin 源码:https://gitee.com/yang1015/vue-admin 二、参考手册 element-ui:https://element.eleme.cn/#/zh-CN/component/inst
阅读全文
摘要:一、代码 1rem = 100px (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
阅读全文
摘要:解决:router文件夹下面的index.js中加上下面几句代码,搞定 const originalPush = VueRouter.prototype.push; VueRouter.prototype.push = function push(location) { return origina
阅读全文
摘要:1、配置.htaccess <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_
阅读全文
摘要:注意:部署配置虚拟主机 QQ:2575404985 微信:yangyang92428 github:https://github.com/yangsphp/tpexam-master 一、效果图 1、后台 2、首页
阅读全文
摘要:一、效果图 二、代码 <h1>Countdown Clock</h1> <div id="clockdiv"> <div> <span class="days">00</span> <div class="smalltext">Days</div> </div> <div> <span class=
阅读全文
摘要:一、效果图 二、代码 <html> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <body> <p>请点击图像上的星球,把它们放大。</p> <img sr
阅读全文