springboot错误

错误记录——mysql5.7连接失败,服务无法启动

起因: 上周安装完mysql后,成功新建了数据库,一切都是正常的,于是就先搁置一旁。今天周一过来,却突然发现无法连接mysql了。 过程: 第一反应是服务没有启动,毕竟重启了电脑,说不定是服务没有自动启动,于是打开了服务管理器,却发现没有mysql对应的服务。既然没有,那我就自己手动创建一个,找到m ......
错误 mysql5 mysql

KingbaseES V8R6集群运维案例之---sys_monitor.sh start启动动态库错误

案例说明: 在KingbaseES V8R6集群部署了postgis后,执行sys_monitor.sh start启动集群时,出现动态库错误,如下图所示: 适用版本: KingbaseES V8R6 操作系统: Kylin V10 Server 一、问题分析 1、手工执行sys_ctl启动数据库服 ......
集群 sys_monitor KingbaseES 错误 案例

解决 ChatGLM.CPP+clBlast 编译错误(也适用于SD.CPP)

首先安装 OpenCL 和 clblast: vcpkg install opencl clblast 下载GitHub 上的源码: git clone --recurse-submodules https://github.com/li-plus/chatglm.cpp cd chatglm.cp ......
CPP 错误 ChatGLM clBlast SD

sprintboot启动项目 错误: 找不到或无法加载主类 com............

启动SpringBoot项目时,出现了找不到或无法加载主类的提示,解决的方法: maven信息不正确 点击项目的目录,鼠标右键选择Maven->Reload Project,重新启动项目,解决 ......
sprintboot 错误 项目 com

win7系统 安装python3.6.5版本遇到“user installations are disabled via policy on the machine” 和“0x80070643 ”错误情况

一、遇到提示“user installations are disabled via policy on the machine”是 系统策略禁止这个安装 解决方案: 方法一: 1、打开【开始】菜单,选择【运行】。 2、在运行窗口中【打开】一栏输入【gpedit.msc】,点击【确定】。 3、此时会 ......

奇诡的java.lang.NoClassDefFoundError错误

13:41:05.570 [http-nio-8888-exec-40] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - [log,175] - Servlet.service() for servlet [dispatcherServlet] in cont ......
NoClassDefFoundError 错误 java lang

vue elementplus 使用cellRenderer重写单元格,滑动滚动条渲染复选框出现错误

使用elementplus的虚拟表格,动态加载表头的时候,第一列为复选框;但是在滚动滑动条的时候出现了一个奇怪的现象; 我选择了4和5,当我滑动滚动条的时候如下: 像是复选框跟着在动; 通过跟踪代码,查出问题; 在cellRenderer中打印checked的值发现问题,大滚动的时候,打印出来的都是 ......
cellRenderer elementplus 单元 错误 vue

xxl-job 执行过程中报时间不同步错误

场景:将不同机器的执行器注册到调度器时由于不同的机器的系统时间存在误差导致任务无法执行! 报错信息如下: msg:com.xxl.rpc.util.XxlRpcException: The timestamp difference between admin and executor exceeds ......
中报 错误 过程 xxl-job 时间

Spring,SpringMVC,SpringBoot,SpringCloud有什么区别?

简单介绍 Spring是一个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架。Spring使你能够编写更干净、更可管理、并且更易于测试的代码。 Spring MVC是Spring的一个模块,一个web框架。通过Dispatcher Servlet, ModelAndView 和 View R ......
SpringCloud SpringBoot SpringMVC Spring

SpringBoot Jackson 日期格式化统一配置

https://blog.csdn.net/gengzhy/article/details/132031824 目录 1.在全局配置文件配置 2.通过JavaBean方式配置 1.在全局配置文件配置 spring: jackson: date-format: yyyy-MM-dd HH:mm:ss ......
SpringBoot 日期 Jackson 格式

spring springmvc设置全局异常捕获返回错误信息

代码如下: @ControllerAdvice public class GlobalExceptionHandler { private static final Logger logger = LoggerFactory.getLogger(GlobalExceptionHandler.clas ......
全局 springmvc 错误 spring 信息

Springboot简单功能示例-4 自定义加密进行登录验证

博主尝试通过gitee的发行版,使用Springboot为基础框架,逐步整合JWT、JPA、VUE等常用功能项目。【本节完成】使用bcprov-jdk18on的sm2加密算法对用户密码进行签名及认证 ......
示例 Springboot 功能

Springboot简单功能示例-3 实现基本登录验证

博主尝试通过gitee的发行版,使用Springboot为基础框架,逐步整合JWT、JPA、VUE等常用功能项目。【本节完成】实现基本登录验证 ......
示例 Springboot 功能

git 合并遇到冲突或错误后取消合并

当合并分支时遇到错误或者冲突,分支旁边会多出“|MERGING”这个东西 有这个状态存在时,会导致后面想要再合并的时候提示如下 所以如果想取消这次合并,使用“git merge --abort”命令 git merge --abort ......
错误 git

Springboot简单功能示例-2 KEY初始化功能和全局错误处理

博主尝试通过gitee的发行版,使用Springboot为基础框架,逐步整合JWT、JPA、VUE等常用功能项目。【本节完成】KEY初始化功能和全局错误处理 ......
功能 示例 全局 Springboot 错误

Springboot简单功能示例-1 实现基本WEB服务

springboot-sample 介绍 springboot简单示例 跳转到发行版 软件架构(当前发行版) Springboot3.1.3 安装教程 git clone --branch KEY初始化功能和全局错误处理 git@gitee.com:simen_net/springboot-samp ......
示例 Springboot 功能 WEB

springboot中配置类型转换,设置开启矩阵变量

2023-09-17 package com.hh.springboot05.config; import com.hh.springboot05.bean.Pet; import org.springframework.context.annotation.Bean; import org.spr ......
矩阵 变量 springboot 类型

windows剪切板错误解决办法

In Windows 10 it is starting only if the user, an application or another service starts it. If Clipboard User Service fails to start, the failure deta ......
错误 windows 办法

「案例DEMO」直接用maven插件生成springboot2.5.4+mybatis-plus3.5.3.2+hikari+swagger2 2.9.2项目并运行

mybatis-plus-code-maven-plugin-demo 该项目演示如何使用mybatis-plus-code-maven-plugin插件生成项目 demo: https://gitee.com/javalaoniu/mybatis-code-maven-plugin-demo 插件 ......

springboot中设置静态资源存放的位置

2023-09-17 加载图片的静态资源可以放在resources下面的四个文件夹中,命名必须为 (1)“META-INF”下的“resources” 或者(2)public 或者(3)resources 或者(4)static application.yml 设置静态资源的访问路径 设置静态资源存 ......
静态 springboot 位置 资源

快速搭建SpringBoot3.x项目

写在前面 上一小节中我们从0到1 使用Vite搭建了一个Vue3项目,并集成了Element Plus 实现了一个简单的增删改查页面。 这一篇中我们将使用IDEA快速搭建一个SpringBoot3.x的项目。 一、创建项目 1、File->new->project 2、选择“Spring Initi ......
SpringBoot3 SpringBoot 项目

错误统计(持续更新)

树直径\(\neq\)最长链+次长链( NTT典中典: for(int i=0;i<n;i++)a[i]=a[i]*b[i]%mod;。 事实上是i<lim。 典中典2: for(int i=1;i<lim;i++)r[i]=(r[i>>1]>>1)|(1<<L-1)。 事实上是 r[i]=(r[i ......
错误

springboot+html使用sql语句能够在控制台输出相关数据信息list,但是输出的list=null(未解决)

问题描述 具体来说,就是,连接上数据库之后,发现查询的sql语句能够正常在控制台输出数据,但是将sql语句的查询结果放到list里面, 在控制台输出的list=[null]; 真的崩溃了!!! 之前从来没有遇到过这种情况; 尝试了网上的各种方法,也都解决不了,麻木ing~ 求解! ......
控制台 list 语句 springboot 数据

git 错误

git代码太大了 导致下载失败: fatal: early EOFfatal: fetch-pack: invalid index-pack output git clone --depth=1 要克隆的git地址 git推送超过100M文件: # 方法一:全局配置git config --glob ......
错误 git

SpringBoot + Redis + Token 解决接口幂等性问题

SpringBoot实现接口幂等性的方案有很多,其中最常用的一种就是 token + redis 方式来实现。下面我就通过一个案例代码,帮大家理解这种实现逻辑。 ......
SpringBoot 接口 问题 Redis Token

Windows 打包 Docker 提示环境错误: no DOCKER_HOST environment variable

这个问题应该还是比较常见的。 [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.40.2:build (default) on project mq-service: Execution default of goal i ......

Jenkins 编译 Maven 项目提示错误 version 17

在最近使用集成工具的时候,对项目进行编译提示下面的错误信息: maven-compiler-plugin:3.11.0:compile (default-compile) on project mq-service: Fatal error compiling: error: release ver ......
错误 Jenkins version 项目 Maven

SpringBoot IDEA 版本 - 学习笔记1

1.学习资料 主要是在 bilibili 学习资料,遇见狂神说。2. 2.下载 IDEA IDEA全称IntelliJ IDEA,是java语言开发的集成环境。最突出的功能是调试(Debug),可以对Java代码、javascript、JQuery等技术进行调试。据说,是开发者几乎少不了的工具。点击 ......
SpringBoot 版本 笔记 IDEA

Pycharm远程连接到服务器运行错误can‘t open file ‘tmp

Pycharm远程连接到服务器运行错误can‘t open file ‘/tmp/.../a.py‘: [Errno 2] No such file or directory 问题描述 win11 Pycharm + Linux 服务器,运行代码后显示上述错误。即linux环境中没有xx文件。 分析 ......
错误 Pycharm 服务器 open file

在springboot中处理UDP流

配置: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-integration</artifactId> </dependency> <dependency> <grou ......
springboot UDP