05 2022 档案

摘要:docker-compose.yml: version: '2' services: #redis容器 redis: #定义主机名 container_name: redis-single #使用的镜像 image: redis #容器的映射端口 ports: - 6379:6379 command 阅读全文
posted @ 2022-05-18 10:53 镇魂帆-张 阅读(129) 评论(0) 推荐(0) 编辑
摘要:一、栈和局部变量操作 (1)将常量压入栈的指令 aconst_null 将null对象引用压入栈 iconst_m1 将int类型常量-1压入栈 iconst_0 将int类型常量0压入栈 iconst_1 将int类型常量1压入栈 iconst_2 将int类型常量2压入栈 iconst_3 将i 阅读全文
posted @ 2022-05-17 10:41 镇魂帆-张 阅读(91) 评论(0) 推荐(0) 编辑

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