logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VMWare中Linux从安装redis到启动,windows本地连接

1、我使用的是cenos 7.5 ,直接在虚拟机上输入地址:Http://www.redis.cn/,然后图进行下载:2、下载完成后,把下载的压缩文件拷贝到自己创建的opt目录下,然后使用命令:tar -zxvf redis-4.0.10.tar.gz3、解压完成后出现文件夹:redis-4.0.104、进入redis-4.0.10目录中,使用 cd redis-4.0.105...

#redis
java启动异常:The driver has not received any packets from the server

使用spring boot 启动项目时,包如下错误:原因:驱动程序没有收到来自服务器的任何数据包,说人话就是数据库服务停止了。我此处的原因为:因为使用的是VMWare虚拟机,配置数据连接时的IP地址与虚拟机不一致造成的。解决:修改IP一致。...

#mysql#java
java本地发送邮件正常,布置在linux上报:Could not connect to SMTP host: smtp.163.com, port: 25

1、错误描述:java在本机(windows)发送邮件正常,布置在linux上报错误:Could not connect to SMTP host: smtp.163.com, port: 252、产生原因:       ECS基于安全考虑,目前已经禁用25端口       如果您的程序部署在阿里云ECS服务器上,建议您不勾选SSL时,使用80端口,勾选ssl时,使用465端口...

Linux下如何查看tomcat是否启动

在linux 系统下:在Linux系统下,重启Tomcat使用命令的操作!首先,进入Tomcat下的bin目录cd /usr/local/tomcat/bin使用Tomcat关闭命令./shutdown.sh 查看Tomcat是否以关闭ps -ef|grep java如果显示以下相似信息,说明Tomcat还没有关闭root 7010 1 0 Apr19 ...

#tomcat
加载springIOC容器报错误:Unexpected exception parsing XML document from class path resource

报错误如下:Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [beans-annotation.xml]; ne

#spring
gateway报错:ServerCodecConfigurer is that could not be found

gateway启动报错:org.springframework.cloud.gateway.config.GatewayAutoConfiguration requireda bean of type 'org.springframework.http.codec.ServerCodecConfigurer'that could not be found将pom.xml中关于spring-boot

#spring boot
利用ObjectMapper readValue()和泛型解决复杂json结构

import com.dj.fss.vo.MessageListVO;import com.fasterxml.jackson.annotation.JsonIgnoreProperties;import com.fasterxml.jackson.core.JsonParseException;import com.fasterxml.jackson.databind.JsonMappin...

#java#json
java后台接收参数为枚举,postman的json如何传入

使用postman测试接口,其中一个参数为枚举类型,如何传入参数?1 枚举类型:public enum UserCourseOrderSourceType{USER_BUY(1,"用户下单购买"),OFFLINE_BUY(2,"后台添加专栏");private Integer code;private String name;UserCourseOrderSourceType(Integer co

#java#postman#json
java通过httpClient发送json格式数据请求(GET方式)

java通过 httpclient使用get请求发送json参数

#java#json#开发语言
linux登录myql报错:linux Access denied for user 'root'@'localhost' (using password: YES)

今天启动linux的mysql成功后,使用下面的命令登录:mysql -u root -p要求输入密码,输入密码但是报如下的错误:linux Access denied for user 'root'@'localhost' (using password: YES)找不到root的密码,想着能不能登录的时候不适用密码,解决方式如下:1、先停止mysql 服务serv...

#mysql
    共 14 条
  • 1
  • 2
  • 请选择