一、测试对象:v2ex的api 文档:https:www.v2ex.com/p/7vpTEc53 api:https://www.v2ex.com/api/topic/hot.json 最热主题:相当于首页右侧的10每条的内容 Method:GET Authentication:None 二、htt ...
分类:
Web程序 时间:
2019-07-28 13:32:45
阅读次数:
105
美国宾夕法尼亚大学最近有录制一套 无人机视觉定位导航相关的视频课程,2019年3月份在YouTube上更新完毕,质量非常高,名字叫Robotics,视频课程列表:https://www.youtube.com/playlist?list=PL_onPhFCkVQhuPiUxUW2lFHB39Qsav ...
分类:
其他好文 时间:
2019-07-27 14:33:50
阅读次数:
121
spring boot整合activeMQ spring boot整合MQ以后,对于消息的发送和接收操作更加便捷。本文将通过四个案例,分别讲解spring boot整合MQ: spring boot整合MQ发送queue消息 spring boot整合MQ发送topic消息 spring boot整 ...
分类:
编程语言 时间:
2019-07-27 11:19:44
阅读次数:
92
RocketMQ整理 概念 broker MQ服务节点 topic 主题 message queue 消息队列,类似于kafka中的partition producer 生产者,先去连接name server,查询到对应的broker信息,再去连接broker consumer 消费者,先去连接na ...
分类:
其他好文 时间:
2019-07-23 11:39:13
阅读次数:
85
https://jinnianshilongnian.iteye.com/blog/14872351、预备知识 aop概念请参考【http://www.iteye.com/topic/1122401】和【http://jinnianshilongnian.iteye.com/blog/1418596 ...
分类:
其他好文 时间:
2019-07-21 14:58:15
阅读次数:
133
Tired of doing the same job? Get your hands on 300-320 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-20 19:51:01
阅读次数:
80
1.消息确认消费 2. 公平分发 3. exchange 3.1 fanout 3.2 direct 3.3 topic 4. RPC ...
分类:
其他好文 时间:
2019-07-20 14:31:57
阅读次数:
87
一.发送queue消息 1.Queue 测试 二.接收queue 三.发送topic 使用topic默认存在topic中的数据是不持久化的,如果发送者发送后没有消费者接收消息,这这个消息丢失了。 和发送queue类似 四.接收topic 和接收queue类似(可以有多个消费者) 五.Spring整合 ...
分类:
其他好文 时间:
2019-07-17 18:31:38
阅读次数:
118
Tired of doing the same job? Get your hands on NS0-509 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-16 16:37:31
阅读次数:
112