摘要: 1 const DataFormat = (fmt, date) => { 2 let data = new Date(date); 3 if (isNaN(data)) { 4 data = new Date(); 5 } 6 (() => { 7 const o = { 8 'y+': data 阅读全文
posted @ 2023-12-07 10:16 人恒过 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1 // this.tableData = res.data; //直接赋值页面卡顿 2 // 分批渲染 3 (function (arr, _this) { 4 let i = 0; 5 // 合并列表 6 const merge = (arr2, iTime) => { 7 setTimeout 阅读全文
posted @ 2023-12-01 15:36 人恒过 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 实例代码 1 $numArray: 10, 20, 30, 40; 2 @each $propKey, $propVal in (m: margin, p: padding) { 3 @each $directionKey, $directionVal in (t: top, r: right, b 阅读全文
posted @ 2023-11-10 16:44 人恒过 阅读(195) 评论(0) 推荐(0) 编辑
摘要: // 终端->右键管理员身份运行reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve(附[恢复window11右键模式]: reg delete "HKCU 阅读全文
posted @ 2023-09-15 15:25 人恒过 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1 let a = { n: 1 }; 2 const b = a; 3 a.x = a = { n: 2 }; 4 console.log('a.x:', a.x); // undefined 5 console.log('b.x:', b.x); // {n:2} 在b=a时,堆栈中引用的是同一 阅读全文
posted @ 2023-09-01 09:13 人恒过 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 安装插件: npm i skrollr --Saver 在使用页引入: <script lang="ts" setup> import { nextTick, onDeactivated, onMounted, ref } from "vue"; import skrollr from "skrol 阅读全文
posted @ 2023-07-24 17:01 人恒过 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 很简单~~~ body { background-image: linear-gradient(90deg,var(--linesColor) 3%,transparent 0),linear-gradient(0deg,var(--linesColor) 3%,transparent 0); ba 阅读全文
posted @ 2023-07-20 08:47 人恒过 阅读(9) 评论(0) 推荐(0) 编辑
摘要: let obj = {}; let obj2 = Object.create(null); console.log(obj); console.log(obj2) obj继承了Object的方法和属性,obj2没有任何其它元素。 阅读全文
posted @ 2023-07-10 09:30 人恒过 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 欢迎来到我的友链小屋 展示本站所有友情站点,排列不分先后,均匀打乱算法随机渲染的喔! 友链信息 博客名称:人恒过博客网址:https://www.cnblogs.com/yalayou/博客头像:https://pic.cnblogs.com/avatar/1273193/2019080618083 阅读全文
posted @ 2023-06-19 11:10 人恒过 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 官方下载地址:https://dev.mysql.com/downloads/mysql/ 解压后新建my.ini放在解压目录下。 配置环境变量:此电脑->属性->高级系统设置->环境变量->系统变量。找到path,新建 D:\ProgramFiles\mysql-8.0.33-winx64\bin 阅读全文
posted @ 2023-06-15 15:23 人恒过 阅读(938) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示