51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GIN
InterlliJ Debug方式启动:method breakpoints may dramatically show down debugging
使用idea在DEBUG的时候出现Methodbreakpointsmaydramaticallyslowdowndebugging,如图:根据语义可能是断点打在方法上面了,导致在某个断点卡住了。 重启服务器和重启idea已然无解。打开Breakpoints面板看看,(快捷键:Ctrl-Shift...
代码星球
·
2020-04-05
InterlliJ
Debug
方式
启动
method
Nginx代理webSocket时60s自动断开, 怎么保持长连接
可以进入系统测试:在线聊天 利用nginx代理websocket的时候,发现客户端和服务器握手成功后,如果在60s时间内没有数据交互,连接就会自动断开,如下图:为了保持长连接,可以采取来两种方式.1.nginx.conf文件里location中的proxy_read_timeout默认60s断开,可以把他设置...
代码星球
·
2020-04-04
Nginx
代理
webSocket
60s
自动
springboot + websocket + spring-messaging实现服务器向浏览器广播式
目录结构 pom.xml<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apach...
代码星球
·
2020-04-04
springboot
websocket
spring-messaging
实现
服务器
Nginx的https配置记录以及http强制跳转到https的方法梳理
一、Nginx安装(略)安装的时候需要注意加上--with-http_ssl_module,因为http_ssl_module不属于Nginx的基本模块。Nginx安装方法:12#./configure--user=www--group=www--prefix=/usr/local/nginx--with-http_s...
代码星球
·
2020-04-04
https
Nginx
配置
记录
以及
nginx如何启用对HTTP2的支持 | nginx如何验证HTTP2是否已启用
1#./nginx-V2 3nginxversion:nginx/1.9.154builtbygcc5.4.020160609(Ubuntu5.4.0-6ubuntu1~16.04.4)5builtwithOpenSSL1.0.2g 1Mar20166TLSSNIsupportenabled7con...
代码星球
·
2020-04-04
nginx
如何
启用
HTTP2
支持
平台升级至nginx+Tomcat9.0.1(Spring5.0.1+velocity2.0+quartz-2.3.0)+redis集群
在公司部份应用上使用了Tomcat9.0.1稳定性还可以,由于将公司的集群服务也升级为Tomcat9.0.1,下面我们来谈一下改变:1:logging.properties支持日志最大天数值maxDays,如1catalina.org.apache.juli.AsyncFileHandler.level=FINE1ca...
代码星球
·
2020-04-04
平台
升级
nginx+Tomcat9.0.1
Spring5.0.1+velocity2.0+quartz-2.3.0
+redis
nginx禁止对写操作timeout时retry
1)nginx禁止对写操作timeout时retry以前遇到的一个case,业务那边说一笔请求从nginx端发送给后端tomcat了2次(落在两个不同的tomcat节点上)。后来发现是nginx发给后端节点timeout,然后做了重试,发给了另一个节点。默认情况下nginx对后端error和timeout都会做retr...
代码星球
·
2020-04-04
nginx
禁止
操作
timeout
retry
Nginx核心知识100讲
相当于将每个node处理的key变多了。类似db中按sort排序时,如果你把A,B,C,D四条记录的sort设置为1,2,3,4。 那么要调整B,C的展示顺序,改sort就很蛋疼:先把C的改...
代码星球
·
2020-04-04
Nginx
核心
知识
com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor
<dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>4.0.0</version>&...
代码星球
·
2020-04-04
com.github.pagehelper.PageHelper
cannot
be
cast
to
maven warnning 'build.plugins.plugin.version' is missing
裝完maven后,package或clean时出错:[WARN][WARN]Someproblemswereencounteredwhilebuildingtheeffectivemodel [WARN]'build.plugins.plugin.version'ismissingfororg.a...
代码星球
·
2020-04-04
maven
warnning
#39build.plugins.plugin.version
is
missing
[HTTP趣谈]origin,referer和host区别
发起一个ajax请求时,requestheader里面有三个属性会涉及请求源信息。前端可能用不到这些值,但是,后台业务系统会比较关心它们,场景可能有: 处理跨域请求时,必须判断来源请求方是否合法; 后台做重定向时,需要原地址信息;作为前端,了解三者的区...
代码星球
·
2020-04-04
HTTP
趣谈
origin
referer
host
解决nginx使用proxy_pass反向代理时,cookie丢失的问题
1.如果只是host、端口转换,则cookie不会丢失。例如: location/project{ proxy_pass http://127.0.0.1:8080/project; } 通过浏览器访问http...
代码星球
·
2020-04-04
解决
nginx
使用
proxy
pass
nginx反向代理与负载均衡配置
https://www.nginx.com/resources/admin-guide/reverse-proxy/https://www.nginx.com/resources/admin-guide/load-balancer/...
代码星球
·
2020-04-04
nginx
反向
代理
负载
均衡
nginx basic auth 登陆验证模块
#1.新建一个pw.pl文件专门用来生成密码#!/usr/bin/perlusestrict;my$pw=$ARGV[0];printcrypt($pw,$pw)."";#2.修改Nginx配置文件,添加,用户名和密码存放的位置auth_basic"nginxstatus";auth_basic_user_file/u...
代码星球
·
2020-04-04
nginx
basic
auth
登陆
验证
Linux下Nginx的监控
一、安装Nginx使用源码编译安装,包括具体的编译参数信息。正式开始前,编译环境gccg++开发库之类的需要提前装好。安装make:yum-yinstallgccautomakeautoconflibtoolmake安装g++:yuminstallgccgcc-c++一般我们都需要先装pcre,zlib,前者为了重写r...
代码星球
·
2020-04-04
Linux
Nginx
监控
首页
上一页
...
108
109
110
111
112
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他