05 2021 档案

摘要:一、格式化 1、格式化日期:to_char(字段,'转换后的格式') select room_no,to_char(create_date_time,'yyyy-mm-dd') as 创建时间 from BUILDING_ROOM 2、格式化小数位数:cast(expression as data_ 阅读全文
posted @ 2021-05-20 11:24 聖凯 阅读(135) 评论(0) 推荐(0) 编辑
摘要:环境: jdk1.8 maven3.6.1 springBoot最新 1、更改项目端口号 .properties配置文件:server.port = 端口号 .yml配置文件: server: port: 8081 2、 阅读全文
posted @ 2021-05-19 11:11 聖凯 阅读(37) 评论(0) 推荐(0) 编辑
摘要:package com.dhc.util; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.faster 阅读全文
posted @ 2021-05-18 08:31 聖凯 阅读(44) 评论(0) 推荐(0) 编辑
摘要:方式一: 方式二: @RequestMapping(value="/json",produces="application/json;charset=utf-8") 阅读全文
posted @ 2021-05-17 18:15 聖凯 阅读(122) 评论(0) 推荐(0) 编辑
摘要:需求:当选择全职为否时,弹出备注信息框,以便于填写备注信息 HTML界面 jquery实现 效果: 阅读全文
posted @ 2021-05-12 17:12 聖凯 阅读(43) 评论(0) 推荐(0) 编辑
摘要:重置一下就好了 阅读全文
posted @ 2021-05-08 16:36 聖凯 阅读(1059) 评论(0) 推荐(0) 编辑
摘要:更新 模糊查询 阅读全文
posted @ 2021-05-07 10:39 聖凯 阅读(165) 评论(0) 推荐(0) 编辑