logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centeros7 命令ip addr,出现 io ,ens33,无ip地址的问题

原文地址:https://blog.csdn.net/Constantdropping/article/details/82783982在虚拟机中安装centos7,输入ifconfig显示command not found。在sbin目录中发现没有ifconfig文件,这是因为centos7已经不使用 ifconfig命令了,已经用ip命令代替。同时,网卡名称也不是eth0了,而是改成ens3.

druid依赖包 与springboot集成 问题

报错信息:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource': Unsatisfied dependency expressed through field 'basicProperties'; nested exception...

后台管理系统布局以及跳转,点击菜单局部刷新,右侧显示对应界面

1.整体布局如下右侧菜单的html 代码,使用了Thymeleaf 模版,这是左测的菜单栏,左侧的所有菜单最外层是一个div;<li class="nav-item"><a href="javascript:;"><i class="my-icon nav-icon icon_1

Resolved exception caused by handler execution: org.springframework.http.converter.HttpMessageNotRea

【springboot】前端ajax 传递 json 对象出现的错误,后端使用@RequestBody 接收参数对 并绑定到对象上: 错误信息如下.w.s.m.s.DefaultHandlerExceptionResolver : Resolved exception caused by handler execution: org.springframework.http.converter..

springboot测试连接mysql 数据库

使用junit测试的时候,一直报错,错误信息如下:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (v.

后台管理系统布局以及跳转,点击菜单局部刷新,右侧显示对应界面

1.整体布局如下右侧菜单的html 代码,使用了Thymeleaf 模版,这是左测的菜单栏,左侧的所有菜单最外层是一个div;<li class="nav-item"><a href="javascript:;"><i class="my-icon nav-icon icon_1

到底了