240 发简信
IP属地:江苏
  • RabbitMq学习

    RabbitMQ 中的一些术语 交换器(Exchange):交换器就像路由器,我们先是把消息发到交换器,然后交换器再根据路由键(routingK...

  • MYSQL 设置外部链接

    grant all privileges on *.* to root@'%'identified by '123456'with grant ...

  • mybatis 批量更新时遇到的问题

    &allowMultiQueries=true 需要配置支持多条sql

  • 2021-05-11

    多线程调用feign 之前 获取请求头数据 RequestContextHolder.setRequestAttributes(RequestC...