
前端
文章平均质量分 70
WebStorm,VS Code,vue。。。。
不用回头
这个作者很懒,什么都没留下…
展开
-
vue项目启动报错(node版本与Webpack)
library: ‘digital envelope routines’,reason: ‘unsupported’,code: ‘ERR_OSSL_EVP_UNSUPPORTED’}Node.js v20.19.1error Command failed with exit code 1.info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.原创 2025-05-21 09:24:15 · 669 阅读 · 0 评论 -
vue项目启动报错(依赖)
Uncaught Error: A route named “PageNotFound” has been added as a child of a route with the same name. Route names must be unique and a nested route cannot use the same name as an ancestor.原创 2025-05-19 10:41:28 · 215 阅读 · 0 评论 -
jeecg导入excel 含图片(嵌入式,浮动式)
jeecg 框架的excel导入 含图片(嵌入式,浮动式)原创 2024-06-24 11:55:34 · 2279 阅读 · 2 评论 -
Vue使用vue-esign实现在线签名 加入水印
Vue使用vue-esign实现在线签名 加入水印原创 2024-06-15 11:31:44 · 2716 阅读 · 0 评论 -
Vue中使用图片编辑器 tui-image-editor 实现在线编辑保存
Vue中使用图片编辑器 tui-image-editor 实现在线编辑保存提交原创 2024-05-16 21:14:02 · 6601 阅读 · 3 评论 -
npm出现 Error: EISDIR: illegal operation on a directory, read
npm出现 Error: EISDIR: illegal operation on a directory, read原创 2024-02-01 10:39:07 · 16196 阅读 · 0 评论 -
若依微服务框架 上传文件(文件表)
若依微服务框架 上传文件(文件表)原创 2024-01-26 17:39:16 · 15674 阅读 · 5 评论 -
若依微服务框架,富文本加入图片保存时出现JSON parse error: Unexpected character (‘/‘ (code 47)):...
若依微服务项目在使用富文本框的时候,富文本加入图片进行保存的时候会出现以下错误:JSON parse error: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser); nested exception is com.fasterxml.jackson.core.Js原创 2024-01-20 17:36:02 · 13515 阅读 · 1 评论 -
vue组件传值,方法调用
父组件使用v-on或者@绑定自定义的方法,然后触发父组件中的方法进行传值。原创 2022-08-10 10:36:23 · 531 阅读 · 0 评论 -
Linux安装node
当在不同目录使用相同文件时,可以使用ln命令链接,避免了重复占用磁盘空间。linxu安装node可以直接去官网下载,或者使用wge命令。输入命令查看,Linux服务器有没有安装过wget。如果有即可进行使用,但是会有版本低不能使用的情况。创建完之后就发现出现了两个类似快捷方式文件的东西。输入i进入编辑模式,在文件最后面加入下面的语句。就输入命令进行卸载,记得输入y,确定卸载。后面的文件要根据下载的文件进行输入。或者输入,直接就自动执行卸载了。进入解压之后的目录输入。文件,没有就进行创建。...原创 2022-07-28 11:43:39 · 17927 阅读 · 2 评论 -
WebStorm报错ESLint: TypeError: this.cliEngine is not a constructor
WebStorm报错ESLint: TypeError: this.cliEngine is not a constructor:解决方案:找到webstorm安装目录然后进入plugins\JavaScriptLanguage\languageService\eslint\bin文件夹修改eslint-plugin.js文件例如我电脑的暗账目录为E:\WebStorm\WebStorm 2019.1\plugins\JavaScriptLanguage\languageService\esli原创 2021-10-19 09:07:35 · 1030 阅读 · 0 评论 -
Vs code搭建vue项目
一、安装配置nodejsnodejs配置:nodejs安装教程二、安装配置vscode去网上下载vscode进行安装三、安装vuecli命令窗口或者vscode终端输入命令:npm i -g @vue/cli或者cnpm i -g @vue/cli注意:如果出现这个,根据给出的路径,把那个文件(vue.ps1)删除就行四、创建项目1)创建1、先创建存放项目的文件夹,我创建的是VscodeProject2、从这里打开创建的文件夹,或者在终端cd进去3、创建项目命令:v原创 2021-06-21 16:15:31 · 2432 阅读 · 0 评论 -
安装nodejs和配置npm
系列文章目录提示:这里可以添加系列文章的所有文章的目录,目录需要自己手动添加例如:第一章 Python 机器学习入门之pandas的使用提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录系列文章目录前言一、pandas是什么?二、使用步骤1.引入库2.读入数据总结前言提示:这里可以添加本文要记录的大概内容:例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。提示:以下是本篇文章正文内容,下面案例原创 2021-06-18 11:42:57 · 1454 阅读 · 2 评论 -
使用install报错
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test(default-test) on project vhr: There are test failures. Please referto E:\IDEA\IdeaProjects\vhr_back_end\vhr\target\surefire-reports forthe individual test results. Please.原创 2021-05-07 09:34:13 · 303 阅读 · 0 评论 -
若依框架导入导出(Excel)
导出html页面定义的按钮<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:student:export"> <i class="fa fa-download"></i> 导出 </a>映射的路径exportUrl: prefix + "/export",实体类加入注解,导出谁就在谁上面加入注解----原创 2020-11-19 08:38:26 · 36136 阅读 · 28 评论