上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: <style lang="less" scoped> /deep/ .ant-modal-content{ height: 500; } /deep/ .ant-table-wrapper{ overflow: auto; white-space: nowrap; } /deep/ .ant-mod 阅读全文
posted @ 2022-06-06 16:59 花田007 阅读(657) 评论(0) 推荐(0) 编辑
摘要: shift+alt+f 阅读全文
posted @ 2022-06-06 16:28 花田007 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 需求描述: 默认查询时间为上个月的数据。 问题描述: 默认值设置上了,但是查询的数据调用接口时没有加上这个参数。 出错代码描述: 页面效果:(默认日期设置上了,但是查询时参数没有传递到后端接口) 原因:(created执行顺序:执行完混入,再执行本页面) 混入的代码 解决办法: 知识点总结: 1.“ 阅读全文
posted @ 2022-06-06 16:10 花田007 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://t.zoukankan.com/wjw1014-p-12242203.html 1.新增字典 2.实体类添加注解(注解值使用上一步的字典编码) 3.列表页面修改参数名(增加_dictText) 4.完成后 阅读全文
posted @ 2022-06-04 11:15 花田007 阅读(853) 评论(0) 推荐(0) 编辑
摘要: mybatis如果不做区分大小写的设置的话,默认是不会区分大小写的,执行出的sql字段全部大写。 方法1.加上字段别名加上双引号 Select name as "name" from v_zhyl_zxzf_hqyzflb 方法2.返回字段映射到实体类型: 以“com.demo.pojo.User” 阅读全文
posted @ 2022-06-02 15:18 花田007 阅读(2334) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Shift +R 运行查询窗口选中的sql语句 阅读全文
posted @ 2022-06-01 14:01 花田007 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1.类上添加@Component注解 2.使用非静态的set方法,添加@Value注解 /** * 加载yml资源类 */ @Component public class Properties { public static String userName; @Value("${login.user 阅读全文
posted @ 2022-05-30 11:08 花田007 阅读(234) 评论(0) 推荐(0) 编辑
摘要: /** * 获取当前月的上一个月 * @return */ public static String getLastMonth() { SimpleDateFormat format = new SimpleDateFormat("yyyy-MM"); Date date = new Date(); 阅读全文
posted @ 2022-05-29 22:11 花田007 阅读(2928) 评论(0) 推荐(0) 编辑
摘要: 错误描述: 原因: 我的svn安装的时候没有安装command命令,重新安装即可: 这里按照下图选择,然后一直下一步完成。 重启idea,发现已经可以用了 阅读全文
posted @ 2022-05-29 08:29 花田007 阅读(389) 评论(0) 推荐(0) 编辑
摘要: package com.example.climbnumber; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import java.net.URL; import 阅读全文
posted @ 2022-05-23 10:37 花田007 阅读(344) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页