11 2022 档案

摘要:List和ArrayList的区别 List是一个接口,而ArrayList是一个类,它实现了List接口。 public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, 阅读全文
posted @ 2022-11-24 12:10 wode林夕 阅读(60) 评论(0) 推荐(0) 编辑
摘要:MyBatis 高级映射 局部懒加载: 在association 标签中添加fecthType = “lazy” 多对一: private Student student; 全局懒加载: lazyLoadingEnabled = true 延迟加载的全局开关。当开启时,所有关联对象都会延迟加载。 特 阅读全文
posted @ 2022-11-16 11:03 wode林夕 阅读(29) 评论(0) 推荐(0) 编辑
摘要:1,拉取镜像 docker pull rabbitmq:3.8-management 2,运行 docker run -d --restart unless-stopped --name rabbitmq \ -p 5672:5672 -p 15672:15672 \ -e RABBITMQ_DEF 阅读全文
posted @ 2022-11-15 21:04 wode林夕 阅读(62) 评论(0) 推荐(0) 编辑
摘要:1. 安装依赖环境 在线安装依赖环境: yum install build-essential openssl openssl-devel unixODBC unixODBC-devel make gcc gcc-c++ kernel-devel m4 ncurses-devel tk tc xz 阅读全文
posted @ 2022-11-15 20:29 wode林夕 阅读(16) 评论(0) 推荐(0) 编辑
摘要:首先下载安装包: MySQL :: Download MySQL Community Server (Archived Versions) 然后下载这个msi 链接:https://pan.baidu.com/s/1cjGcSNE2B1DtLuBH1bBicw 提取码:0khg 接下来看这个: my 阅读全文
posted @ 2022-11-14 22:46 wode林夕 阅读(12) 评论(0) 推荐(0) 编辑
摘要:public class test18 { public static void main(String[] args) throws Throwable { System.out.println(test18.getOrderName()); } public static String getO 阅读全文
posted @ 2022-11-11 22:46 wode林夕 阅读(38) 评论(0) 推荐(0) 编辑
摘要:public class test7 { public static void main(String[] args) { ArrayList<UserEntity> list = new ArrayList<>(); list.add(new UserEntity("xialijun",12)); 阅读全文
posted @ 2022-11-11 14:55 wode林夕 阅读(44) 评论(0) 推荐(0) 编辑
摘要:提取码:bij5 链接:https://pan.baidu.com/s/1OyeEKmbV3_fpzf3PN2xW8Q 阅读全文
posted @ 2022-11-02 17:51 wode林夕 阅读(18) 评论(0) 推荐(0) 编辑

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