
java
卜懂码の程序猿
这名同学很懒,什么都没有留下
展开
-
springboot 访问websocket nginx 转发403
springboot访问websocket出现402,nginx配置proxy_set_header Host $host:$server_port可解决原创 2022-09-08 11:42:50 · 1283 阅读 · 1 评论 -
关于搭建guacamole-server.1.4.0简单步骤,及问题记录
问题1: 在guacamole-server.1.4.0目录下,执行./configure,发现记录中出现以下警告,并且VNC没有成功加载(libvncserver.devel已经导入yum的情况下)libvncserver appears to be built against libgcrypt, but the libgcrypt headers could not be found. VNC will be disabled.解决: 需要加载 libgcrypt: 执行yum -...原创 2022-03-16 15:49:17 · 5092 阅读 · 2 评论 -
springboot 整合mail的配置
基本使用所有邮箱:#notice 服务主机 qq邮箱则为 notice.qq.comspring.mail.host=smtp.bizcn.com#服务协议spring.mail.protocol=smtp# 编码集spring.mail.default-encoding=UTF-8# 本人邮箱地址(登录账号)spring.mail.username=liuwzh@bizcn.com# 本人邮箱授权码(登录密码)spring.mail.password=Liuwz123# 其他配原创 2021-06-17 14:04:16 · 3215 阅读 · 0 评论