logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

无法安装hyper-v该固件中的虚拟化支持被禁用

出现这个原因是因为cpu的虚拟机化设置是禁用的,所以需要在BIOS里面开启。我的电脑是HP电脑进入BIOS按F10进入之后选择‘安全’-‘系统安全’注意事项,切换enable 和 disable 网上查询是F6 or F5,我尝试了不行,需要点击左右键切换。由enable切换成disable就可以了。...

docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled

运行docker run hello-world报错Unable to find image 'hello-world:latest' locallydocker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for conn..

org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deseri

org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `sds.db.dao.User` out of START_ARRAY token; nested exception is com.fasterxml.jack.

linux下查看本机和远程服务器的端口是否连通

ssh -v -p [端口号] [用户名]@[IP地址]curl [IP地址]:[端口号]

kafka集群新建topic,消费集群

集群中创建主题bin/kafka-topics.sh --create --zookeeper 192.168.0.130:2181,192.168.0.131:2181,192.168.0.132:2181 --replication-factor 3 --partitions 3 --topic topicTest集群中查看主题bin/kafka-topics.sh --list --...

kafkatool 链接kafka集群一直失败

hosts文件中增加ip绑定C:\Windows\System32\drivers\etc\hosts192.168.0.130 hadoop1192.168.0.131 hadoop2192.168.0.132 hadoop3设置链接成功

Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'bas

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.

配置vscode的终端为git

安装vscode 下载链接安装git 下载链接vscode和 git都下载好之后配置git 为vscode的终端1、点开终端2、左下角的齿轮,选择设置3、设置终端未git的bash.exe“terminal.integrated.shell.windows”: “C:\Program Files\Git\bin\bash.exe”ok...

#vscode
win10设置vscode的终端为管理员权限

右击vscode 点击属性选择兼容性,勾选 一管理员身份 运行此程序 确定即可!

#vscode
实现servlet的三种方法

目前使用servlet最常用的方法有三种,       1、实现servlet,       2、继承GenericServlet实现service方法,       3、继承HttpServlet       4、配置文件 , 以上每一步在web.xml配置之后才可以实现!      完整项目如下:        1、实现servlet,  packa

#java#servlet
    共 14 条
  • 1
  • 2
  • 请选择