08 2021 档案

摘要:代码如下 Integer a=127; Integer b=127; Integer c=128; Integer d=128; System.out.println(a==b);//true System.out.println(c==d);//false 编译成class文件 Integer a 阅读全文
posted @ 2021-08-27 00:16 雨后星辰zxj 阅读(55) 评论(0) 推荐(0)
摘要:1.运行任务调度中心 地址 https://github.com/xuxueli/xxl-job 下载好项目,doc文件夹中有sql,修改对应的application.properties配置 如上配置:运行地址 http://127.0.0.1:8090/xxl-job-admin/ 2.项目配置 阅读全文
posted @ 2021-08-25 20:04 雨后星辰zxj 阅读(774) 评论(0) 推荐(0)