12 2021 档案

摘要:一、引入依赖 二、配置日志文件 三、完事啦! 阅读全文
posted @ 2021-12-28 15:02 hehehenhen 阅读(28) 评论(0) 推荐(0) 编辑
摘要:一、添加 lombok 插件 file -- setting -- plugins - 输入 Lombok 搜索,进行安装 二、引入依赖 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> 阅读全文
posted @ 2021-12-28 14:57 hehehenhen 阅读(25) 评论(0) 推荐(0) 编辑
摘要:一、 数组添加/修改数据 使用map this.list.map(i => { i.show = false return i }) 使用foreach this.list.forEach(i => { this.$set(i,show,false); }) 阅读全文
posted @ 2021-12-20 10:47 hehehenhen 阅读(27) 评论(0) 推荐(0) 编辑
摘要:1、map中数据 if (null == input.get("logId") || StringUtils.isBlank((String) input.get("logId"))) { } 阅读全文
posted @ 2021-12-16 17:00 hehehenhen 阅读(87) 评论(0) 推荐(0) 编辑
摘要:一、发送json public void test() throws IOException { //参数封装 Map<String, Object> jsonMap = new HashMap<String, Object>(); Map<String, Object> params1 = new 阅读全文
posted @ 2021-12-15 16:16 hehehenhen 阅读(87) 评论(0) 推荐(0) 编辑
摘要:一、使用Math类的radom() 方法 //生成验证码 String verifcationCode = ""; for (int i = 0; i <= 5; i++) { double random = 10 * Math.random(); verifcationCode = verifca 阅读全文
posted @ 2021-12-15 15:59 hehehenhen 阅读(29) 评论(0) 推荐(0) 编辑
摘要:mybatis 详解(五) 动态SQL - YSOcean - 博客园 (cnblogs.com) mybatis参数注入: 根据参数名称 使用#{} 注入参数 <insert id="insProject"> insert into t_project (<include refid="colum 阅读全文
posted @ 2021-12-08 16:03 hehehenhen 阅读(67) 评论(0) 推荐(0) 编辑
摘要:1、字体设置 IDEA 字体_Brave_heart4pzj的博客-CSDN博客_idea 字体 阅读全文
posted @ 2021-12-07 13:56 hehehenhen 阅读(31) 评论(0) 推荐(0) 编辑
摘要:1、安装node.js 语言-页面-开发环境-node.js,webpack,安装 - hehehenhen - 博客园 (cnblogs.com) 2、安装webpack 语言-页面-开发-webpack打包-基础 - hehehenhen - 博客园 (cnblogs.com) 3、使用webp 阅读全文
posted @ 2021-12-06 09:33 hehehenhen 阅读(110) 评论(0) 推荐(0) 编辑
摘要:一、语法 二、使用 Thymeleaf入门到吃灰 - 鞋破露脚尖儿 - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-12-01 15:52 hehehenhen 阅读(31) 评论(0) 推荐(0) 编辑
摘要:一、语法 二、使用 阅读全文
posted @ 2021-12-01 15:50 hehehenhen 阅读(27) 评论(0) 推荐(0) 编辑
摘要:Velocity教程 - 简书 (jianshu.com) Velocity模板引擎详解 - Velocity 教程 | 编程字典 (codingdict.com) Velocity模板(VM)语言介绍 - 小菜毛毛技术分享 - BlogJava Velocity教程_nengyu的专栏-CSDN博 阅读全文
posted @ 2021-12-01 14:47 hehehenhen 阅读(30) 评论(0) 推荐(0) 编辑

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