240 发简信
IP属地:江苏
  • Resize,w 360,h 240
  • Kafka producer无法发送消息

    在虚拟机搭建了kafka集群,在集群内使用Shell可以成功发送消息创建Topic。但是在外部使用API无法发送消息,但是能创建topic具体原...

  • Hadoop本地集群搭建-CentOS7

    设置三台机器的主机名 在任意一台机器Centos7上修改域名映射 设置静态IP 主机无密钥登录

  • Resize,w 360,h 240
    CenOS7安装RabbitMQ

    1.安装Erlang 验证: 2.安装RabbitMQ 3. 安装web管理界面插件 4. 设置RabbitMQ远程IP登录 a.创建账号 b....

  • Resize,w 360,h 240
    Redis入门

    本地(Windows)无法链接redis server from CentOS7? 解决方法: 关闭protected-mode模式 配置bin...

  • Spring Cloud 2.1.3 配置安全认证

    Authenticating with the Eureka Server Spring Cloud Version Greenwich.SR1...

  • Resize,w 360,h 240
    Eureka security config Issues when using Spring Cloud 2.1.3

    Eureka Client side: Spring Cloud Version: Greenwich.SR1 Error Log: error...

  • IntelliJ IDEA 2016.2.5 内存优化

    -Xms2048m-Xmx2048m-XX:ReservedCodeCacheSize=1024m-XX:+UseCompressedOops-...

  • Base Learning of Java

    多态:不同类的对象对同一消息作出不同的响应。 存在的条件: 1.继承关系 2. 子类重写父类方法 3.父类引用指向子类对象 不存在多态的情况: ...