摘要: 右手坐标系 //每秒转一圈 使用gsap可以实现 const clock = new THREE.Clock() function tick() { const time = clock.getElapsedTime() mesh.rotation.y = time * Math.PI * 2 // 阅读全文
posted @ 2024-07-04 11:35 躺尸的大笨鸟 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 结果: http://abc.com/api/zwgrid/v1/export/laodongli 结果:http://abc.com/api/zwgrid/v1/export/laodongli 阅读全文
posted @ 2024-07-01 16:22 躺尸的大笨鸟 阅读(2) 评论(0) 推荐(0) 编辑
摘要: linear-gradient() mask-image mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent); 阅读全文
posted @ 2024-06-24 10:49 躺尸的大笨鸟 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 英文不好,英文版是半懂不懂,加上中文版对照,开始啦!!! 2.1 client-side web application 的生命周期概览 page building阶段 Event handling阶段 单线程模型: only a single piece of code can be execut 阅读全文
posted @ 2024-04-17 11:23 躺尸的大笨鸟 阅读(8) 评论(0) 推荐(0) 编辑
摘要: NaN: 代表一个非数字的值 Number.NaN 判断一个值是否为NaN? isNaN(NaN) Number.isNaN(NaN) x !== x Number.isNaN()和isNaN()的差别? isNaN: 当前值是NaN,或者将其强制转换为数字后是NaN, 则返回true Nubmer 阅读全文
posted @ 2024-04-10 14:20 躺尸的大笨鸟 阅读(4) 评论(0) 推荐(0) 编辑
摘要: id 1 0 0 class :require :nth-of-type :root :hover :focus ... [type=text] 0 1 0 p ::before ::placeholder 两个字符 :: 0 0 1 :where +, >, ~, " ", and || no v 阅读全文
posted @ 2024-02-21 11:55 躺尸的大笨鸟 阅读(6) 评论(0) 推荐(0) 编辑
摘要: app.js文件中, 断点打到此处然后: 关闭控制台重新打开就能看见了 阅读全文
posted @ 2024-01-29 18:32 躺尸的大笨鸟 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 实现的功能: 该树形表只有一级子节点 该子节点只能在当前父节点中拖拽, 不能跨父节点拖拽 同时只能展开一个父节点, 其他父节点闭合 实现的关键点: mounted 挂载 初始化sortable 拖拽完onEnd方法返回的index扁平化数组的排序 调用该方法getTable() 后台多返回一个kid 阅读全文
posted @ 2024-01-24 18:51 躺尸的大笨鸟 阅读(705) 评论(0) 推荐(0) 编辑
摘要: tableData格式: 关键: generateTable()函数,通过goodsSpecList生成下图的格式 <product-spec v-for="(s, i) in form.goodsSpecList" :key="s.specName" :spec="s" :index="i" @s 阅读全文
posted @ 2024-01-24 17:24 躺尸的大笨鸟 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://developers.weixin.qq.com/community/develop/article/doc/000202ebeb046859fc99548c756813 阅读全文
posted @ 2024-01-24 16:03 躺尸的大笨鸟 阅读(30) 评论(0) 推荐(0) 编辑