11 2019 档案

摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11926792.html vi app-stg.sh 1 #!/usr/bin/expect -f 2 #auto ssh login 3 set timeout 30 4 spawn ssh hatia 阅读全文
posted @ 2019-11-25 11:45 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11905247.html 推荐一个cron表达式生成的网站:https://www.freeformatter.com/cron-expression-generator-quartz.html 1 */ 阅读全文
posted @ 2019-11-21 14:05 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11899532.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm 阅读全文
posted @ 2019-11-20 18:05 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11811932.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm 阅读全文
posted @ 2019-11-07 14:39 李白与酒 编辑
摘要:Reference: https://time.geekbang.org/column/article/94311 阅读全文
posted @ 2019-11-07 10:12 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11808680.html 消息持久化机制 消息丢失了,需要将队列持久化,即将autoDelete设置成false即可 什么是消息确认ACK 如果在处理消息的过程中,消费者服务器、网络、出现故障挂了,那可能 阅读全文
posted @ 2019-11-06 21:05 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11795256.html RMQ Fanout Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 阅读全文
posted @ 2019-11-04 21:59 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11794927.html RMQ Topic Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 < 阅读全文
posted @ 2019-11-04 21:13 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11792398.html RMQ Direct Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 阅读全文
posted @ 2019-11-04 15:42 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11791681.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm 阅读全文
posted @ 2019-11-04 13:52 李白与酒 编辑
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11784644.html RMQ模型架构 RMQ Terminology Message 消息,消息是不具名的,由消息头和消息体组成。消息体是不透明的,而消息头则由一系列的可选属性组成,这些属性包括 ro 阅读全文
posted @ 2019-11-02 22:54 李白与酒 编辑

点击右上角即可分享
微信分享提示