logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux上修改redis.conf配置文件后配置未生效的问题

执行./redis-cli后先shutdown2.再重启时指定配置文件并加上&./redis-server../redis.conf &

#linux#redis
移植后的Springboot项目找不到包且spring-boot-maven-plugin repackage 失败而导致项目无法成功启动的解决方案

1.检查IDEA软件设置中Project Structure中Facets中各项Spring与Web,将有问题的Spring进行Fix,将有问题的Web进行create new artifacts。2.将pom.xml中spring-boot-maven-plugin依赖的版本降低,而与之匹配地,也需要将spring-boot-starter-parent依赖的版本降低,并reimpo。3.检查I

#maven#spring boot#spring +1
linux中redis.conf中配置

1.注释掉127.0.0.12.protected-mode no3.appendonly yes

#redis#linux
Mac电脑版maven3.9.2的settings.xml文件配置

maven3.9.2的settings.xml文件配置。

文章图片
#java
java项目中子模块的pom.xml文件中该子模块对应的父模块(parent标签中)报红的解决方案

需要打开完整的父模块,然后再在父模块中打开该子模块。

#后端#java
linux中systemctl status redis后显示redis-server.service not found的原因和解决方案

原因:没有注册redis服务解决方案:先安装:apt install sysv-rc-conf(注:若显示unable to locate package sysv-rc-conf需:vi /etc/apt/source.list输入i,进入Insert模式在最后加入deb http://archive.ubuntu.com/ubuntu/ trusty main universe restric

#linux#redis#ubuntu
ArrayList、HashSet、LinkedHashSet、Map、HashMap、 LinkedHashMap、Hashtable的特点总结

HashSet集合的特点:不能存储重复元素、无序、不能使用普通的for循环遍历、查询速度快(底层是哈希表结构)。LinkedHashSet集合的特点:不能存储重复元素、有序。Map集合的特点:1.Map集合是一个双列集合,一个元素包含两个值(一个key,一个value)。2.Map集合中的元素,key和value的数据类型可以相同,也可以不同。3.Map集合中的元素,key是不允许重复的,valu

#java
npm ERR While resolving: vue-admin-template@3.8.0问题的解决方案

在安装nodejs时会自动将npm也安装上。问题原因是安装的nodejs版本过高。解决方案:卸载掉原nodejs,重新安装老版本的nodejs。(安装时安装路径默认是C盘,不要更改)

#npm#html#vscode
org.springframework.context.ApplicationContextException的解决办法

org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper的解决办法:在pom.xml中使用低版本的spring-boot-starter,例:使用2.1.7.RELEASE的spring-boot-starter配合2.9.2版本的s

#后端#java
    共 11 条
  • 1
  • 2
  • 请选择