brew 安装mongo
brew 安装mongo 遇见的一些坑和报错
1. WiredTiger Permission denied
2. Found an invalid featureCompatibilityVersion document
3. Data directory /data/db not found., terminating
Ubuntu终端下载速度过慢问题
本文主要是记录ubuntu 16.04安装pptp 服务端以及客户端的过程
Nacos集群配置以及Nginx反向代理的一些配置
在使用Flask_login,使用装饰器@login_required时,如果没有登录,会跳转登录页面登陆之后不会返回原来的页面
如果你只是想登陆别的机器的SSH只需要安装openssh-client(ubuntu有默认安装,如果没有则sudoapt-get install openssh-client),如果要使本机开放SSH服务就需要安装openssh-server。
踩坑记录
第一种方式:将messageService 注入
1 | @ServerEndpoint(value = "/websocket") |