摘要: yml文件配置: mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 阅读全文
posted @ 2020-07-17 15:21 入梦炼心 阅读(8928) 评论(0) 推荐(2) 编辑
摘要: @Accessors 翻译是存取器。通过该注解可以控制getter和setter方法的形式。 fluent 若为true,则getter和setter方法的方法名都是属性名,且setter方法返回当前对象。 @Data @Accessors(fluent = true) class User { p 阅读全文
posted @ 2020-07-17 14:38 入梦炼心 阅读(5650) 评论(0) 推荐(0) 编辑
摘要: 1.父界面向子界面传值 [1].父界面打开子界面: function show_layer(){ layer.open({ type: 2, area: [w+'px', h +'px'], fix: false, //不固定 maxmin: true, shadeClose: true, shad 阅读全文
posted @ 2020-07-17 08:27 入梦炼心 阅读(862) 评论(0) 推荐(0) 编辑