上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: npm init -y:package.json ——包描述文件; npm:下载包时用的; npm webpack webpack-cli -D 中表示: 开发环境下载 webpack,webpack-cli 是指令 npx 会将 node_modules 文件下的 .bin 临时添加为环境变量,即 阅读全文
posted @ 2022-10-23 16:58 し7709 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 'vue' 不是内部或外部命令,也不是可运行的程序 Vue 修改项目端口号 B 站音频设置 —— 右键 创建页面涉及的流程 阅读全文
posted @ 2022-09-12 16:05 し7709 阅读(11) 评论(0) 推荐(0) 编辑
摘要: P13 看、听第一遍时,觉得能懂,但再看一遍并操作会有更多收获,事实如此,耐着点性子,求知不能太心急。 p34 P59该节前几分钟有讲解下原型对象内容,值得加深理解。 P80 长点心行不,犯了多少次字母打错而出错,以至于卡住的经历了。 P112const a = 100;const obj = { 阅读全文
posted @ 2022-08-18 21:45 し7709 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、 <div id="app"> {{msg}} </div> <script src="../vue.js"></script> <script> var vm = new Vue({ el: "#app", data: { msg: 'abc' } }); vm.msg = 'Hello'; 阅读全文
posted @ 2022-07-28 21:17 し7709 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1、fetch | setInterval 阅读全文
posted @ 2022-07-09 11:08 し7709 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1、浅拷贝 <script> /* 深浅拷贝: 数据类型 1、基本数据类型(string | boolean | undefined | number | null | symbol 2、引用数据类型 (Array | Function | Date | Object | RegExp | Erro 阅读全文
posted @ 2022-06-22 18:12 し7709 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、函数回调正确又错误 阅读全文
posted @ 2022-05-26 21:44 し7709 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 我又双叒忘记了 call 作用 那个函数调用 call,哪个函数就会执行,而在 call 方法后面接参数的话,这个参数对象会作为函数的 this 对象,如果不添加参数,则默认 this 为 window【A】,实际上,如果是直接调用, this 也默认是 window【B、B1】。 如果函数中,有为 阅读全文
posted @ 2022-05-23 10:20 し7709 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 父元素高度设置 max-height 时,子元素高度动态响应方式:max-height: inherit 。 阅读全文
posted @ 2022-05-12 15:10 し7709 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1、元素设置 pointer-event 属性后, cursor 设置是无效的,该元素视为透明处理。 2、关于单边设阴影,注意第四个值模糊半径设置。 3、 阅读全文
posted @ 2022-05-09 11:32 し7709 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页