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
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11905247.html 推荐一个cron表达式生成的网站:https://www.freeformatter.com/cron-expression-generator-quartz.html 1 */
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11899532.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11811932.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm
阅读全文
摘要:Reference: https://time.geekbang.org/column/article/94311
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11808680.html 消息持久化机制 消息丢失了,需要将队列持久化,即将autoDelete设置成false即可 什么是消息确认ACK 如果在处理消息的过程中,消费者服务器、网络、出现故障挂了,那可能
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11795256.html RMQ Fanout Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11794927.html RMQ Topic Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11792398.html RMQ Direct Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11791681.html Project Directory Maven Dependency 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xm
阅读全文
摘要:原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/11784644.html RMQ模型架构 RMQ Terminology Message 消息,消息是不具名的,由消息头和消息体组成。消息体是不透明的,而消息头则由一系列的可选属性组成,这些属性包括 ro
阅读全文