build.gradle:2: Minimum supported Gradle version is Gradle 6.3. Current version is Gradle 5.4.1. Please fix the project’s Gradle settings. Fix Gradle wrapper and re-import project
The current IDE version is not compatible with the emulator. Update the IDE to the latest version and try again
背景: 当运行一个鸿蒙OS项目时,出现了如下报错信息 The current IDE version is n …
Flutter 入门与案例实战
什么是Flutter? 定义: Flutter 是 Google公司出品的移动 UI框架,通过它可以快速在IO …
cssrem
cssrem 是什么? cssrem 是一个VSCode 插件,通过该插件可以实现将 正输入的 px 抓换为 …
postcss-pxtorem
什么是 postcss-pxtorem ? postcss-pxtorem 是一个可以将像素单位(px)自动抓 …
在Vue3 中引入 vant UI组件库
安装及使用步骤如下: 1、进入到项目根目录下,通过 以下命令打开VUE GUI页面 vue ui 【***本部 …
Less 无法进行除法运算的问题
代码: <style lang=”less” scoped> @base-number:50px; …
TypeError: Cannot read property ‘tapAsync’ of undefined
背景: 在运行一个Vue项目时,出现了该报错信息 ERROR Failed to compile with 1 …
继续阅读“TypeError: Cannot read property ‘tapAsync’ of undefined”
TypeError: compilation.templatesPlugin is not a function
背景: 在运行一个 Vue 项目时,出现了如下报错信息 解决办法: 【***本部分为付费内容,支付后可查看** …
继续阅读“TypeError: compilation.templatesPlugin is not a function”
Syntax Error: TypeError: Cannot read property ‘vue’ of undefined
背景: 在通过 npm run dev 运行一个Vue项目时, 出现了如下报错信息 解决办法: 【***本部分 …
继续阅读“Syntax Error: TypeError: Cannot read property ‘vue’ of undefined”
DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead (node:7788) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
背景: 在通过 npm run dev 命令运行一个Vue项目时,出现了如下报错信息 DeprecationW …
access to XMLHttpRequest at ‘http:www’ from origin ‘http://’ has been blocked by CORS policy: The value of the ‘Access-Control-Allow-Origin’ header in the response must not be the wildcard ‘*’ when the request credentials mode is ‘include’ . The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute
背景: 将Vue 项目部署到服务器以后,运行时出现如下报错信息 access to XMLHttpReques …
vue-baberrage 弹幕插件
效果图: 使用步骤: 【***本部分为付费内容,支付后可查看***】
em 单位
定义: em 是一个单位,它是相对于父元素的字体大小而言的。 示例: <!DOCTYPE html> & …
移动WEB开发(rem适配布局)
移动WEB问题: 1、页面布局的文字能否随着屏幕的大小变化而变化?而不再是固定的文字大小 2、流式布局和fle …