会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ThisCall
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
129
下一页
2025年3月6日
指定时间点之后15分钟内倒计时
摘要: startCountdown() { if (this.countdown > 0) { this.timer = setInterval(() => { if (this.countdown > 0) { this.countdown--; this.getTimeFn(); } else { t
阅读全文
posted @ 2025-03-06 09:14 ThisCall
阅读(98)
评论(0)
推荐(0)
2025年1月15日
Win10环境变量设置
摘要:
阅读全文
posted @ 2025-01-15 17:23 ThisCall
阅读(14)
评论(0)
推荐(0)
2025年1月14日
el-input输入框只能输入中文,英文,邮箱,手机号
摘要: el-input输入框只能输入中文,英文,邮箱,手机号 1.设置限制只能输入中文 校验中文的正则:/^[\u4e00-\u9fa5]+$/ rules: { chineseName: [ { required: true, message: "请输入中文名", trigger: "blur" },
阅读全文
posted @ 2025-01-14 16:14 ThisCall
阅读(742)
评论(0)
推荐(0)
2025年1月10日
隐藏 video 进度条
摘要: .page-video-notime video::-webkit-media-controls-timeline { display: none; }
阅读全文
posted @ 2025-01-10 16:35 ThisCall
阅读(54)
评论(0)
推荐(0)
2025年1月7日
sys-status 动态class
摘要: :class="[`sys-status-plan-require${scope.row.relatedFlag}`]"
阅读全文
posted @ 2025-01-07 15:57 ThisCall
阅读(21)
评论(0)
推荐(0)
2025年1月3日
el-drawer 点击遮罩不关闭
摘要: :wrapperClosable="false"
阅读全文
posted @ 2025-01-03 11:40 ThisCall
阅读(184)
评论(0)
推荐(0)
2025年1月2日
js获取视频时长
摘要: // 创建一个临时的URL指向MP4文件 const url = URL.createObjectURL(yourMp4BlobOrFile); // 创建一个临时的video元素 const video = document.createElement('video'); video.src =
阅读全文
posted @ 2025-01-02 15:47 ThisCall
阅读(194)
评论(0)
推荐(0)
2024年12月31日
vue 权限 permission.js
摘要: import store from '@/store' /** * 字符权限校验 * @param {Array} value 校验值 * @returns {Boolean} */ export function checkPermi(value) { if (value && value ins
阅读全文
posted @ 2024-12-31 10:45 ThisCall
阅读(232)
评论(0)
推荐(0)
2024年12月26日
二维数组 手动排序
摘要: <template> <div> <el-dialog v-bind="$attrs" v-on="$listeners" @open="onOpen" @close="onClose" :title="title" width="800px" > <el-form ref="elForm" :mo
阅读全文
posted @ 2024-12-26 17:33 ThisCall
阅读(32)
评论(0)
推荐(0)
video 手动 播放 全屏
摘要: <video ref="videoPlayer" id="my-video" preload="meta" height="200px" width="300px" data-setup="{}" autoplay controls > <source src="@/assets/cs.mp4" t
阅读全文
posted @ 2024-12-26 14:50 ThisCall
阅读(94)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
129
下一页
公告