解决方案
未读
window11禁止运行pnpm脚本
一、问题描述 pnpm : 无法加载文件 C:\Users\Longhao\AppData\Roaming\npm\pnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中
的 about_Ex
前端
未读
HbuilderX安装scss报错:缺少文件
一、问题描述 下载HbuilderX编辑器,安装scss/sass编译插件时,发生报错: 二、问题分析 可以从上图中的Error信息,发现该插件缺少了binding.node文件,因此需要去手动下载放入该文件夹中
SQLite基本操作
一、SQLite简介 SQLite 是一个开源的嵌入式关系数据库,实现了自给自足的、无服务器的、配置无需的、事务性的 SQL 数据库引擎。它是一个零配置的数据库,这意味着与其他数据库系统不同,比如 MySQL、PostgreSQL 等。 SQLite 不需要在系统中设置和管理一个单独的服务。这也使得
后端
未读
Springcloud报错:No spring.config.import property has been defined
一、问题描述 启动Springcloud项目后,出现报错:No spring.config.import property has been defined 二、解决思路 产生问题的原因是bootstrap.properties比application.properties的优先级要高。由于boot
后端
未读
Springboot整合Redis
一、导入依赖 <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>3.2.4</ve
解决方案
未读
Windows版Docker一直starting the Docker Engine
一、问题描述 在windows成功安装docker完后,一直停留在starting the Docker Engine界面 二、解决方案
Nacos启动失败案例总结
一、java.lang.InterruptedException: null 启动nacos服务又报错了... 2024-04-24 11:08:18,068 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.Interrup
Mysql导入报错:Variable 'time_zone' can't be set to the value of 'NULL'
一、问题描述 将之前用mysqldump导出的数据库备份文件导入到数据库时,发生报错:Variable 'time_zone' can't be set to the value of 'NULL' 二、解决思路 检查sql文件 三、解决方案 去掉sql文件中的注释 /*!40000 ALTER T
Mysql8报错:Public Key Retrieval is not allowed
一、问题描述 连接Mysql数据库的时候,报错内容如下: 二、解决方案 mysql 8.0 默认使用