WebSocket is already in CLOSING or CLOSED state.
分类:
Web程序 时间:
2020-10-16 11:21:13
阅读次数:
49
WebSocket is already in CLOSING or CLOSED state.
分类:
Web程序 时间:
2020-10-16 11:11:21
阅读次数:
30
1.路由拦截 router.beforeEach((to, from, next) => { const userInfo=sessionStorage.getItem(userInfo) const curToken=sessionStorage.getItem(curToken) console ...
分类:
其他好文 时间:
2020-10-16 10:46:36
阅读次数:
29
【Nginx疑难解析】安装Nginx时,执行configure命令的报错的解决办法 ...
分类:
其他好文 时间:
2020-10-16 10:42:56
阅读次数:
32
1、设置http代理 npm config set proxy=http://代理服务器地址:8080 2、取消代理 npm config delete proxy 3、npm设置淘宝镜像 npm config set registry=https://registry.npm.taobao.org ...
分类:
其他好文 时间:
2020-10-14 20:10:31
阅读次数:
28
LVS+KeepAlived+Nginx高可用实现方案 文章目录 概念 LVS KeepAlived 为什么要使用 准备 软件安装 KeepAlived 安装 源码安装 yum安装 服务启动、重启、关闭 安装ipvsadm nginx安装 防火墙(iptables) 防火墙配置(方式一) 防火墙配置 ...
分类:
其他好文 时间:
2020-10-13 17:45:12
阅读次数:
27
1. 安装好之后,第一步,先执行 systemctl restart gitlab-runsvdir 2. 第二步,配置好你的ip和端口,在/etc/gitlab/gitlab.rb中 3. 第三步: 重置 gitlab-ctl reconfugure 4. 第四步:更改你的nginx,在 vim ...
分类:
其他好文 时间:
2020-10-13 17:14:28
阅读次数:
23
yum install -y gitgit clone https://github.com/alexazhou/VeryNginx.gitcd VeryNginxpython install.py install配置文件位置/opt/verynginx/openresty/nginx/conf/n ...
分类:
其他好文 时间:
2020-10-13 17:10:48
阅读次数:
17
听说运行就能拿到Flag,不过菜鸡运行的结果不知道为什么是乱码 下载得到exe文件,打开 真是乱码 再加入main函数看看 发现IsDebuggerPresent //确定调用进程是否由用户模式的调试器调试。 正常运行的时候这个if显然不成立所以输出乱码 这里有个 int 3断点 加入OD 发现je ...
分类:
其他好文 时间:
2020-10-13 17:02:23
阅读次数:
20