
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
vue实现stompjs+websocket和后端通信

一、防火墙允许或关闭:CentOS 7.0默认使用的是firewall作为防火墙查看firewalld状态systemctl status firewalld关闭:systemctl stop firewalld启动:systemctl start firewalld查看当前所有tcp端口:netstat -ntlp查询是否开启80端口则:firewall-cmd --query-port=80/
在项目中中使用RedisTemplate序列化对象存储时,将转义字符""也存到redis里面,再次取出时,转成对象失败。据同事说是序列化方式不一致导致的。在此记录一下,也感谢一下同事的帮助。在此之前看一下存入的代码:List<String> listData = //数据;SessionCallback callback = new SessionCallback() {...
additional-spring-configuration-metadata.json实现springboot自定义提示
springweb+vue前后端分离开发,集成部署/统一部署

postman导入https证书
创建Topic./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 10 --topic KAFKA_CONSUME_TEST_MESSAGE_TOPICpartitions:表示topic的分区数replication-factor:用来设置主题的副本数。每个主题
excel导出
nginx的location导致网关返回404









