更多>>博客 Blog

IDEA 启动失败,弹出 Error launching IDEA Improperly specified VM option 错误弹窗

IDEA 启动失败,弹出 Error launching IDEA Improperly specified VM option 错误弹窗

Error launching IDEA Improperly specified VM option. To fix the problem, edit your JVM options and remove the options that are obsolete or not supported by the current version of the JVM.

阅读(148)   2023-11-01

【转载】Cannot resolve symbol 解决方案汇总(6种解决方案)

【转载】Cannot resolve symbol 解决方案汇总(6种解决方案)

Cannot resolve symbol 'xxx' 是比较常见一种错误,以下整理常见的六种解决方案。

阅读(131)   2023-10-27

关于MySQL8 安装时没有显示 Path Conflicts 安装路径选择的解决方法

关于MySQL8 安装时没有显示 Path Conflicts 安装路径选择的解决方法

MySQL8.0安装时,没有显示让选择安装路径 Path Conflicts 的界面

阅读(202)   2023-10-26

通用后台管理系统,管理后台框架模板,演示地址

通用后台管理系统,管理后台框架模板,演示地址

这个通用的后台管理系统,管理后台框架模板,包含了常规的搜索、列表展示、分页、添加修改删除、批量审核,导入导出、Chart图表、操作日志、回收站、访问IP地址获取、省市县乡四级联动等功能。

阅读(799)   2023-04-05

关于 SpringBoot 分页 pagehelper 启动时报错:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 的解决方法

关于 SpringBoot 分页 pagehelper 启动时报错:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 的解决方法

SpringBoot 加入了 PageHelper 分页依赖后,启动报错: The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

阅读(3604)   2022-12-06

关于微信支付显示 201 商户订单号重复 简单粗暴有效的解决方案

关于微信支付显示 201 商户订单号重复 简单粗暴有效的解决方案

项目中接入了微信支付后,当同一个订单号第一次取消了支付后,后来再次支付时显示 201 商户订单号重复。

阅读(6660)   2022-09-13

关于idea每次新建项目时,Maven home directory都会使用默认路径的解决方法

关于idea每次新建项目时,Maven home directory都会使用默认路径的解决方法

我们在使用idea时,会发现明明已经设置了Maven home directory为自己下载的Maven路径了,再次新建项目时,idea又把Mavn home directory给重置成默认路径了。

阅读(2978)   2022-09-06

关于Visual Studio Code(VS Code)中文环境的设置

关于Visual Studio Code(VS Code)中文环境的设置

本文为你讲述如何把Visual Studio Code(VS Code)默认的英文版界面,设置成中文界面。

阅读(1169)   2022-08-19

利用npm安装vue时,提示:npm不是内部或外部命令,也不是可运行的程序或批处理文件

利用npm安装vue时,提示:npm不是内部或外部命令,也不是可运行的程序或批处理文件

本文讲述了利用npm命令安装软件和node.js环境的安装,并解决利用npm安装vue时,提示:npm不是内部或外部命令,也不是可运行的程序或批处理文件的问题。

阅读(10690)   2022-08-18

The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

SpringBoot在启动时报错:APPLICATION FAILED TO START, The dependencies of some of the beans in the application context form a cycle:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

阅读(2776)   2022-07-07

电磁炉小贴士:去除锅具变色和白斑

电磁炉小贴士:去除锅具变色和白斑

新买的锅具光芒四射,非常明亮,用了几天后,锅底便会出现白色的斑斑点点。

阅读(1513)   2022-06-05

MySQL添加外键时报错:3780 - Referencing column 'class_id' and referenced column 'class_id' in foreign key constraing 'fk_class_id' are incompatible.的原因及解决方法

MySQL添加外键时报错:3780 - Referencing column 'class_id' and referenced column 'class_id' in foreign key constraing 'fk_class_id' are incompatible.的原因及解决方法

添加外键错误如下:3780 - Referencing column 'class_id' and referenced column 'class_id' in foreign key constraing 'fk_class_id' are incompatible.

阅读(5646)   2022-04-25