上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页
摘要: 第一步 第二步 勾选允许并运行 点击ok 注意:更改application.yml中的端口号 server: port: **** 阅读全文
posted @ 2022-02-25 01:56 进击的小蔡鸟 阅读(555) 评论(0) 推荐(0)
摘要: 多线程,原子计数器,分割集合,stream倒排 阅读全文
posted @ 2022-02-23 00:46 进击的小蔡鸟 阅读(460) 评论(0) 推荐(0)
摘要: 设计表时给创建、更新时间添加默认值 CURRENT_TIMESTAMP 注意:创建时间不选根据当前时间戳更新 更新时间选中根据当前时间戳更新 阅读全文
posted @ 2022-02-22 14:28 进击的小蔡鸟 阅读(182) 评论(0) 推荐(0)
摘要: -- 1 instr(字段名,子字符串) select * from 表名 where instr(role_ids,'2'); -- 2 like%子字符串% select * from 表名 where role_ids like '%2%'; -- 3 locate(子字符串,字段名) sel 阅读全文
posted @ 2022-02-22 14:19 进击的小蔡鸟 阅读(595) 评论(0) 推荐(0)
摘要: 文件名特殊字符校验 阅读全文
posted @ 2022-02-22 11:29 进击的小蔡鸟 阅读(1173) 评论(0) 推荐(0)
摘要: 方便启动管理多springBoot项目 阅读全文
posted @ 2022-02-21 18:33 进击的小蔡鸟 阅读(520) 评论(0) 推荐(0)
摘要: mybatisplus exception:One record is expected, but the query result is multiple records 原因:使用getOne(queryWrapper),查出了多条数据 解决方案:如果想取一条并不想报错时使用getOne(que 阅读全文
posted @ 2022-02-19 21:54 进击的小蔡鸟 阅读(4599) 评论(0) 推荐(0)
摘要: MD字体背景颜色 字体颜色 <font color=black>黑色</font>: 黑色 <font color=yellow>黄色</font>: 黄色 <font color=red>红色</font>: 红色 <font color=blue>蓝色</font>: 蓝色 <font colo 阅读全文
posted @ 2022-02-18 16:48 进击的小蔡鸟 阅读(2225) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-02-17 22:27 进击的小蔡鸟 阅读(156) 评论(0) 推荐(0)
摘要: redis的简单使用(java) redis官网: http://www.redis.cn/ 一 redis入门 01 导入坐标 <!--使用redisTemplate--> <dependency> <groupId>org.springframework.boot</groupId> <arti 阅读全文
posted @ 2022-01-23 20:48 进击的小蔡鸟 阅读(344) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页