Archives: 2019/4


  1. RabbitMQ笔记

    RabbitMQ是实现了高级消息队列协议(AMQP)的开源消息代理软件,由 Erlang 语言开发
    AMQP :Advanced Message Queue,高级消息队列协议。它是应用层协议的一个开放标准,为面向消息的中间件设计,基于此协议的客户端与消息中间件可传递消息,并不受产品、开发语言等条件的限制。


  2. timers

    When writing JavaScript code, you might want to delay the execution of a function. Learn how to use setTimeout and setInterval to schedule functions in the future

    当写js代码的时候,你可能需要延迟执行某个方法。现在来学习下如果用setTimeout和setInterval来定时执行。