npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired
2024-04-19npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired
Deprecation [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
2024-11-02去除 Deprecation [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. 警告_deprecation [legacy-js-api]: the legacy js api is deprecated and will be rem
The legacy JS API is deprecated and will be removed in Dart Sass 2.0
2024-11-02The legacy JS API is deprecated and will be removed in Dart Sass 2.0警告修复_the legacy js api is deprecated and will be removed in dart sass 2.0.0.
npm 配置淘宝镜像
2024-06-08用 npm 也可以使用淘宝镜像,配置的方式有两种。进行镜像配置,因为后续修改起来会比较方便。检查 registry 地址是否为。也可以通过淘宝镜像进行加速,所以。3. 检查是否配置成功(选做)配置 npm 的镜像地址。执行如下命令即可完成配置。, 如果 是 则表明成功。_npm淘宝镜像
网页设计基础 第二讲:安装与配置 VSCode 开发工具,创建第一个 HTML 页面
2024-10-30本节课将详细介绍如何安装和配置 Visual Studio Code(简称 VSCode),并使用它创建第一个 HTML 页面。通过实际操作,学生将学会基本的开发环境设置,并动手编写简单的网页。IDE 是集成开发环境的英文缩写 (Integrated Development Environment),集成开发环境就是将在开发过程中所需要的工具或功能集成到了一起,比如:代码编写、分析、编译、调试等功能,从而最大化地提高开发者的工作效率。_vscode网页设计
jQuery 基础知识总结(超级详细)
2024-10-29比较推崇的的第一种写法,也就是 jQuery 的写法。二者有何不同呢,当我们的代码运行在更早期的环境当中(pre-ES5,eg. Internet Explorer 8),undefined 仅是一个变量且它的值是可以被覆盖的。意味着你可以做这样的操作:当使用第一种方式,可以确保你需要的 undefined 确实就是 undefined。_jquery基础内容
echarts配置项详细解释
2024-10-29这篇博客详细解释了Echarts的配置项,涵盖了X、Y轴的设置,包括axisLine、axisTick、axisLabel等;Title的配置;tooltip的axisPointer及其各种类型;toolbox的使用;grid的设置;如何去除折线图折点小圆圈;legend的管理;series的定义;以及radar图表的配置。visualMap部分的内容尚待完善。
HTML5 Validator:您的HTML5代码质量守护者
2024-10-29HTML5 Validator:您的HTML5代码质量守护者 html5validator Command line tool to validate HTML5 files. Great for continuous integration. ..._h5的vvalidator校验
css3-----2D转换、动画
2024-10-29 转换transform 我们简单理解就是变形 有2D 和 3D 之分 我们暂且学了三个 分别是 位移 旋转 和 缩放 2D 移动 translate(x, y) 最大的优势是不影响其他盒子, 里面参数用%,是相对于自身宽度和高度来计算的 可以分开写比如 translateX(x) 和 translateY(y) 2D 旋转 rotate(度数) 可以实现旋转元素 度数的单位是deg 2D 缩放 sacle(x,y) 里面参数是数字 不跟单位 可以是小数 最大的优势 不影响其他盒子。
vite中sass警告JS API过期
2024-10-29本文解决在Vite创建的项目中引入Sass时,- 弹出The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.警告,旧的 JavaScript API 已经被弃用- 通过Sass官网和Vite官网配置api为modern-compiler成功解决_the legacy js api is deprecated and will be removed in dart sass 2.0.0.