240 发简信
IP属地:北京
  • ssh免密登录

    1.在主节点中运行 ssh-keygen,敲三次回车; 创建authorized_keys文件 3.authorized_keys分发到两台从节...

  • springboot整合redis的配置类

    redis的相关配置消息订阅 消息接受类

  • Promise的用法

    第一种写法 第二种写法 第三种写法 Promise.all的用法

  • JWT

    JWT 什么是JWT Jwt(Json Web Tokern),一般用于用户认证(前后端分离/微信小程序/app开发)用户登录,服务端给用户返回...

  • springboot整合Shiro

    shiro权限控制架构 shiro实现的认证 1、从类的继承关系可以看出自定义的Realm只需要实现AuthorizingRealm类即可。 2...

  • springSecurity

    schema的地址:http://www.springframework.org/schema

  • 解决ERROR 1071 (42000) : Specified key was too long; max key length is 767 bytes

    系统变量innodb_large_prefix为ON 系统变量innodb_file_format为Barracuda ROW_FORMAT为D...

  • Ribbon负载均衡

    Ribbon简介 Ribbon 是一个基于Http和TCP的客服端负载均衡工具,它是基于Netflix Ribbon实现的。.它不像spring...