logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

编程小案例

1、类型转换,double->Double->四舍五入->long->Long->intdouble d= scanner.nextDouble();Double dd = (Double)d;long i = Math.round(dd);Long i1 = (Long)i;int i2 = i1.intvalue();...

关于a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer‘ in your configuration解决方案

错误描述Description:Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec

通过注册表快速清理残留的软件

虚拟机网卡出现感叹号是因为vaware多次安装卸载不干净导致,下载注册表清理工具快速解决网卡问题

#windows
docker部署项目(tomcat)

在docker下创建tomcat容器,将项目映射到容器中运行

#docker#tomcat#服务器
到底了