上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 环境: 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 聖凯 阅读(42) 评论(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 聖凯 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: 更新 模糊查询 阅读全文
posted @ 2021-05-07 10:39 聖凯 阅读(165) 评论(0) 推荐(0) 编辑
摘要: if ( StringUtils.isNotEmpty(companyId)){ current = criteriaBuilder.equal(root.get("companyId"),companyId); result = criteriaBuilder.and(result,current 阅读全文
posted @ 2021-04-28 16:41 聖凯 阅读(397) 评论(0) 推荐(0) 编辑
摘要: @Query(value = "SELECT * from SYS_DEPARTMENT where DEPT_NAME like '%'||?1||'%'",nativeQuery = true) Page<SysDepartment> findByDeptNameKeyword(Pageable 阅读全文
posted @ 2021-04-28 16:22 聖凯 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 1、无效的绑定语句(未找到):网址:com.itheima.dao.用户dao.findAll 2、关于InputStream in = Resources.getResourceAsStream("SqlMapConfig.xml")报错问题 阅读全文
posted @ 2021-01-30 09:16 聖凯 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 时间类型格式化 阅读全文
posted @ 2021-01-29 16:11 聖凯 阅读(766) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页