随笔分类 -  java

摘要:@Configuration @EnableScheduling public class ScheduleConfig implements SchedulingConfigurer { @Override public void configureTasks(ScheduledTaskRegis 阅读全文
posted @ 2023-09-20 21:02 想去大上海 阅读(17) 评论(0) 推荐(0) 编辑
摘要:public class PropertiesUtil { private static final String Path = "config/param.properties"; /** * 读取配置文件中key的对应值 */ public static String queryValue(St 阅读全文
posted @ 2023-09-20 21:02 想去大上海 阅读(6) 评论(0) 推荐(0) 编辑
摘要:public class FolderV3Singleton { private FolderV3Singleton() { } private static class DeviceHolder { private static FolderV3Singleton ourInstance = ne 阅读全文
posted @ 2023-09-20 21:00 想去大上海 阅读(3) 评论(0) 推荐(0) 编辑
摘要:1 阅读全文
posted @ 2022-08-28 21:05 想去大上海 阅读(10) 评论(0) 推荐(0) 编辑
摘要:JVM指令手册 栈和局部变量操作 将常量压入栈的指令 aconst_null 将null对象引用压入栈 iconst_m1 将int类型常量-1压入栈 iconst_0 将int类型常量0压入栈 iconst_1 将int类型常量1压入栈 iconst_2 将int类型常量2压入栈 iconst_3 阅读全文
posted @ 2022-03-01 19:40 想去大上海 阅读(98) 评论(0) 推荐(0) 编辑
摘要:详见:https://www.cnblogs.com/vipstone/p/12515337.html 阅读全文
posted @ 2020-03-18 10:09 想去大上海 阅读(56) 评论(0) 推荐(0) 编辑

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