logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

cmd运行java、javac命令正常,其他程序报无法启动java虚拟机

cmd运行java、javac命令正常,其他程序报无法启动java虚拟机今天在做公司项目的时间因为是一个空系统,系统是windows server2012的,因为是空系统,就自己装了jdk,运行cmd执行java、javac命令均正常。但是公司的系统死活启动不开,报了一个Could not create the Java Virtual Machine这么一个错误,当时就很纳闷,就去百度,...

#java
centOS 8 报错:Failed to set locale, defaulting to C.UTF-8

CentOS 8 报错:Failed to set locale, defaulting to C.UTF-8学习Docker的时间遇到一个问题,发现和视频里教的总是会多出一行这里会有两种原因系统没有安装对应的语言包没有配置正确的语言环境一般情况下都是第二种情况居多首先使用 locale -a 查看已安装的语言包[root@hecs-131104 data]# locale -alocale: C

#centos#docker
Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.0.0-M2:repackage (default

使用maven打包报错Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.0.0-M2:repackage (default1、问题描述2、配置文件3、解决前言:出现这个问题的原因就是spring-boot-maven-plugin插件没有指定版本,每次都会去获取这个插件的最新版本,但是最新版本不支持

#spring boot#maven
IDEA 2021及以上版本Lombok插件无法安装的问题

Idea 2021及以上版本Lombok插件无法安装的问题在更换了IDEA2021.1.3版本之后,安装插件的时间发现找不到Lombok插件了,同时官网下载插件里也没有对应的2021版本。Lombok下载地址:https://plugins.jetbrains.com/plugin/6317-lombok/versions如下图:解决方法:我们找一个最新的版本,然后下载压缩包用电脑的压缩文件打开下

#java#maven
SpringBoot使用PageHelper报错Relying upon circular references is discouraged and they are prohibited by

SpringBoot使用PageHelper报错Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it m

#linux#ssh#centos
SpringBoot项目上传大文件报错the request was rejected because its size exceeds the configured maximum 1048576

SpringBoot项目 上传大文件报错the request was rejected because its size exceeds the configured maximum 10485760在SpringBoot项目中进行文件上传的时间报错:the request was rejected because its size exceeds the configured maximum

#java#spring
Linux下安装zookeeper教程

Linux下安装zookeeper教程Zookeeper简介1、Zookeeper应用场景Zookeeper单机版安装1、获取安装包1.使用wget命令获取2.从官网下载2、安装步骤3、环境变量配置4、zoo.cfg配置5、zookeeper启动与客户端连接命令Zookeeper简介从字义上解释就是“动物管理员”。ZooKeeper是一种集中式服务,用于维护配置信息,命名,提供分布式同步和提供组服

#linux#zookeeper
SpringBoot项目打jar后执行jar包提示:xx没有主属性清单 解决

SpringBoot项目打jar包后执行jar包提示:xx没有主属性清单 解决今天在练习SpringBoot项目打jar包部署的时间遇见了一个问题:jar中没有主属性清单,对此也是比较疑惑,在百度之后找到了解决方式主属性清单是jar包中MANIFEST.MF文件中的属性,MANIFEST.MF文件在jar报的META-INF路径下用记事本打开发现里面的信息如下正常的文件应该是下面这样的对比之后会发

#mysql#数据库#linux
centOS 8 报错:Failed to set locale, defaulting to C.UTF-8

CentOS 8 报错:Failed to set locale, defaulting to C.UTF-8学习Docker的时间遇到一个问题,发现和视频里教的总是会多出一行这里会有两种原因系统没有安装对应的语言包没有配置正确的语言环境一般情况下都是第二种情况居多首先使用 locale -a 查看已安装的语言包[root@hecs-131104 data]# locale -alocale: C

#centos#docker
暂无文章信息