摘要: 1、Erlnag安装 1.1、 安装Erlang版本要求 Erlang安装需要对应各自的版本 http://www.rabbitmq.com/which-erlang.html 1.2、 Erlang安装 1、目录准备 cd /usr/local/src/ mkdir rabbitmq cd rab 阅读全文
posted @ 2022-11-19 17:19 花开重日 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1、依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、rabbitmq链接配置 spring: r 阅读全文
posted @ 2022-11-19 16:17 花开重日 阅读(246) 评论(0) 推荐(0) 编辑
摘要: class字节码文件结构 类型 名称 说明 长度 数量 u4 magic 魔数,识别Class文件格式 4个字节 1 u2 minor_version 副版本号(小版本) 2个字节 1 u2 major_version 主版本号(大版本) 2个字节 1 u2 constant_pool_count 阅读全文
posted @ 2022-11-19 15:12 花开重日 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 一、栈和局部变量操作 将常量压入栈的指令 aconst_null 将null对象引用压入栈 iconst_m1 将int类型常量-1压入栈 iconst_0 将int类型常量0压入栈 iconst_1 将int类型常量1压入栈 iconst_2 将int类型常量2压入栈 iconst_3 将int类 阅读全文
posted @ 2022-11-19 13:01 花开重日 阅读(76) 评论(0) 推荐(0) 编辑